-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,40 @@ | ||
# 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! | ||
|
||
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: | ||
01. {filename1} - 00:00 | ||
02. {filename2} - 03:54 | ||
03. {filename3} - 07:09 | ||
|
||
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 | ||
|
||
- AAC | ||
- AC3 | ||
- AIFF | ||
- ASF | ||
- DSDIFF | ||
- DSF | ||
- FLAC | ||
- MonkeysAudio | ||
- MP3 | ||
- MP4 | ||
- Musepack | ||
- OggFLAC | ||
- OggOpus | ||
- OggSpeex | ||
- OggTheora | ||
- OggVorbis | ||
- OptimFrog | ||
- SMF | ||
- TAK | ||
- TrueAudio | ||
- WAVE | ||
- WavPack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters