• 2 Posts
  • 44 Comments
Joined 2 years ago
cake
Cake day: August 3rd, 2023

help-circle


  • bigb@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    16
    ·
    4 months ago

    Start out simple and stick with a basic BitTorrent client. Figure out where you want to download from and get a torrent client configured. I use an ISP that frowns upon piracy so here’s a quick overview:

    1. Look for public torrent sites. I’m out of this game so I don’t have any suggestions.
    2. Research private torrent trackers. I don’t think I can provide any help with this, but there are other corners of Lemmy who can.
    3. Find a VPN. Everyone has thoughts on this and Proton VPN is the one I’m currently using.
    4. Pick a torrent client. I’d recommend qBittorrent myself.
    5. Configure your VPN to include your BT traffic.

    If/when you want to try Lidarr, you’ll be much better off knowing the basics of BitTorrent because *arr software is confusing in its own regard. Lidarr is just a tool to organize your music library folders and also automatically queue downloads. It is not a requirement to enjoy downloading music.

    Usenet and soulseek are other alternatives.


  • You’ll have to be more specific. :) I think it works well for organizing a music library unless there are issues with this feature that I’m unaware of. Using it to queue downloads was painful for me, so I resort to less automated ways to acquire music files.

    Simply put, the *arr software concept works well for downloading movies and TV shows (Radarr and Sonarr). Music just seems to be a little more difficult and I have lots of issues with Lidarr finding music out on Usenet and trackers. I hope that’s user error on my part.







  • IPTV is a video streaming protocol that delivers live TV. Here’s a basic overview:

    1. An IPTV provider is streaming TV Channel 3 from its server.
    2. Subscribers pay for access to a playlist file.
    3. An IPTV player takes the playlist file and connects to the server.
    4. The playlist file tells the player where TV Channel 3 is available for streaming.
    5. The IPTV player streams the broadcast.

    Most common IPTV providers are illegal restreams of commercial broadcasts. IPTV players don’t typically come with access to these servers, the user need to find a service and gain access to a playlist file.

    Edit: There are free and ad-supported IPTV streams out there as well.








  • Prices for physical console games has exceeded any historic cycle. I’ve been shopping at the same local used store for 30 years and stopped in a few days ago. I saw a copy of Aerobiz Supersonic for $200. Authentic carts for Earthbound are listed at $400.

    A great game, but it’s being sold at a borderline criminal price during a massive market bubble.

    If a game isn’t legally available for purchase (digital or physical) from the original company or subsidiary, it’s absolutely the correct decision to pirate a game. Subscription services like Nintendo Switch Online don’t count in my book.

    Even with inflation, the game should only cost around $100 based on original price. And even if I buy a used game, the original creators don’t see a dime. We should support the developers/publishers and reward those who create good rereleases like the Castlevania Collection.

    I’d also grab a ROM or ISO of a game that I’ve bought on Steam so that I can play it on original hardware. But that’s just me.


  • All *arr apps should use root folders to organize media. If I understand the question, here’s the hypothetical situation:

    1. Create a root folder for *Arr App.
    2. Download media until drive is full.
    3. Create a new root folder that points to different drive.
    4. Configure *Arr App to move new downloads to new root folder created in step 3.

    You should be able to have multiple root folders, but I’ve only checked in So are. One problem you’ll run into is that you can’t break up music artists or TV show series across root folders.

    You might want to consider something like OpenMediaVault or Unraid to manage your storage. Either platform (or others) allow you to add drives as needed. I don’t use either so I’m just passing that along as a consideration.


  • Not sure if my setup is unique or wrong but here’s what I use:

    1. I registered a domain with Name cheap and created subdomains for the tools I wanted to access (i.e. jellyfin.domain.tld, sonarr.domain.tld)
    2. A DDNS client on my OpenWRT router updates the IP address for those subdomains. Traffic for each subdomain is pointed at my server.
    3. Nginx Reverse Proxy runs on my server. This provides HTTPS certificates and is pretty straightforward.

    I also use Tailscale for remote access and I’m not sure that my friends and family are ready for that. (Admittedly, I’m still on Plex.) Registering your own domain and using a DDNS service and reverse proxy will give your users an easier experience than Tailscale. I can give an easy-to-remember URL to folks rather than a new VPN platform to learn.

    If security is more important, Tailscale is the best option for remote connections.

    Why don’t we need this for Plex? Because Plex has all of the above steps baked into its service.