| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-08-15 | - Renamed /paths to /.config | Kjetil Ørbekk | |
| 2008-08-14 | - Updated README with future usage :-) | Kjetil Ørbekk | |
| 2008-08-14 | - Added /paths | Kjetil Ørbekk | |
| - Return an informative message when reading from it | |||
| 2008-08-14 | - Add musicpath specified on command line | Kjetil Ørbekk | |
| 2008-08-14 | - Added path table to dbschema | Kjetil Ørbekk | |
| 2008-08-14 | - Extend todo. | Ulf Lilleengen | |
| 2008-08-14 | - Update description. | Ulf Lilleengen | |
| 2008-08-14 | - Added sqlite dependency | Kjetil Ørbekk | |
| 2008-08-14 | - Added Usage information to README | Kjetil Ørbekk | |
| 2008-08-14 | - Escaping string when querying sqlite | Kjetil Ørbekk | |
| 2008-08-14 | - More renaming | Kjetil Ørbekk | |
| 2008-08-14 | - TODO changes | Kjetil Ørbekk | |
| 2008-08-14 | - Created .gitignore with appropriate content | Kjetil Ørbekk | |
| 2008-08-14 | - Added license information (GPLv2) | Kjetil Ørbekk | |
| 2008-08-14 | - Renamed mp3fs to musicfs | Kjetil Ørbekk | |
| 2008-08-13 | - Adding track number on Artist browsing | Kjetil Ørbekk | |
| (Too much SQL magic!) | |||
| 2008-08-13 | - Fixed track handling on scan | Kjetil Ørbekk | |
| 2008-08-13 | - Add track number on import [Rune Hammersland] | Kjetil Ørbekk | |
| 2008-08-13 | - Changed DBNAME so it works on other machines than Ulf's | Kjetil Ørbekk | |
| 2008-08-13 | TODO changes | Kjetil Ørbekk | |
| 2008-08-13 | Changed format of filenames in /Tracks | Kjetil Ørbekk | |
| 2008-08-13 | - Added extensions to all files via sql queries | Kjetil Ørbekk | |
| 2008-08-13 | - Reverted mp3_basename, using sqlite tricks to obtain the same | Kjetil Ørbekk | |
| Revert "- Use mp3_basename and sqlite to add extensions to filenames" This reverts commit d2727a60c0b2d6967d9cce3ca2696e1cab79e322. Revert "- Added mp3_basename" This reverts commit 2635d332f07ee1691a785d543f7ccbde2eeb99f0. | |||
| 2008-08-13 | - Removed old test files | Kjetil Ørbekk | |
| 2008-08-13 | - Use mp3_basename and sqlite to add extensions to filenames | Kjetil Ørbekk | |
| 2008-08-13 | - Added mp3_basename | Kjetil Ørbekk | |
| 2008-08-13 | TODO changes | Kjetil Ørbekk | |
| 2008-08-12 | - Added extension and mtime to dbschema and scanning code | Kjetil Ørbekk | |
| mtime: preparation for updating files already in the db extension: to include extension in the mp3fs hierarchy | |||
| 2008-08-12 | - Restructured mp3_getattr | Kjetil Ørbekk | |
| 2008-08-12 | - Using mp3_file_data_for_path to open and read files. | Kjetil Ørbekk | |
| - Reading in Artists work (but size is still always 512, so it won't read entire files) | |||
| 2008-08-12 | - Added mp3_file_data_for_path, to reuse code for opening and reading | Kjetil Ørbekk | |
| a given path. | |||
| 2008-08-12 | - Added Artist/* to mp3_open | Kjetil Ørbekk | |
| - Cleaned up the mp3_open code a bit | |||
| 2008-08-12 | - Fixed debug filehandle | Kjetil Ørbekk | |
| 2008-08-09 | - Edit TODO. | Ulf Lilleengen | |
| 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 | |
| the SQL results. | |||
| 2008-08-09 | - Add support for reading a file in /Tracks directory. | Ulf Lilleengen | |
| - Make use of the generic lookup framework to create functions which open and stat files. - Make getattr a bit generic and use the lookup stuff. | |||
| 2008-08-09 | - Rename list to lookup, and change it, so a generic lookup callback that | Ulf Lilleengen | |
| will be called with the retrieved data can be specified. - Add filepath to the database schema. | |||
| 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 and | Ulf Lilleengen | |
| finishing (thus running the query). | |||
| 2008-08-05 | - Abstract out the methods listing artists and genre into their own functions. | Ulf Lilleengen | |
| - Use a format string in mp3_list to determine what type of arguments to be bound to the sqlite3 statement. This got a bit uglier than expected, so it may be removed later. But it's the best we've got for now. This revision have not been tested to work. | |||
| 2008-08-05 | - Add description. | Ulf Lilleengen | |
| 2008-08-05 | - Add taglib as dependency. | Ulf Lilleengen | |
| 2008-08-03 | - Add TODO | Ulf Lilleengen | |
| - Support deeper nested hierarchies. - Add convenience functions for tokenizing and lookups. | |||
| 2008-08-03 | - Add support for genre query. | Ulf Lilleengen | |
| 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-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 | |
| - Fix problems with query matching by adding a flag saying what parameters we want. Could perhaps do this better though. | |||
