From 4519d5f911ef98f1317bb6307648610ea15586bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Thu, 14 Aug 2008 16:40:10 +0200 Subject: - Added Usage information to README --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README b/README index 0010ca7..7cdad7e 100755 --- a/README +++ b/README @@ -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 + +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 -- cgit v1.2.3