Da sich wieder viel getan hat gibt es nun wieder eine neue Version. Dies wird wahrscheinlich die letzte Version sein die im Portal als Anhang veröffentlicht wird, da ich meine letzte große Baustelle abgeschlossen habe und demnächst ein öffentliches git zur Verfügung stellen werde.
Die wichtigsten Änderungen aus der HISTORY
- start playback even when audio or video fails, this should give a better
user feedback to see what's configured wrong
- use VDR volume control if passthrough is disabled
- add support for playlists, by default the file endings m3u, ini, pls, txt,
playlist are passed as a playlist, this can be adjusted by the new argument x
- stereo downmix support, this can be enabled in the setup menu
- workaround for open osd during shutdown
- navigating through playlist using the remote control keys 7 and 9
7 to select the previous playlist item, 9 to select the next
- the osd file in /tmp is removed when osd is closed, this should also fix
unclean osd display while using the audio/subtitle menus
- added a setup option to choose between chapter and playlist navigation on
prev/next keys
- added a setup option to use the next/prev keys for chapter navigation and
if the file has no chapters use them for playlist navigation. this option
is turned on by default
- use pause property of mpv for detecting if player is paused
- use speed property of mpv for detecting current player speed
- if the file contains named chapters they are now displayed on replay info
- added option to display the title from the meta data instead of the filename
you have to enable this in the setup menu
- readd MsgReplaying which was lost somewhere during cleanup
- added shuffle function for playlist, if the playlist ist started with OK
it's played in normal order, if the playback is started with yellow shuffle
is active
- the service function Mpv_PlaylistShuffle can be used by other plugins to start
a playlist in shuffle mode (see filebrowser.c for an example)
- added a first german translation
Display More
Bei der deutschen Übersetzung musste ich feststellen das gerade im Player Bereich viele englische Begriffe unterwegs sind. Falls da jemand elegantere Übersetzungen hat oder noch fehlende Teile übersetzt nehm ich diese gerne an. Übersetzungen in andere Sprache ist natürlich auch gern gesehen.
Die mpv devs haben leider im git die kompletten Disc Navigation Features deaktiviert. Im vdr-mpv Plugin lasse ich die Sachen aber vorerst drin, da es ja mit älteren Versionen von mpv noch wunderbar funktioniert.