Yeah, you know, that [checks notes] one copy of a book that the lending library was able to lend* was really eating into their profit margin. Honest to God, they probably spent more money on lawyers over this shit than they’ll ever recoup, and it just makes them look stupid, greedy, and stupidly greedy.
*I think it’s one copy per actually book that’s owned. Just like you can’t lend you friends more copies of a given book than you own.
The publishers have called the Archive’s program a front for mass copyright infringement.
Digital libraries are a front for mass copyright infringement, according to the publishers :)
But for real, what’s the difference between a digital library that artificially limits the amount of books they lend out to the amount of books they scan and a traditional library? I can go to my local library right now, take a book home, photocopy the book at home, and return the book to the library. Not as high quality as a digital copy, but still.
The unpack process is usually single threaded, and a stock 5820k is slower than a ryzen 1600 in that case, so you’re probably just running out of CPU performance. My server runs a 6700k and it’s pretty slow to unpack even with nvme arrays
The only torrent I ever removed my seed cap for was a set of DVD-audio ISOs. I had it downloading for months, but it never got above 5%. Eventually I found the same disc images on another site, so I dropped them in the download folder and rechecked the torrent, which came back 97% complete. The only files missing were box art scans and NFOs. I let that thing seed for about five months.
I dunno, I normally use my bash script + ffmpeg to convert batch flacs to mp3s
<span style="color:#323232;">#!/bin/bash
</span><span style="color:#323232;">
</span><span style="color:#323232;">cd "${1}"
</span><span style="color:#323232;">
</span><span style="color:#323232;">for subdir in *; do
</span><span style="color:#323232;"> cd "${subdir}"
</span><span style="color:#323232;">
</span><span style="color:#323232;"> for input in *.flac; do
</span><span style="color:#323232;"> echo ${input%.*}
</span><span style="color:#323232;"> ffmpeg -i "${input}" -ab 320k -map_metadata 0 -id3v2_version 3 "${input%.*}.mp3" && rm "${input}"
</span><span style="color:#323232;"> done
</span><span style="color:#323232;">
</span><span style="color:#323232;"> cd ..
</span><span style="color:#323232;">done
</span>
Then i’d just run my script.sh [directory that contains flac]you might want to remove && rm “${input}” if you don’t want it to delete your flac files automatically.
piracy
Ważne
Magazyn ze zdalnego serwera może być niekompletny. Zobacz więcej na oryginalnej instancji.