A go CLI application that uploads MP3's (cloudcasts)
It can:
- Add descriptions
- Add tags
- Add cover art
- Parse Virtual DJ 7 Tracklist.txt sections to approximate track changes
Compiled binaries are available on dropbox for:
- GoLang > 1.2.1
- The Internet
- Goto http://www.mixcloud.com/developers/ and create a new application
- cp build/oauth_client.env.sample build/oauth_client.env
- Fill out build/oauth_client.env with your Oauth Application details from step 1
- Run bin/build
- Run the built packages as below from pkg/
Using compiled packages:
mixcloud --file <path_to_filename> --cover <path_to_cover> --tracklist <path_to_tracklist>
- Code:
git clone git://github.com/ruxton/mixcloud_uploader.git