Tag Playlist Generator Code
Status: Planning
Brought to you by:
m1ck1
File | Date | Author | Commit |
---|---|---|---|
README | 2011-03-11 | m1ck1 | [r1] Started project and added some basic README and... |
TODO | 2011-03-11 | m1ck1 | [r1] Started project and added some basic README and... |
constants.rb | 2011-03-21 | m1ck1 | [r7] a constants file |
create_db.rb | 2011-03-21 | m1ck1 | [r8] nothing is working right now |
data_tracker.rb | 2011-03-28 | m1ck1 | [r9] Adding mp3 tags to database seems to be working... |
input_file_reader.rb | 2011-03-21 | m1ck1 | [r8] nothing is working right now |
mp3_handler.rb | 2011-03-28 | m1ck1 | [r9] Adding mp3 tags to database seems to be working... |
tag_model.rb | 2011-03-20 | m1ck1 | [r5] Added some simple class for inserting mp3s to t... |
Tag Playlist Generator A small tool that analyzes a given set of audio files, extracts the corresponding tag information via Last.fm and generates corresponding playlists. Features: * Read audio files from your local directory tree * Analyze and store mp3 tags of those files * Create playlists corresponding to given tags or sets of tags * Suggest "useful" playlists homepage: https://sourceforge.net/projects/tagplaylistgen/ Author: Michael Claßen email: michael.classen@gmail.com