summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2008-08-03- Add TODOUlf Lilleengen
- Support deeper nested hierarchies. - Add convenience functions for tokenizing and lookups.
2008-08-03- Correct typo in db schema.Ulf Lilleengen
- Add mp3_list which given a query and a field number, prints out values from the query.
2008-08-03- Initial implementation of sqlite3 as backend for music.Ulf Lilleengen
- Add current database schema. - Remove old query support, since this is replaced by sqlite now.
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
- Fix problems with query matching by adding a flag saying what parameters we want. Could perhaps do this better though.
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.hKjetil Ørbekk
2008-04-24- Move out directory traversal routines into mp3_subrlulf@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
- Put initialization routine in vnops.
2007-11-21- Add node structure skeleton.lulf@carrot.studby.ntnu.no
- Revert vnops changes.