this post was submitted on 15 Oct 2025
114 points (99.1% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

64808 readers
353 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder

📜 c/Piracy Wiki (Community Edition):

🏴‍☠️ Other communities

FUCK ADOBE!

Torrenting/P2P:

Gaming:


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 2 years ago
MODERATORS
 

I would like to move away from using spotify for music. Are there any torrenting sites where I can torrent music with high quality audio (~320kbps) tagged properly?

you are viewing a single comment's thread
view the rest of the comments
[–] rozodru@piefed.social 12 points 2 days ago (2 children)

I have soulseek/nicotine+ on my private server and I just use that. It's really easy. If you ever used Napster or limewire or Kazaa or whatever it's exactly like that.

[–] Teppichbrand@feddit.org 7 points 2 days ago (1 children)

slsk-batchdl is pretty powerful too, if you're not afraid of a little command line

[–] rozodru@piefed.social 4 points 2 days ago (2 children)

yup! I used that to pull my playlists from spotify and youtube to download my songs on soulseek. very powerful tool that worked great. just let it run on my server overnight and had all my songs by the morning.

[–] Teppichbrand@feddit.org 1 points 2 days ago (2 children)

Offtopic follow-up question:
How do I prevent it from aborting when I launch it through SSH and want to quit the client?

[–] rozodru@piefed.social 3 points 2 days ago

I used screen. Just start a screen session for it like "music-downloads" and then you can quit the session and exit out OR install a DE like XFCE on your server and then use something like xfreerdp to remote desktop in, run the script in a terminal on the server, then just close your xfreerdp.

I first used screen to download everything but then decided to install XFCE and Nicotine+ and just leave it up so people can download from my library also.

[–] bktheman@awful.systems 3 points 2 days ago

Looks like nohup, screen, or tmux are good options.

I've used screen before, it worked well. Though I've never used it to download stuff, it should work the same

[–] baconbacksandwich@lemmy.dbzer0.com 1 points 2 days ago (2 children)

I would love to do this from Spotify. Can you share any code snippets or examples?

[–] rozodru@piefed.social 2 points 2 days ago* (last edited 2 days ago)

this was the script I used to download my youtube playlist, you can modify it to do spotify also:

#!/bin/bash  

PLAYLIST_URL="$1"  

if [ -z "$PLAYLIST_URL" ]; then  
    echo "Usage: $0 <youtube_playlist_url>"  
    exit 1  
fi  

# Log file with timestamp  
LOG_FILE="$HOME/music-downloads/download_$(date +%Y%m%d_%H%M%S).log"  

echo "Starting download at $(date)" | tee "$LOG_FILE"  
echo "Playlist: $PLAYLIST_URL" | tee -a "$LOG_FILE"  
echo "----------------------------------------" | tee -a "$LOG_FILE"  

# Run sldl with YouTube playlist  
sldl "$PLAYLIST_URL" --yt-dlp 2>&1 | tee -a "$LOG_FILE"  

echo "----------------------------------------" | tee -a "$LOG_FILE"  
echo "Download completed at $(date)" | tee -a "$LOG_FILE"  

I just ran this in a screen session. You don't have to log everything but I did it so I could check to see what songs weren't on soulseek from my playlist.

[–] Teppichbrand@feddit.org 1 points 2 days ago

Look at the documentation on the Github-page. It looks difficult but you only need a few options and they give you examples as well.

[–] cyberpunk007@lemmy.ca 2 points 2 days ago (1 children)

I have never used soulseek. Isn't this basically just Napster/kazaa/bearshare/limewire kind of deal? Wouldn't it be loaded with garbage with bad tags?

[–] Revan343@lemmy.ca 3 points 1 day ago (1 children)

Soulseek is popular with audiophiles, so there tends to be a lot of large, well-tagged FLAC collections

[–] cyberpunk007@lemmy.ca 2 points 1 day ago (1 children)

TIL. I'm picky but not that picky. I'll have to give it another shot.

[–] rozodru@piefed.social 3 points 1 day ago (1 children)

the tags are really decent, like the previous poster said it's pretty much all audiophiles so everything is tagged, a lot of FLAC stuff but you can sort by MP3 (Nicotine+ makes it really easy in that regard)

The great thing about it and because the user base is mostly audiojunkies is that you can find some REALLY obscure stuff. Like things you'd never find on spotify or youtube music or any of that. I once found a set from a band I love from a show I was actually at.

[–] cyberpunk007@lemmy.ca 1 points 1 day ago* (last edited 1 day ago) (1 children)

That's incredible. I used to have a hard drive I lost years ago with tons of obscure stuff and I was never able to find a lot of it again.

Edit:

Nobody is concerned about privacy? Seems to work a lot like bittorrent, exposing your IP

[–] Revan343@lemmy.ca 1 points 1 day ago (1 children)

As a Canadian, I've never worried about privacy when torrenting or using Soulseek, but if you are worried, then yeah you'd want a VPN

[–] cyberpunk007@lemmy.ca 1 points 1 day ago

Same boat but there's some moves happening lately that aim to change those laws