album-splitter
album-splitter copied to clipboard
Split single-file MP3 albums into separate tracks. Downloads from YouTube supported.
Reading tracks file Found the following tracks: Heliacal Rising - 0:00:00 The First Point of Aries - 0:08:50 Constellation Hipparchia - 0:18:13 Occultated Temporal Dimensions - 0:30:42 Aether Wind -...
Noticed that even though my source file had an embedded cover art, it was being lost during the split. This fix involves: - Removing the `-an` flag from the split...
I like this project! I was not able to figure out how to control FFmpeg's audio encoding (bit rate, file type). Could the necessary arguments be added in the future?
Added support for russian language
Not sure this messy code would help.. but I've been modifying the source to fit my usage. Also, added some Qt5 based GUI for tracks.txt edit.
Fixes #31
``` Traceback (most recent call last): File "split.py", line 14, in from split_init import METADATA_PROVIDERS, ydl_opts File "/home/arthur/local/album-splitter/split_init.py", line 11, in METADATA_PROVIDERS.append(__import__("MetaDataProviders." + provider[:-3], fromlist=[""])) File "/home/arthur/local/album-splitter/MetaDataProviders/Wikipedia.py", line 6, in...
For some mixtapes it would be cool to be able to specify the author on a by-track basis.
Addresses #20, partially. Implements some unit tests to Amazon and Wikipedia Medataproviders. In two modes: - online (normal use) - offline (downloading Amazon and Wikipedia responses in html files). For...
# Additions - Added a basic GUI using easygui, that acts as a wizard to launch the spitter program. - GUI has the option to reformat a tracklist. - Changed...