An open API service indexing awesome lists of open source software.

https://github.com/makefu/newgrounds-fetcher

fetches/downloads and plays good* newgrounds music
https://github.com/makefu/newgrounds-fetcher

Last synced: 8 months ago
JSON representation

fetches/downloads and plays good* newgrounds music

Awesome Lists containing this project

README

          

The newgrounds-fetcher downloads and plays random music file from the newgrounds audio portal.
There are different parameters to tune ( e.g. minimum rating and style ).

See the source code for documentation.

# mpdPlaylist
mpdPlaylist is an implementation which does not download the music but just adds the music to the local mpd.
With an icecast daemon attached you can listen to some sweet tunes while the server does all the hard work

# randPlaylist.sh
randPlaylist is the implementation which downloads newgrounds music,saves it to a temporary directory and plays the music with mplayer.
The implementation does not support concurrency of downloading and playing music, the queue length is 1.
This implementation is currently unmaintained, please see mpdPlaylist for a working example.