Skip to content

nurnurnur/unearthd-bumpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unearthd Bumpr

Overview

This is a go application that builds a playlist of song id's from the JJJ Unearthed website and "plays" them.

Source Requirements

Pre-compiled Requirements

Using Unearthd Bumpr From Source

  • go run unearthd-bumpr.go (You'll be asked to enter song id's one by one)
  • go run unearthd-bumpr.go --tracks=123,213,431 (Creates and plays a playlist of Track 123, Track 213 & Track 431)
  • go run unearthd-bumpr.go --file=track_ids.txt (Text file should be 1 track_id per line)
  • go run unearthd-bumpr.go --playlist=123445 (Plays a JJJ Unearthed playlist)

Using Pre-compiled Packages

Download pre-compiled packages from DropBox

  • unearthd-bumpr (You'll be asked to enter song id's one by one)
  • unearthd-bumpr --tracks=123,213,431 (Creates and plays a playlist of Track 123, Track 213 & Track 431)
  • unearthd-bumpr --file=track_ids.txt (Text file should be 1 track_id per line)
  • unearthd-bumpr --playlist=123445 (Plays a JJJ Unearthed playlist)

Meta

  • Code: git clone git://github.com/nurnurnur/unearthd-bumpr.git

About

Builds a playlist of song id's from the JJJ Unearthed website and "plays" them.

Resources

License

Stars

Watchers

Forks

Packages

No packages published