From: <dom...@us...> - 2013-04-11 10:05:41
|
Revision: 217 http://sourceforge.net/p/fvwm-crystal/code/217 Author: dominique_libre Date: 2013-04-11 10:05:37 +0000 (Thu, 11 Apr 2013) Log Message: ----------- nplayer(2): introduced dvdnav support Modified Paths: -------------- ChangeLog fvwm/components/functions/Music-mplayer fvwm/components/functions/Music-mplayer2 Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-11 09:04:02 UTC (rev 216) +++ ChangeLog 2013-04-11 10:05:37 UTC (rev 217) @@ -2,7 +2,8 @@ Jeudi 11 Avril 2013 Dominique Michel FAQ: Added q.a. about tear off menus. - functions/Music-mplayer: fix glitch into the speed control + functions/Music-mplayer: fix glitch into the speed control; introduced + dvdnav support funvtions/Music-mplayer2: Introduced all the change from Music-mplayer Modified: fvwm/components/functions/Music-mplayer =================================================================== --- fvwm/components/functions/Music-mplayer 2013-04-11 09:04:02 UTC (rev 216) +++ fvwm/components/functions/Music-mplayer 2013-04-11 10:05:37 UTC (rev 217) @@ -55,7 +55,8 @@ DestroyFunc Load-DVD AddToFunc Load-DVD -+ I Exec exec fvwm-crystal.mplayer-wrapper dvd $[infostore.USERDIR] +#+ I Exec exec fvwm-crystal.mplayer-wrapper dvd $[infostore.USERDIR] ++ I Exec exec fvwm-crystal.mplayer-wrapper file $[infostore.USERDIR] dvdnav:// # Generate /Music/LoadMovie menu PipeRead '$[FVWM_SYSTEMDIR]/scripts/media_directories $[infostore.USERDIR]' Modified: fvwm/components/functions/Music-mplayer2 =================================================================== --- fvwm/components/functions/Music-mplayer2 2013-04-11 09:04:02 UTC (rev 216) +++ fvwm/components/functions/Music-mplayer2 2013-04-11 10:05:37 UTC (rev 217) @@ -54,7 +54,8 @@ # mouse 1 Menu /Playlist-button {{{2 DestroyFunc Load-DVD AddToFunc Load-DVD -+ I Exec exec fvwm-crystal.mplayer-wrapper dvd $[infostore.USERDIR] +#+ I Exec exec fvwm-crystal.mplayer-wrapper dvd $[infostore.USERDIR] ++ I Exec exec fvwm-crystal.mplayer-wrapper file $[infostore.USERDIR] dvdnav:// # Generate /Music/LoadMovie menu PipeRead '$[FVWM_SYSTEMDIR]/scripts/media_directories $[infostore.USERDIR]' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |