1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 10 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Add missing include
lulf
as Ulf Lilleengen
More... almost 15 years ago
- Import mfs_notify subroutines for registering for events on system files. The intent is to be able to detect when a musicfs folder or file is changed or modified in order to update filesystem data.
lulf
as Ulf Lilleengen
More... almost 15 years ago
- Comment unused variable.
lulf
as Ulf Lilleengen
More... almost 15 years ago
- Remove remnants from pnotify build.
lulf
as Ulf Lilleengen
More... almost 15 years ago
- Remove pnotify library again as the API is a bit messy and handles things in a different way than musicfs requires.
lulf
as Ulf Lilleengen
More... almost 15 years ago
- Cleanup headers and remove stale file.
lulf
as Ulf Lilleengen
More... almost 15 years ago
- Include pnotify in build and link against it in musicfs.
lulf
as Ulf Lilleengen
More... over 15 years ago
- Import pnotify and add a Makefile for building it.
lulf
as Ulf Lilleengen
More... over 15 years ago
- Missed fusever and makefile changes in the previous commit. - Also put a consistent sorting on header includes: * System includes first * Then, standard C libraries * Then additiona libraries and our own headers.
lulf
as Ulf Lilleengen
More... over 15 years ago
- Use a fusever header to define fuse version across all files. - Add a Makefile in the src directory and use the main makefile as a toplevel make.
lulf
as Ulf Lilleengen
More... over 15 years ago
- Don't (re-)scan the collection initially (Scanning is really annoying with huge collections. Touch /.config to re-scan)
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Allow empty genre id3-field
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Initial plan for v0.2 (TODO)
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Removed v0.1 section from TODO
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- New "screenshot"
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Add to TODO.
lulf
as Ulf Lilleengen
More... over 15 years ago
- Fixed fsync("/.config") - Done with TODO for v0.1 :)
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Fixed /Genres - Added track number on songs in Genres/*/*
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Fixed track numbers in /Albums/*
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Discovered a bug. Added to TODO
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- More TODO for v0.1
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- More detailed instructions in README
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- TODO for v0.1 done
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Finished db_cleanup code. Removing paths from .config should now work nicely :)
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Added missing .h file
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Emacs modelines
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Put db_path into musicfs.h - Got ride of some warnings
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Cleanup mfs_cleanup_db
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Moved mfs_cleanup_db code to its own file
orbekk
as Kjetil Ørbekk
More... over 15 years ago
- Include "fuse.h" to get rid of a compiler warning.
orbekk
as Kjetil Ørbekk
More... over 15 years ago