Tool for manipulating music albums. Written with mp3 archives from http://www.ektoplazm.com in mind.
Written by b42 in 2013-2014.
- For encoding videos, you need the
ffmpegprogram andeyeD3python module. - For youtube uploads, you need to have the
google-api-python-clientmodule. - For the rss functionality, you need the
feedparserandBeautifulSoupmodules.
For detailed optional argument explanation, run
ektobot.py --help
or:
ektobot.py <subcommand> --help
Example:
ektobot.py unpack "Artist - Album - 2013 - MP3.zip"
Unpacks the archive into directory Artist_-_Album.
Example:
ektobot.py videos .
Converts all mp3 files in current directory to videos stored in subdirectory
named video.
Example:
ektobot.py youtube Artist_-_Album/video
Uploads videos in Artist_-_Album/video to youtube. It will ask you for
username and password. The video directory has to be created by ektobot, the
command will fail otherwise.
The script is quite messy and this documentation incomplete. I doubt anyone else will ever use this module - let me know if you want to and I might improve the code and/or documentation.
It currently cannot process anything else than archives from Ektoplazm. Please let me know if you have any other use in mind!
WTFPL <http://www.wtfpl.net/>.