diff options
| author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-07-29 23:00:53 +0000 |
|---|---|---|
| committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-07-29 23:00:53 +0000 |
| commit | 335def9f61ce75a3857bd21745c629005c37db79 (patch) | |
| tree | daae8b1105c422542181a4bf5568f684b6e955b9 /HISTORY | |
| parent | da2367d81a6a117554b31080a6e722b51150b8f8 (diff) | |
| download | vdr-plugin-muggle-335def9f61ce75a3857bd21745c629005c37db79.tar.gz vdr-plugin-muggle-335def9f61ce75a3857bd21745c629005c37db79.tar.bz2 | |
Merged from 0.1.7-wr
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@791 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'HISTORY')
| -rw-r--r-- | HISTORY | 37 |
1 files changed, 35 insertions, 2 deletions
@@ -200,5 +200,38 @@ XXXXXXXXXX: Version 0.0.8-ALPHA first track restarted the first track. Now it goes to the last track. - Added incremental search -2005-xx-xx: Version 0.1.8-BETA -- Added finnish translations. Thanks to Rolf Ahrenberg. +xxxxxxxx: Version 0.1.8-BETA +- WARNING: muggle currently only works correctly with LD_ASSUME_KERNEL=2.4.1. + Since 1.3.27 vdr does not enforce this anymore +- reimplemented mugglei option -z (DeleteStaleReferences), also in the + muggle setup menu +- rewrote most of the SQL interface to allow easier implementation + of alternative data bases backends or alternative data source like EPG +- major edits to README - split off README.mysql +- implemented support for SQLite. Tested with version 3.2.1. The + field genre2 is not supported because it would be too slow. + Define HAVE_SQLITE in Make.config, details see README.mysql + Parameters h,u,s,p,w are not needed and not supported with SQLite. +- implemented support for Postgresql. Tested with version 8.0. + Define HAVE_PG in Make.config, details see README.postgresql +- if instant play is used while playing from the 'play' collection, + the latter will be resumed after instant play finishes. +- progress display: if the progress of the whole selection is shown, + the current title will be displayed and not the name of the selection +- if you use an order like Interpret/Album/Tracks and all songs + have the same track number, instantly playing any of them played + them all. Fixed +- muggle can now import genre1 from id3v2 tags (the TCON tag). Only the + first genre is imported, and refinements will be ignored. But + this allows you to define your own genres. If you use the genre + hierarchies, they will show up under 'Extra' +- import items from the setup menu: This is done by a background thread. + Those threads are not allowed to access the OSD, so we removed the + status messages of the import progress. +- mugglei: import counter counts only successes. +- mugglei: do not change directory to TLD before starting the import. + mugglei has to be started in TLD or below. This way wildcards will + always be expanded as expected. +- display covers on the TV and with graphTFT. Details see README +- when tracks are added to the playing list, the playlist progress + did not get updated. |
