summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-17fixing bug #1399 with a patch from helmut@helmutauer.deHEADmasterWolfgang Rohdewald
fixing 64 bit compilation
2013-02-19Spelling fixes.Ville Skyttä
2011-11-21Use preincrement to advance iterator.Ville Skyttä
2011-11-06Improve chdir failed message.Ville Skyttä
2011-11-06Fix FLAC frame CRC mismatch error message.Ville Skyttä
2011-11-06Use DELETENULL().Ville Skyttä
2011-11-06Fix build with VDR >= 1.7.12.Ville Skyttä
2011-11-06Fix filtering out largefile stuff, filter also from DB CFLAGS.Ville Skyttä
2011-11-06Fix indentation settings for *.c/*.h now that we use c++-mode for them.Ville Skyttä
2011-10-30Fix FSF address in copyright notices.Ville Skyttä
2011-10-29Add Emacs mode and indentation settings.Ville Skyttä
2011-03-20Move git ignores to top level .gitignore.Ville Skyttä
2011-03-20Use LDFLAGS, make dist depend on up to date *.po.Ville Skyttä
2010-11-02Bump version to 0.2.3 (#148).Ville Skyttä
2010-11-02No need for full path to gentables in mg_tables.h's comments.Ville Skyttä
2010-11-02Remove and tell git to ignore mg_tables.h (autogenerated).Ville Skyttä
2010-11-02Gcc 4.4 build fixes.Ville Skyttä
2010-11-02Remove unused version.h (#148).Ville Skyttä
2010-08-29Don't use msgmerge --lang; msgmerge can figure out Language from Language-Team.Ville Skyttä
2010-08-29Populate "Language" po header.Ville Skyttä
The msgmerge --lang option used is available in gettext >= 0.18.0.
2010-08-29Pass package name and version to xgettext.Ville Skyttä
2010-08-29Update msgid bugs address.Ville Skyttä
2009-07-28if the script muggle_getlyrics is not found, write a log message onceWolfgang Rohdewald
2009-07-27gcc 4.4 fixes vdr-developer.org Ticket #112 by HefferWolfgang Rohdewald
2009-07-11fix version in version.hWolfgang Rohdewald
2009-06-05add bashism patches posted by etobi, taken from the debian package.Wolfgang Rohdewald
Original comment: Just for the record, taken from the the Debian package, here are two tiny patches. One that removes an unnecessary bashism and one from TomJoad that allows compilation with VDR 1.7.7.
2009-06-05added mgPCMPlayer::GetReplayMode, patch by abnr. His comment:Wolfgang Rohdewald
Hier ein kleiner Patch der den mgPCMPlayer um die VDR API-Funktion "GetReplayMode" implementiert. Diese Funktion wird benötigt, wenn andere Plugins den Wiedergabemodus (Play/Pause) per cControl des aktiven Player abfragen wollen.
2009-01-15fixed 0.2.3 in HISTORY0.2.3Wolfgang Rohdewald
2009-01-15mugglei: regression when importing from topleveldirWolfgang Rohdewald
(bug existed only in git, not in released versions)
2009-01-15getlyrics: strip trailing space (only 0x20 for now)Wolfgang Rohdewald
getlyrics: remove debug output
2009-01-15minor cleanups in muggle_getlyricsWolfgang Rohdewald
2009-01-12Support #59: updated italian translationWolfgang Rohdewald
2009-01-11when loading lyrics, do not just display empty text but theWolfgang Rohdewald
message "loading from internet..."
2009-01-11split lines now works with unicode. Fixes bug #52Wolfgang Rohdewald
2009-01-11muggle-image-convert produces less output if needed programs are not installedWolfgang Rohdewald
2009-01-11fix previous commit: mv must not run in background.Wolfgang Rohdewald
2009-01-11lyrics: when calling "mv" make sure mv never gets interactiveWolfgang Rohdewald
2009-01-11Merge branch 'master' of gitosis@projects.vdr-developer.org:vdr-plugin-muggleWolfgang Rohdewald
2009-01-11load images: fix buggy error handling (reported in vdr-portal.de by stevie101)Wolfgang Rohdewald
2009-01-11rewrote the shell script muggle_getlyrics in python andWolfgang Rohdewald
talk directly to the googlyrics2 python code
2009-01-06Fill in some blanks.Ville Skyttä
2009-01-05Merge branch 'master' of gitosis@projects.vdr-developer.org:vdr-plugin-muggleWolfgang Rohdewald
2009-01-05fix my italian translationWolfgang Rohdewald
2009-01-05Lyrics now work with Googlyrics2Wolfgang Rohdewald
if several versions of lyrics for a song are found, it is now possible to choose among them.
2009-01-05last version broke importing from setup menuWolfgang Rohdewald
2008-12-28Eliminate compiler warnings, improve error messages.Ville Skyttä
2008-12-27update README.git: how to make a new release. From nowWolfgang Rohdewald
on do not put the BETA in the version anymore. This is more compatible with other plugins
2008-12-27prepare new release 0.2.20.2.2-BETAWolfgang Rohdewald
2008-12-27updated translationsWolfgang Rohdewald
2008-12-25Merge branch 'master' of gitosis@projects.vdr-developer.org:vdr-plugin-muggleWolfgang Rohdewald