summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-14lyrics: compat mode for versions before 1.5.4woro
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1184 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-13if we got lyrics from the net but did not save it, the temporary file ↵woro
.lyrics.tmp will be deleted when the next track starts playing (only while in lyrics mode, if you leave it, the tmp file remains) git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1183 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-13Reintroduce Finnish translation.scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1182 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-13if at muggle start we land in an empty list because the saved state does notworo
match the database, it could happen that we never get anything displayed until we delete muggle.state and restart muggle. Now muggle goes up to the parent level git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1181 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-13fix segfault if the cache directory has a long pathworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1180 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-13SQLite3: in some situations, muggle opened/closed the databaseworo
very often. And sqlite did not close the file descriptor. Now open/close it less often git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1179 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-12update HISTORYworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1178 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-12display small cover: appeared at the wrong placeworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1177 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-12reduce sysloglevel back from 9 to the normal 1woro
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1176 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-12if lyrics are loaded from internet and no local lyrics exist yet, the are nowworo
saved automatically git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1175 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-11merge mp3ng branch into trunkworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1173 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-08gcc 4.3 build fixes.scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1138 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-20update HISTORY (translations)woro
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1037 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-20if HAVE_MP3NG_OSD is defined, libvdr-muggle.so willworo
also contain all object files from the mp3ng/music plugin. Right now, Makefile.music is identical with Makefile from the music plugin. Of course Makefile.music will change git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1036 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-19rename a few muggle classes because mp3/mp3ng has the same classes,woro
sort that out later git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1035 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-19rename ___CONFIG_H to ___VDR_CONFIG_Hworo
I might try to add the OSD of mp3ng to muggle, this and following patches will only contain harmless changes to muggle aiming to simplify such an eventual merge git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1034 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-18use new, more secure msprintf instead of asprintf. Doworo
not use cString::sprintf from core vdr because it does not work nicely together with STL which we use heavily add more translation strings and their german and french translations git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1033 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-18fix EMail addresses for translation files (dont use cadsoft.de)woro
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1032 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-18better fix for making sure the core vdr does not redefine swapworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1031 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-14circumvent missing include in <linux/vdr.h>woro
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1030 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-12restructure and simplify database connection&creation againworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1029 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-12add trdb as translation keywordworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1028 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-12before importing asynchronously, make sure data base exists,woro
otherwise some prompts and messages could appear too often git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1027 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-12HISTORY updatedworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1026 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-12use po files for internationalisation, starting withworo
translations in german and french git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1025 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-12do not translate 2 error messages pointing to programming errorworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1024 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-11remove unneeded SyncFile declarationworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1023 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-11only increment import count for newly added files, not for changed filesworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1022 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-11forgot to call setlocaleworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1021 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-11set the database charset not only when creating database but for every ↵woro
client connection git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1020 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-11after importing, always delete albums without corresponding tracksworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1019 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-11filling language table: truncate values from iso table ifworo
they are too long like qaa-qtz or Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE) git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1018 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-11next try at msprintf, and really enable utf8woro
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1017 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-11comment abount coming sqlite3.5woro
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1016 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-11support UTF-8woro
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1015 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-10revert last revision about msprintf. msprintf has a problem with va_list ↵woro
which I cannot resolve. git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1014 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-10hide asprintf calls in msprintf, msprintf checks forworo
error results (happens especially with illegal UTF-8 characters) git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1013 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-10mgDb::FieldExists() no more calls Connect() causing recursion for sqliteworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1012 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-09restructure code for database connection and creation,woro
also fixes mugglei -c - it never deleted existing databases as the help info says git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1011 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-09fix error messageworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1010 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-09postgresql: Default for user name is now login nameworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1009 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-09make postgresql README up to dateworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1008 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-09just like for mysql and sqlite, drop tables before creating if they exist.woro
This patch is only needed as preparation for the next (restructure code and fix mugglei -c option) git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1007 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-09fix postgresql help textworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1006 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-08change \N to N for "none" values, \N seems to confuse make&shellworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1005 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-08put mg_db.o into DB_OBJ, otherwise the include path for postresqlworo
is missing for compiling mg_db.c git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1004 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-08remove some debugging output which came even if no debugging wantedworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1003 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-08Importing with mugglei now ignores absolute paths and warns.woro
This should take care of quite a few beginner's problems git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1002 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-07Add dependency on scripts/gentables to mg_tables.hscop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1001 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-07playing just one track with non existing file: player started althoughworo
nothing there to be played Solution: selection.listitems.size() no longer refreshes listitems git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1000 e10066b5-e1e2-0310-b819-94efdf66514b