diff options
| -rwxr-xr-x | README | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,12 +1,35 @@ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + musicfs +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ musicfs is a FUSE module implementing a media filesystem in userland. The purpose of musicfs is to provide filesystem hierarchy based on id3 tags of mp3-files. + +Usage +~~~~~ +1. Compile: + +$ make + +2. Initialise the database: + +$ sqlite3 music.db < dbschema.sql + +3. Run: + +$ ./musicfs -d <music path> <mount path> + +On my computer, it only behaves correctly in debug mode (-d) due to a +bug of some kind. I don't really know why :'( + + Dependencies ~~~~~~~~~~~~ - taglib 1.5 - FUSE v.2.6? + License ~~~~~~~ This program is free software; you can redistribute it and/or modify |
