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.
Likely a combination of the community having more tech savvy individuals + realising Reddit would fuck over r/Piracy eventually, making more of them follow dbzer0 here when they were overthrown.
piracy
Ważne
Magazyn ze zdalnego serwera może być niekompletny. Zobacz więcej na oryginalnej instancji.