How can I download a youtube playlist with youtube-dl and make it a mp3-playlist?

Ahmed selim üzüm

I want to download this playlist but when I download it like youtube-dl -i PLSzf4L_DltPLtcOJuLM-eSV5AzBQQIrPc it doesn't write any playlist info in metadata. But most of the music players need playlists info to categorizing music files. Like cmus(I coudn't categorize my musics because lack of metadata). How can I do that?

Youtube-dl version: 2019.10.29

dvlcube

youtube-dl has the --add-metadata option, but for it relies on the original video's metadata, which might be empty.

Your best bet would be to tag the file yourself using tools like id3tool:

id3tool -a "<album name>" -r "<artist name>" -t "<song title>" <filename.mp3>

You'll have to rely on the video name having everything you need, though.

If you want to go a step further, you could use an API like Discogs to get reliable metadata information based on the few variables available in the video's title.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I make youtube-dl return the creator of a playlist?

From Dev

How can I download a YouTube playlist?

From Dev

How can I download part of a playlist from YouTube with 'youtube-dl'?

From Dev

How can I download part of a playlist from YouTube with 'youtube-dl'?

From Dev

How to download an entire YouTube playlist as a single mp3 file?

From Dev

How to download a youtube playlist with numbered prefix via youtube-dl?

From Dev

How to download a youtube playlist with numbered prefix via youtube-dl?

From Dev

youtube-dl | Download playlist in respective directory

From Dev

youtube-dl; How download ONLY the playlist, NOT the files therein

From Dev

Download youtube playlist from youtube-dl. but no sounds

From Dev

YouTube Playlist Download

From Java

Youtube - downloading a playlist - youtube-dl

From Dev

How can I download an entire playlist from youtube even it exceeds 25 videos?

From Dev

How can I return the number of videos in a YouTube playlist using javascript?

From Dev

How to download multiple video playlist by youtube-dl and avoid repeated recheck?

From Dev

Automaticly download and update youtube playlist

From Dev

In bash script how do I ensure youtube-dl downloads all files in a playlist

From Dev

youtube-dl delete files that are no longer in a playlist

From Dev

Youtube-dl viewster playlist language selection

From Dev

youtube-dl not downloading the whole playlist

From Dev

youtube-dl delete files that are no longer in a playlist

From Dev

How can I auto-play a YouTube playlist using mps-youtube?

From Dev

Downloading youtube playlist with youtube-dl, skipping existing files

From Dev

Play youtube playlist with youtube-dl with shuffling or repeat

From Dev

get newest additions to a youtube playlist using youtube-dl

From Dev

youtube-dl, how to write all subs of a youtube playlist to ONE single file?

From Dev

Is it possible to download entire YouTube playlist using IDM?

From Dev

how to make playlist of youtube links in my activity in android?

From Dev

Make embedded YouTube Playlist start at random index

Related Related

  1. 1

    How can I make youtube-dl return the creator of a playlist?

  2. 2

    How can I download a YouTube playlist?

  3. 3

    How can I download part of a playlist from YouTube with 'youtube-dl'?

  4. 4

    How can I download part of a playlist from YouTube with 'youtube-dl'?

  5. 5

    How to download an entire YouTube playlist as a single mp3 file?

  6. 6

    How to download a youtube playlist with numbered prefix via youtube-dl?

  7. 7

    How to download a youtube playlist with numbered prefix via youtube-dl?

  8. 8

    youtube-dl | Download playlist in respective directory

  9. 9

    youtube-dl; How download ONLY the playlist, NOT the files therein

  10. 10

    Download youtube playlist from youtube-dl. but no sounds

  11. 11

    YouTube Playlist Download

  12. 12

    Youtube - downloading a playlist - youtube-dl

  13. 13

    How can I download an entire playlist from youtube even it exceeds 25 videos?

  14. 14

    How can I return the number of videos in a YouTube playlist using javascript?

  15. 15

    How to download multiple video playlist by youtube-dl and avoid repeated recheck?

  16. 16

    Automaticly download and update youtube playlist

  17. 17

    In bash script how do I ensure youtube-dl downloads all files in a playlist

  18. 18

    youtube-dl delete files that are no longer in a playlist

  19. 19

    Youtube-dl viewster playlist language selection

  20. 20

    youtube-dl not downloading the whole playlist

  21. 21

    youtube-dl delete files that are no longer in a playlist

  22. 22

    How can I auto-play a YouTube playlist using mps-youtube?

  23. 23

    Downloading youtube playlist with youtube-dl, skipping existing files

  24. 24

    Play youtube playlist with youtube-dl with shuffling or repeat

  25. 25

    get newest additions to a youtube playlist using youtube-dl

  26. 26

    youtube-dl, how to write all subs of a youtube playlist to ONE single file?

  27. 27

    Is it possible to download entire YouTube playlist using IDM?

  28. 28

    how to make playlist of youtube links in my activity in android?

  29. 29

    Make embedded YouTube Playlist start at random index

HotTag

Archive