summaryrefslogtreecommitdiff
path: root/mg_db.c
AgeCommit message (Expand)Author
2005-07-29Resolved conflictLarsAC
2005-07-29sql_count works again with older mysqlwr61
2005-07-29Enable import of wav filesLarsAC
2005-07-20also import .wav fileswr61
2005-07-13mugglei does not change dir before importingwr61
2005-07-13introduce and use class mgDbServerwr61
2005-07-08getImagePath, yet untestedwr61
2005-07-05sync DB: strip trailing spaces from id3 tagswr61
2005-07-05import thread should not write status messages to OSDwr61
2005-06-30while synching do not complain about unreadable fileswr61
2005-06-24another fix to genre importwr61
2005-06-24fixes for new genre importwr61
2005-06-24can import arbitrary genres from id3v2 tag TCONwr61
2005-06-23introduce keyGdUnique, add it to all orders but invisible to userwr61
2005-05-26now that the key definitions are identical for all DB backends move them out ...wr61
2005-05-26ordering fixes, move more code out ouf SQL backendswr61
2005-05-23mgQuery and mgSQLString, unify the DB backendswr61
2005-05-23fix sorting in C++wr61
2005-05-13rename orderby to groupby, we dont let SQL order anymorewr61
2005-05-12first part of postgresql interfacewr61
2005-05-11make it compile again with 2.95wr61
2005-05-11SQLite: remove unused tableswr61
2005-05-11reimplement option -z (DeleteStaleReference)wr61
2005-05-09more fixeswr61
2005-05-09more feedbackwr61
2005-05-09add sqlite support, mostly untestedwr61
2005-05-08remove unneeded DISTINCT in sql_countwr61
2005-05-07split fields into idfields and valuefieldswr61
2005-05-07optimization for SQLite, neutral for mysqlwr61
2005-05-06remove all references to mysql outside of mg_db_gd.[ch]wr61
2005-05-05remove mg_orderwr61
2005-04-27simplify Sync() interfacewr61
2005-04-27fix some includes vdr_setup.h / mg_setup.hwr61
2005-04-25import code: separate generic code from backend specific codewr61
2005-04-22forgot to add mg_db.[ch]wr61
2005-03-06Merged changes for 0.1.4LarsAC
2005-02-20more of the samewr61
2005-02-20sort by folder, show track counts, use shuttle/loop from setup, separate mg_s...wr61
2005-02-15respect initial shuffle/loop mode from setupwr61
2005-02-12corrected bug in GdFindFileLarsAC
2005-02-12corrected error in GD compatibility functionLarsAC
2005-02-11fix many memory leaks, add missing copy constructor to mgOrderwr61
2005-02-09mg_readline, and replace one mgWarning by esyslogwr61
2005-02-09fix segfault in mgSelection::enter, fix order in collectionswr61
2005-02-08correctly init m_db in mgSelection copy constructorwr61
2005-02-08make it compilable with 2.95wr61
2005-02-07Merged most recent stuff from osd_extensions trunk for next release (0.1.2)LarsAC
2005-01-23Final bugfixes for next releaseLarsAC
2005-01-23Merged branches osd_extensions and flac_player for new release, yet untestedLarsAC
2005-01-16Add GD compatibility for unique filenamesLarsAC