commit 2fbf1921a3dfb2ea3d1a0870e21b0aabc12d5539 parent f6a7c43f708c22e4ea460c6e2b812fe91976ae51 Author: Wim Dupont <wim@wimdupont.com> Date: Tue, 10 Jun 2025 19:10:20 +0200 update readme Diffstat:
M | README.adoc | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.adoc b/README.adoc @@ -200,10 +200,10 @@ Uses yt-dlp to easily download videos from youtube. Has options for audio-only f == link:bin/ytd-album[ytd-album] Used to download full albums by playlist. The script creates a directory with the bandname followed by a directory with albumname in which the playlist is saved as mp3 files. -The downloaded audio files also get tagged by id3 to make them easy to sort by on devices such as mp3-players. +The downloaded audio files also get tagged by id3v2 to make them easy to sort by on devices such as mp3-players. .Requires: * https://github.com/yt-dlp/yt-dlp[yt-dlp] * https://git.ffmpeg.org/ffmpeg.git[ffmpeg] -* https://github.com/squell/id3[id3] +* https://id3v2.sourceforge.net/[id3v2]