summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-08-15- Reloading config when .config is changedKjetil Ørbekk
2008-08-15Changed dbpath to ~/.mfs.dbKjetil Ørbekk
2008-08-15- Removed the musicfolder argumentKjetil Ørbekk
2008-08-15- Fixed traversingKjetil Ørbekk
2008-08-15- Added lookup functions for scanning pathsKjetil Ørbekk
2008-08-15- Fixed insert_path and reload_configKjetil Ørbekk
2008-08-15- Implemented mfs_reload_configKjetil Ørbekk
2008-08-15- Moved $HOME function to mfs_subrKjetil Ørbekk
2008-08-15- Helper function to add music pathKjetil Ørbekk
2008-08-15- Aligned codeKjetil Ørbekk
2008-08-15- More vnops (to make vim behave)Kjetil Ørbekk
2008-08-15- mfs_read for /.configKjetil Ørbekk
2008-08-15- Started working on ~/.mfsrc as config fileKjetil Ørbekk
2008-08-15- Added vnops needed for writing .configKjetil Ørbekk
2008-08-15- Renamed /paths to /.configKjetil Ørbekk
2008-08-14- Added /pathsKjetil Ørbekk
2008-08-14- Add musicpath specified on command lineKjetil Ørbekk
2008-08-14- Escaping string when querying sqliteKjetil Ørbekk
2008-08-14- More renamingKjetil Ørbekk
2008-08-14- Added license information (GPLv2)Kjetil Ørbekk
2008-08-14- Renamed mp3fs to musicfsKjetil Ørbekk
2008-08-13- Adding track number on Artist browsingKjetil Ørbekk
2008-08-13- Fixed track handling on scanKjetil Ørbekk
2008-08-13- Add track number on import [Rune Hammersland]Kjetil Ørbekk
2008-08-13Changed format of filenames in /TracksKjetil Ørbekk
2008-08-13- Added extensions to all files via sql queriesKjetil Ørbekk
2008-08-13- Reverted mp3_basename, using sqlite tricks to obtain the sameKjetil Ørbekk
2008-08-13- Use mp3_basename and sqlite to add extensions to filenamesKjetil Ørbekk
2008-08-13- Added mp3_basenameKjetil Ørbekk
2008-08-12- Added extension and mtime to dbschema and scanning codeKjetil Ørbekk
2008-08-12- Restructured mp3_getattrKjetil Ørbekk
2008-08-12- Using mp3_file_data_for_path to open and read files.Kjetil Ørbekk
2008-08-12- Added mp3_file_data_for_path, to reuse code for opening and readingKjetil Ørbekk
2008-08-12- Added Artist/* to mp3_openKjetil Ø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 onUlf 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 thatUlf Lilleengen
2008-08-09- Add /Albums as a directory entry in the root tree.Ulf Lilleengen
2008-08-09- Split mp3_list into three functions performing initialization, adding data andUlf Lilleengen
2008-08-05- Abstract out the methods listing artists and genre into their own functions.Ulf Lilleengen
2008-08-03- Add TODOUlf Lilleengen
2008-08-03- Add support for genre query.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-05-04- Removed some BSD specific stuff etc.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- Merge.lulf@carrot.studby.ntnu.no