• 0 Posts
  • 93 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle

  • Pretty sure Strawberry does everything you are looking for.

    re: #1 I kind of had the same issue but with multiple music folders, most of the default music apps only let you use one folder. Strawberry lets you add as many music folders as you like, I’ve been happy with it.

    On Windows I used to use foobar2000 which was great, and in theory I could get it running under Linux, but I’d rather just use something coded for Linux compatibility from the start.


  • Working fine here, the app connects to the Jellyfin 10.11 server over the internet without issue.

    I’d suggest maybe double-check and make sure you still have a port forward from the internet to your Jellyfin server? Usually for me when the app gets stuck trying to connect it’s because it can’t see and connect to the Jellyfin server for some reason. Also in the 10.11.0 release notes they did mention that they removed the ability for the Jellyfin server to auto port forward so it’s possible that affected you? See https://github.com/jellyfin/jellyfin/releases

    Other random idea: Maybe somehow the data for your app got messed up? You can reset it and make it start fresh by bringing up its App Info (long-press the Jellyfin Android app), go to Storage & Cache, once there clear the storage and cache. When you re-attempt to launch the Jellyfin app it’ll start fresh and need you to re-enter your Jellyfin server details.




  • Never needed to use this but have seen that tools like https://github.com/fedarovich/qbittorrent-cli are able to export lists of loaded torrents in various formats, it might do what you want.

    e.g. if you’re going to load the output in LibreCalc then you probably want to export a list in csv format most likely (the project’s wiki mentions it https://github.com/fedarovich/qbittorrent-cli/wiki/Output-Formats).

    so when choosing which content to purge, I want to just sort by Ratio in qBittorrent and start purging anything older than 30 days that isn’t getting uploads. The problem is, more often than not I’m cross seeding the same content across multiple trackers, so although a specific torrent on a specific trackers may be performing poorly, that doesn’t mean the same content isn’t performing well on another tracker.

    Something to consider for the future, you could re-work how you are storing your torrent data and hardlink all those cross-seeding torrents in their own folders. So if you do a full delete of one torrent + data it won’t actually affect the torrent + data of other torrents. If you have it split out like that then you could even try to automate the whole process of deleting old torrents with tools like https://github.com/Hundter/qBittorrent-Ratio-Manager or https://github.com/Mythic82/Qbittorrent-auto-delete

    On Linux it would be something like

    cp -al /home/barnaclebill/mytorrents/trackera/thismovie.2025 /home/barnaclebill/mytorrents/trackerb/
    

    Would hardlink the same torrent data in two places so that torrents for trackera can point to the trackera folder and torrents for trackerb can point to the trackerb folder.


  • This doesn’t answer your main question but I suspect their thinking is that VPN use is already very common in torrent communities. So common that it’s not really a big deal for users to browse the site via VPN if necessary. It’s not really that the staff there is going to do age verification, realistically if necessary they’d likely just block access from whatever states/jurisdictions are giving them issues with age verification.

    That aside not too sure if what you’re looking for currently exists. There are a few general torrent sites that also operate Tor / I2P domains, and also the general torrent indexer Postman exists on I2P. The amount of users in Tor / I2P networks is way lower vs the clearnet torrent sites so a hyper-focused torrent site in Tor / I2P doesn’t seem viable but I could be wrong.


  • Yes, that’s why qBittorrent’s “Download first and last pieces first” option exists. You’ll be able to stream that .mp4 with its moov atom at the end of the file as long as you download that last piece during the beginning of the download. In some ways that makes qBittorrent a better streamer for .mp4 files vs other methods.

    Maybe the other commenter is referring to some other media file type that can’t be streamed.

    EDIT - Haven’t checked but am guessing torrentio also downloads first/last pieces first otherwise it’d be a terrible torrent streamer.


  • Hmm, having checked “Download first and last pieces first” usually fixes that. e.g. a .mp4 with its moov atom at the end of the file won’t stream unless you make sure to download the last part of the file starting out. Just curious which media file type are you referring to that won’t stream regardless of having the first/last pieces downloaded?

    But either way OP using Stremio + torrentio won’t fix that, that’s just another torrent client doing a torrent stream. If it won’t play mid-stream via qBittorrent it won’t play mid-stream in torrentio either.



  • They are slightly different, I think people are kind of asking if you are specifically looking for a VPS vs a seedbox. Some people do want a VPS so it’s a fair question.

    A VPS implies that you’ll be renting a server and installing/setting up all the software on your own. You’ll probably have some sort of SSH + root access to install things there since you’re doing all that on your own.

    A seedbox is more like a pre-configured shared VPS so it’ll already have torrent clients pre-installed along with other software commonly used with torrent clients. Depending on the vendor and type of seedbox you often won’t have root access and/or SSH access, usually the vendor won’t want you to randomly install software system-wide that might disrupt other users on that seedbox server.

    PS - !seedboxes@lemmy.dbzer0.com also exists, a bit quieter there but it’s specific to the topic.


  • If I create a new torrent, does CGNAT (carrier-grade network address translation) prevent me from being an initial seeder of that torrent?

    It’s not ideal, you won’t be able to seed/upload to any other firewalled (non port forwarded) peers.

    But technically any connectable (port forwarded) peers connecting to you will still be able to download from you, so you’d still be able to seed in that sense. That does mean you’re only initial seeding to peers that have their own ports open/forwarded.

    I can download and upload in my torrent client just fine, so I know my ISP isn’t (intentionally) blocking and firewalling torrents.

    Yup that would work fine, you can participate in torrent swarms that contain other connectable peers and that’s usually how most torrent swarms are. You’ll probably have trouble with the random low seed torrents e.g. a torrent with one lone seed who also has no ports open, that seed won’t be able to send you any torrent data.


  • OP’s example use case in the post was with the internet still being up. Building off of that yes, I’d log into the power switch remotely via the internet where I can then power cycle anything plugged into it - for me it was just to restart unresponsive desktops or whatever was plugged into it.

    But you wouldn’t need internet to power cycle the internet router itself by using scheduled tasks. e.g. the power switch can check that the internet router is responding to pings every x seconds/minutes and power cycle it if stops responding. (it has other checks/conditions it can use besides simple pings)

    That said my own equipment rarely/never needs a reboot so in the case my network loses internet access it usually means the internet is actually down, nothing I can do about that aside from maintaining backup internet if I needed.


  • Brickfrog@lemmy.dbzer0.comtoSelfhosted@lemmy.worldemergency remote access
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    2 months ago

    if the primary internet router goes offline but the internet isn’t out (ie a router reboot would fix the problem)

    Maybe you just need to give it a simple power cycle remotely? There are devices that do that sort of thing, I have a Digital Loggers Web Power Switch Pro that I’ve used on-and-off over the years for this purpose.

    https://www.digital-loggers.com/

    At one point I had to relocate for half a year while needing to remote access a slightly unstable desktop that wouldn’t always reboot cleanly and get stuck at the BIOS, it sometimes needed a couple of power cycles to come back online. The Power Switch was perfect for that, I’d log into it remotely and power cycle anything that was plugged into it.

    It should work for routers too e.g. it can automatically power cycle something plugged into it based on different conditions like maybe it stops responding to pings or whatever. Or I guess if you had multiple IPs / multiple internet connections the switch itself can stay online and accessed remotely without needing to schedule anything automatic.

    Pretty sure there are more pro-level (and more expensive) types of devices to do this sort of thing if you look around


  • Sorry… are you talking about piracy or privacy? They’re different things, you start off referring to piracy but most of your post is about privacy :P

    Anyways I’ve never considered Lemmy as a “privacy” platform so it’s not really how or why I ended up here. Most Lemmy instances don’t even allow Tor usage, some block VPN usage too, and most require an email to sign up and register. On top of that each Lemmy instance is going to be as private as the instance admin is willing to make it.


  • I have a bit of a dilemma with my DIY NAS rig.

    Does your setup have any way to do noise insulation? I suspect the answer is no but figured I’d throw it out there, surprisingly noise insulation helps more than you’d think. I have a bunch of drives inside a desktop case with insulation panels built in and the drives themselves are in there with rubber anti vibration screws/mounts. Barely ever hear anything from the drives (granted my WD Reds are probably quieter than your current Seagates).

    Just something to think on whether it’s an option for your current NAS rig or a future configuration.





  • Yes that would work fine, you can pretty much run anything inside a VM. So yeah a properly set up VM with internet access + VPN client + anything else you want to install will work.

    Not too sure what the issue is that you are encountering, you’d need to update your post with a lot more info. My suggestion is to start over and make sure the VM is set up correctly e.g. install the OS in the VM, verify it has normal internet access. Then install the VPN client in the VM, verify VPN is working properly. After that qBittorrent or anything else can be installed inside the VM. (probably best to save snapshots of your VM after each step in case you screw up and need to roll back)