this post was submitted on 17 Jun 2025
15 points (100.0% liked)

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

62059 readers
313 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
 

There are some albums that I genuinely can't find anywhere else, they barely seem to exist. Is there a good way to turn a full album on youtube to a bunch of seperate files for each song, a shortcut to getting the metadata right for each song, etc? Or is downloading the whole thing and manually chopping it up the only way?

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 7 hours ago* (last edited 7 hours ago)

If chapters are available for the video, yt-dlp has a command line argument that will split the video into different files, one for each chapter. Quoting a reddit comment:

you need ffmpeg.
how to convert to mp3: wiki
split chapters: --split-chapters
example naming files after chapters: -o "chapter:%(section_number)s %(section_title)s.%(ext)s"
available chapter variables:

section_title (string): Title of the chapter
section_number (numeric): Number of the chapter within the file
section_start (numeric): Start time of the chapter in seconds
section_end (numeric): End time of the chapter in seconds

as i recall, i don't use this myself, it will also keep the original file, which naming depends on the regular -o (use in addition to the -o line with chapter:)

--split-chapters will also work with the timestamps mentioned in the description

[–] [email protected] 6 points 8 hours ago (1 children)

When you say can't find anywhere, does that include slsk?

[–] [email protected] 8 points 8 hours ago (1 children)

I had no idea slsk had so much stuff on it, thanks for prompting me to check. A lot of the stuff I was looking for is there.

Just make sure to share my library in turn, correct?

[–] [email protected] 7 points 8 hours ago

Just make sure to share my library in turn, correct?

Yep, it's good to be a good citizen.

[–] [email protected] 4 points 8 hours ago

A little bit of searching found me mp3splt-gtk, which boasts the ability to automatically split an mp3 file into tracks, and even name them according to internet or local databases. I haven't used it but it sounds like exactly what you need.