Skip to content

Ruxton/mixcloud_uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixcloud CLI Uploader

Overview

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

Binaries

Compiled binaries are available on dropbox for:

Source Requirements

  • GoLang > 1.2.1
  • The Internet

Using Mixcloud CLI Uploader From Source

  1. Goto http://www.mixcloud.com/developers/ and create a new application
  2. cp build/oauth_client.env.sample build/oauth_client.env
  3. Fill out build/oauth_client.env with your Oauth Application details from step 1
  4. Run bin/build
  5. Run the built packages as below from pkg/

Using Pre-compiled Packages

Using compiled packages:

mixcloud --file <path_to_filename> --cover <path_to_cover> --tracklist <path_to_tracklist>

Meta

  • Code: git clone git://github.com/ruxton/mixcloud_uploader.git

About

A command line uploader for MixCloud written in GoLang

Resources

Stars

Watchers

Forks

Packages

No packages published