summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-16- Simplify mfs_get_home path, using asprintf, and remove potential usage of NULLUlf 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 pnotifyKjetil Ørbekk
2008-08-16- Fixed typoKjetil Ørbekk
2008-08-16- TODO changesKjetil Ørbekk
- Plans for v0.1 - Ideas for v0.2
2008-08-15- Changed READMEKjetil Ørbekk
2008-08-15- Added "screenshot"Kjetil Ørbekk
2008-08-15- Updated initialize.sh and READMEKjetil Ørbekk
2008-08-15Merge branch 'config'Kjetil Ørbekk
2008-08-15- Reloading config when .config is changedKjetil Ørbekk
2008-08-15Changed dbpath to ~/.mfs.dbKjetil Ørbekk
2008-08-15Added initialization scriptKjetil Ørbekk
2008-08-15- Removed the musicfolder argumentKjetil Ørbekk
2008-08-15- Fixed traversingKjetil Ørbekk
- Added a special flag to give the lookup functions access to the DB handle.
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- Updated README with future usage :-)Kjetil Ørbekk
2008-08-14- Added /pathsKjetil Ø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 lineKjetil Ørbekk
2008-08-14- Added path table to dbschemaKjetil Ørbekk
2008-08-14- Extend todo.Ulf Lilleengen
2008-08-14- Update description.Ulf Lilleengen
2008-08-14- Added sqlite dependencyKjetil Ørbekk
2008-08-14- Added Usage information to READMEKjetil Ørbekk
2008-08-14- Escaping string when querying sqliteKjetil Ørbekk
2008-08-14- More renamingKjetil Ørbekk
2008-08-14- TODO changesKjetil Ørbekk
2008-08-14- Created .gitignore with appropriate contentKjetil Ø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
(Too much SQL magic!)
2008-08-13- Fixed track handling on scanKjetil Ø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'sKjetil Ørbekk
2008-08-13TODO changesKjetil Ø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
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 filesKjetil Ørbekk
2008-08-13- Use mp3_basename and sqlite to add extensions to filenamesKjetil Ørbekk
2008-08-13- Added mp3_basenameKjetil Ørbekk