index
:
musicfs.git
master
filesystem providing a hierarchy for media files
KJ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2008-08-17
- Simplify mfs_file_data_from_path a lot and rename it to mfs_realpath, which
Ulf Lilleengen
2008-08-15
Changed dbpath to ~/.mfs.db
Kjetil Ørbekk
2008-08-15
- Added lookup functions for scanning paths
Kjetil Ørbekk
2008-08-15
- Implemented mfs_reload_config
Kjetil Ørbekk
2008-08-15
- Moved $HOME function to mfs_subr
Kjetil Ørbekk
2008-08-14
- Added license information (GPLv2)
Kjetil Ørbekk
2008-08-14
- Renamed mp3fs to musicfs
Kjetil Ørbekk
2008-08-13
- Changed DBNAME so it works on other machines than Ulf's
Kjetil Ørbekk
2008-08-13
- Reverted mp3_basename, using sqlite tricks to obtain the same
Kjetil Ørbekk
2008-08-13
- Added mp3_basename
Kjetil Ørbekk
2008-08-12
- Restructured mp3_getattr
Kjetil Ørbekk
2008-08-12
- Added mp3_file_data_for_path, to reuse code for opening and reading
Kjetil Ørbekk
2008-08-12
- Fixed debug filehandle
Kjetil Ørbekk
2008-08-09
- Add lookup for album directory.
Ulf Lilleengen
2008-08-09
- Change lookup_fn to return values, so we can stop the lookup_finish loop on
Ulf Lilleengen
2008-08-09
- Add support for reading a file in /Tracks directory.
Ulf Lilleengen
2008-08-09
- Rename list to lookup, and change it, so a generic lookup callback that
Ulf Lilleengen
2008-08-09
- Split mp3_list into three functions performing initialization, adding data and
Ulf Lilleengen
2008-08-05
- Abstract out the methods listing artists and genre into their own functions.
Ulf Lilleengen
2008-08-03
- Add TODO
Ulf Lilleengen
2008-08-03
- Correct typo in db schema.
Ulf Lilleengen
2008-08-03
- Initial implementation of sqlite3 as backend for music.
Ulf Lilleengen
2008-06-15
- Made DEBUG write to file instead of stderr (which didn't work)
Kjetil Ørbekk
2008-04-30
- Fix issues with getting filler to work.
lulf@nobby.studby.ntnu.no
2008-04-29
- Compilation fixes. It does not work yet, but basic structure in place.
lulf@carrot.studby.ntnu.no
2008-04-29
- Implement query system to select data from data structures.
lulf@carrot.studby.ntnu.no
2008-04-25
- Use taglib in mnode.
lulf@carrot.studby.ntnu.no
2008-04-25
- Merge.
lulf@carrot.studby.ntnu.no
2008-04-25
- Merge.
lulf@carrot.studby.ntnu.no
2008-04-25
- Added debug.h
Kjetil Ørbekk
2008-04-24
- Move out directory traversal routines into mp3_subr
lulf@carrot.studby.ntnu.no
2008-04-21
- Implement basic check and indexing.
lulf@carrot.studby.ntnu.no
2008-04-20
- Make it work.
lulf@carrot.studby.ntnu.no
2008-04-20
- Include option parsing in main file.
lulf@carrot.studby.ntnu.no
2007-11-21
- Add node structure skeleton.
lulf@carrot.studby.ntnu.no