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

help-circle

  • 4 seeders

    4 seeds means it’s not actually a dead torrent. Slow uploading sure, but not dead. I’d suggest just leaving it alone, if it’s going at 8% per week it should finish on its own in roughly 13 weeks assuming the speeds don’t change much. That’s going to be a while but once you’ve got it you’ll be seed number 5 as long as you keep seeding it on your end.

    If I can find find the exact releases of as many roms as possible in the collection from other singular sources, can I resurrect this torrent by just copy+overwrite into the unfinished folder?

    Sure that may work in theory. Just keep in mind you’d need to find tons of ROM files that are exact bit-by-bit matches of the files in the torrent - otherwise overwriting mismatched data into your currently downloading torrent would make things slower for you since you’d now have to re-download that data to get back to 8% or whatever.

    EDIT: Looks like you lucked out, congrats seed #5 :)


  • The WD sales are decent if you’re buying new so if you’re feeling like it’s time for a purchase this might be worth it for you.

    I did the same earlier this year though in my case I tend to buy the current gen large capacity WD Reds & stick with them for a few years at least. When their 24 TB / 26 TB drives went on sale they actually were cheaper than what Newegg / Amazon had done with their own sales up to then so for me it was worth it.

    The other thing to keep in mind, if you’re in the U.S., the whole tariff situation isn’t going to make this stuff any cheaper in the future.




  • Not automatic (I think) and a bit clunky but the Strawberry music player does have a transcode feature so you could select music files and transcode them a certain way output to another folder. It’s not something I ever do but I did a quick test to a USB drive and it seems to work okay. It’s an option if you opt to use a gui to click through.

    OTOH if you’re happy using the terminal and/or scripting then ffmpeg would be a better bet.

    PS - Strawberry does have a panel where it lists “Devices” and maybe your phone could show up there and the transcoding would work a bit more automatically, wasn’t able to test that here.



  • To be fair Ubuntu is still okay especially starting out, it’s one of the more polished distros with a ton of online documentation when you need to search around and figure out how to do things. And no one says you have to stay with a distro, once you’re comfortable with Linux it’s easy enough to check out other distros.

    That aside a lot of people have been recommending Mint for new users so that’s definitely one you can check out if you want to try branching out now rather than later.

    PS - Nvidia has a less than stellar reputation for their Linux drivers, you may want to consider reading up on that for whichever distro you choose. I have an Nvidia GPU (old non-Quadro class) running on Debian, works fine now but I did have a few false starts getting it going properly at first.




  • Perhaps just uninstalling Nouveau and falling back to the Intel driver, if it’s already installed, is sufficient? Or if that doesn’t work, worst case OP could blacklist Nouveau and and update initramfs? I’m just guessing as long as the Nvidia driver is never actually active perhaps that’s enough to avoid excess power consumption.

    OTOH there isn’t much harm in OP keeping Nouveau enabled and seeing how things go though I’m in agreement with you, on an older laptop there’s not much advantage to be gained with the older Nvidia hardware.


  • All the loaded torrents in a torrent client already get stored somewhere in the torrent client’s own settings folders. e.g. if you look in qBittorrent’s settings folders you’ll find a folder full of .torrent files representing every single torrent currently in the torrent client.

    So if it’s a torrent I’m going to leave loaded in the torrent client then no, there’s no reason to save a second copy of the .torrent file. But I guess if it’s a torrent I’m not going to load in the torrent client, or will remove it from there, then maybe it’s worth saving depending how you do things.

    I’m undecided. I figure if I save them and back them up to an offline/offsite device, then I can (mostly/hopefully) recover from hardware failure by simply re-adding all the torrent files to my favorite client.

    It would be better just to back up your entire torrent client settings folders, you’ll save all the .torrent files along with the save folders and other information you have in the torrent client.


  • Nope, I prefer being able to run my own network router, open/close my own ports, block ads on the network, hopefully get as much bandwidth as I can, etc. so it’s usually better for me to subscribe to my own internet.

    … But since you bring it up, coincidentally I currently live on a street with shops/restaurants on the main floor under me. And all their wifi networks are visible from my apartment… so technically yeah, if I go through the trouble of collecting all their wifi passwords I could just hang out on their networks for free internet. Internet probably wouldn’t be great and not very private without a VPN but for free web browsing it should work.








  • Ah yeah I saw that one but I don’t think it does quite what OP wants. Seems more like it is designed to monitor a running qBittorrent client and then copy the .torrent file(s) to Transmission, with all torrent data in the same data folder. Might not help much for OP with all the different data folders they have in their current setup.

    My concept is as such: have a shared folder where everything is moved after download. I call this /mnt/torrents.

    The script provided that makes all of this happen is a python script. It queries the qBittorrent client for uploading or completed downloads, checks to see if they are private or public torrents, then copies the .torrent files to the respective “watched” directory of the public or private (transmission) client. It just copies the .torrent files to directories, so it should be usable with other torrent clients that have “watched” directories.

    But either way nice effort! I’m kind of surprised at the lack of scripts to import torrents into Transmission. The only related script I could find is to do Transmission --> qBittorrent but it doesn’t seem to do the reverse https://github.com/Mythologyli/transmission-to-qbittorrent