~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 :'( 4. Add music directory: Edit /.config and follow the instructions. Dependencies ~~~~~~~~~~~~ - taglib 1.5 - FUSE 2.6 - Sqlite 3 License ~~~~~~~ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. A copy of the license can typically be found in COPYING