rick / douche
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
douche /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Sep 07 00:16:15 -0700 2008 | |
| |
MIT-LICENSE | Fri Sep 05 14:23:07 -0700 2008 | |
| |
README | Tue Aug 26 23:00:02 -0700 2008 | |
| |
Rakefile | ||
| |
bin/ | Sun Sep 28 11:05:03 -0700 2008 | |
| |
file_fixtures/ | Thu Aug 28 23:14:50 -0700 2008 | |
| |
lib/ | ||
| |
spec/ | ||
| |
try.rb |
README
-- TODO: - allow for processing a directory of files - one mode of processing would be to simply copy files to another location - one mode of processing would be to rename directories (normalize) - one mode of processing would be to look up last.fm metadata - one mode of processing would be to look up musicdns puid, metadata - one mode of processing would be to set id3 tags based on available information model the processing modes as having: - a Specification for whether they should fire - (optionally) an ordering, either linear or DAG, which specified which processes come before which others - a routine which runs - a marker for success (should cause the Specification to fail) - a marker for failure (how will this interact with the Specification)

