JaGoLi / ytdl-gui

A simple-to-use, cross-platform graphical interface for youtube-dl.
GNU General Public License v3.0
253 stars 23 forks source link

Feature request: Include an album splitter feature when downloading audio #33

Open toushin-taishi opened 3 years ago

toushin-taishi commented 3 years ago

Hello, Just as an idea if it would be possible to include an album splitter feature when downloading as audio? I think this would be a killer feature of the project.

Kind regards,

JaGoLi commented 3 years ago

Can you please elaborate what you mean by album splitter? Like, do you want to select individual tracks only?

toushin-taishi commented 3 years ago

Apologies for being vague. I was referring to downloading an album on youtube and splitting the individual tracks by normally using a text file as "timestamp:song" reference. For example, using the youtube link: https://www.youtube.com/watch?v=XrisCsNzOlo each track will be downloaded as individual mp3 using the tracklist:

  1. 00:00 Secret (feat. Deryn Cullen & Tina Meier)
  2. 04:14 Sound of Heart
  3. 07:42 Be Strong (feat. Aeralie Brighton & Deryn Cullen)
  4. 12:13 Cry of Peace (feat. Iiino & Luciana Zogbi)
  5. 13:59 Homecoming (feat. Sandro Friedrich)
  6. 17:37 Forever (feat. Iiino & Asja Kadric)
  7. 22:29 Memory
  8. 24:11 Sounds of Wood (feat. Selma Forster)
  9. 28:30 Sun (feat. Aeralie Brighton)
  10. 31:47 Mystic (feat. Selma Forster)
  11. 35:13 Roses Tree
  12. 41:04 This Is Africa (feat. Iiino & Luciana Zogbi)

Thanks and kind regards!

JaGoLi commented 3 years ago

Ok, now that is cool. I will try to implement that. Although I think I may just write code to automate the process with ffmpeg after the video has been downloaded.

toushin-taishi commented 3 years ago

That is great, Thank you for considering the request. More power to ytdl-gui!