https://github.com/pocmo/ccmusic
Downloader for free and creative commons music (Using Ruby and MongoDB)
https://github.com/pocmo/ccmusic
Last synced: 8 months ago
JSON representation
Downloader for free and creative commons music (Using Ruby and MongoDB)
- Host: GitHub
- URL: https://github.com/pocmo/ccmusic
- Owner: pocmo
- Created: 2010-08-29T18:47:00.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-10-18T14:05:08.000Z (over 15 years ago)
- Last Synced: 2025-02-12T06:38:24.152Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
CCMusic - Downloader for free and creative commons music
Queries regulary your favorite music podcasts for new songs.
Requirements:
- Ruby
- A lot of ruby gems, take a look at ccmusic.rb
- MongoDB (Here we will store information about what we've already downloaded)
After you've installed everything go to ccmusic.conf and take a look at the default
values and change them if needed.
Example usage:
Add the last.fm feed for metal:
./ccmusic.rb -a http://ws.audioscrobbler.com/2.0/tag/metal/podcast.rss
Add the "What's HOT right now?" Feed from CCMixter
./ccmusic.rb -a http://ccmixter.org/api/query?f=rss&tags=remix,-digital_distortion&sort=rank&sinced=1%20week%20ago&limit=12
Go on and add feeds of music you like... Maybe take a look here:
http://wiki.creativecommons.org/Music_Podcasts#Single_song_at_a_time_podcasts
List all feeds
./ccmusic.rb -l
Now let's go and download all files we don't own already
./ccmusic
That's it. For more options take a look at:
./ccmusic --help