Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-16 | - Simplify mfs_get_home path, using asprintf, and remove potential usage of NULL | Ulf Lilleengen | |
pointers. - Don't use memory that might be NULL pointer after allocating trackno, as well as check if malloc returned NULL in escape. | |||
2008-08-16 | - Added link to pnotify | Kjetil Ørbekk | |
2008-08-16 | - Fixed typo | Kjetil Ørbekk | |
2008-08-16 | - TODO changes | Kjetil Ørbekk | |
- Plans for v0.1 - Ideas for v0.2 | |||
2008-08-15 | - Changed README | Kjetil Ørbekk | |
2008-08-15 | - Added "screenshot" | Kjetil Ørbekk | |
2008-08-15 | - Updated initialize.sh and README | Kjetil Ørbekk | |
2008-08-15 | Merge branch 'config' | Kjetil Ørbekk | |
2008-08-15 | - Reloading config when .config is changed | Kjetil Ørbekk | |
2008-08-15 | Changed dbpath to ~/.mfs.db | Kjetil Ørbekk | |
2008-08-15 | Added initialization script | Kjetil Ørbekk | |
2008-08-15 | - Removed the musicfolder argument | Kjetil Ørbekk | |
2008-08-15 | - Fixed traversing | Kjetil Ørbekk | |
- Added a special flag to give the lookup functions access to the DB handle. | |||
2008-08-15 | - Added lookup functions for scanning paths | Kjetil Ørbekk | |
2008-08-15 | - Fixed insert_path and reload_config | Kjetil Ørbekk | |
2008-08-15 | - Implemented mfs_reload_config | Kjetil Ørbekk | |
2008-08-15 | - Moved $HOME function to mfs_subr | Kjetil Ørbekk | |
2008-08-15 | - Helper function to add music path | Kjetil Ørbekk | |
2008-08-15 | - Aligned code | Kjetil Ørbekk | |
2008-08-15 | - More vnops (to make vim behave) | Kjetil Ørbekk | |
2008-08-15 | - mfs_read for /.config | Kjetil Ørbekk | |
2008-08-15 | - Started working on ~/.mfsrc as config file | Kjetil Ørbekk | |
2008-08-15 | - Added vnops needed for writing .config | Kjetil Ørbekk | |
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 | - Remove fixed TODO entries. | Ulf Lilleengen | |
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 | |