Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 868 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 868 Bytes

yt-timestamp-gen

Create a lists of cumulated timestamps out of audio files from one directory using the Mutagen Python library. What you can easily paste afterwards to your description box on Youtube. There is an option to turn on enumeration for tracks in case the filenames do not start with numbering. It is a simple console application.

Usage:

  1. Paste the full path to the directory that contains the audio files that you would like to create the timestamps from. (e.g. "C:\Music\MyAlbum")
  2. Decide if you need enumeration
  3. Done!

Output example:

  1. {filename1} - 00:00
  2. {filename2} - 03:54
  3. {filename3} - 07:09

Supported file extensions:

  • AAC
  • AC3
  • AIFF
  • ASF
  • DSDIFF
  • DSF
  • FLAC
  • MonkeysAudio
  • MP3
  • MP4
  • Musepack
  • OggFLAC
  • OggOpus
  • OggSpeex
  • OggTheora
  • OggVorbis
  • OptimFrog
  • SMF
  • TAK
  • TrueAudio
  • WAVE
  • WavPack