This is the initial commit of the VDR MAME plugin. It is a rewrite of
vdr-xmame to use sdlmame instead of xmame.
Fixes Bug
#628 so vdrrip compiles with 1.7.18
- Replaced ugly cRecordingInfo private accesses (Which are prohibited since 1.7.18) and use cRecording instead which is more clean
First alpha version of rotorng-0.1.0 released. Please report all feedback to me.
- Updated: Dutch translation (Submitted by Roel Koelewijn).
- Updated: Finnish translation (Ville Skyttä).
- Improved: Access logging (Ville Skyttä).
- Improved: SVDRP connection error handling/logging/messages (Ville Skyttä).
- Improved: Default SVDRP port is 6419 in initial config if locally installed VDR is >= 1.7.15 (Ville Skyttä).
- Improved: Use default streamdev host from browser URL when VDR host is localhost (Ville Skyttä).
- Improved: Allow specifying multiple local subnets (Feature #560, Ville Skyttä).
Version 0.0.1 of the plugin is now available
Webvideo 0.4.1 is available for download at http://projects.vdr-developer.org/projects/plg-webvideo/files
Changes:
- Fixed Youtube, Metacafe and Vimeo modules. Streaming does not work on Vimeo.
- Removed SVT Play module which was not working anymore.
- Accept -p as alternative to --postprocess (thanks to Matti Lehtimäki).
- New option --prefermplayer prefers mplayer over xineliboutput when streaming (thanks to Matti Lehtimäki).
- Bookmarklet for saving a video from the web browser (a patch by Samuli Sorvakko).
- Updated Italian translation (thanks to Diego Pierotto)
- New option --verbose (webvi)
- New option --vfat (or vfat in config file) generates Windows compatible filenames (plugin, webvi)
Changes since release 1.2:
- [amair] Reducing I/O priority for cut/move thread (if VDR >= 1.7.6 is used).
- [amair] Fixed counting of hidden recordings if PIN plugin is used (Bug #421).
- [amair] Change default view for recordings menu to match VDR's recordings menu.
- [amair] "Call plugin after playback" option only changes BACK/EXIT key, BLUE key always jumps to LiveTV (suggested by Brougs78 @vdr-portal.de)
- [amair] Ignore comments in dircmds.conf (Submitted by TomG @vdr-portal.de).
- [amair] Updated Spanish translation (See #616).
- [sibbi] Added ability to configure items that should be shown in recording list.
- [amair] Merged following changes from v1.3-devel head (Submitted by Joe_D @vdr-portal.de).
- [amair] Lifetime and priority for TS recordings can be edited again.
- [amair] Use international characters for renaming recordings and creating directories like VDR.
- [amair] Updated Italian translation (Submitted by Diego Pierotto).
- [amair] Enable support for PIN plugin if USE_PINPLUGIN is set to "1" in Make.config.
- [amair] Reorganiced contrib directory.
- [amair] Fixed compiler warnings and errors.
- [amair] Optinally use VDR's cutting feature (Submitted by Helmut Auer) (Must be enabled by defining EXTRECMENU_USE_VDR_CUTTER as it has some usability issues).
- [amair] Added HDD archive feature (Submitted by Carsten Siebholz).
- [amair] Updated VDRSymbols font to version 20100612.
- [amair] Included Rating patch (Submitted by Carsten Siebholz).
- [amair] Remove obsolete i18n files and scripts.
- [amair] Require at least VDR v1.6.0 or v1.7.14.
New version of markad released