Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 666 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 666 Bytes

Generate Skeler NightDrive Playlists

Requirements

  • All Audio Files from the Video
  • Tracklist
  • Python >= 3.8
  • ffmpeg

Download the Audio Files

yt-dlp -f ba[ext=m4a] --split-chapters https://www.youtube.com/watch?v=<watch_id>

Tracklist

look in the comments of the NightDrive Videos and copy everything in a tracklist.txt

! No NewLine at the end of the File

Execution

minimal

python -m nightdrive -t tracklist.txt -f path/to/the/folder/with/all/audio/files

with album cover

python -m nightdrive -t tracklist.txt -f path/to/the/folder/with/all/audio/files -c path/to/the/album/cover/image.png