From: <dom...@us...> - 2015-01-15 17:05:47
|
Revision: 666 http://sourceforge.net/p/fvwm-crystal/code/666 Author: dominique_libre Date: 2015-01-15 17:05:46 +0000 (Thu, 15 Jan 2015) Log Message: ----------- functions/Media: Add Show the file name function into mplayer Playlist menu. Modified Paths: -------------- ChangeLog fvwm/components/functions/Media Modified: ChangeLog =================================================================== --- ChangeLog 2015-01-15 16:58:04 UTC (rev 665) +++ ChangeLog 2015-01-15 17:05:46 UTC (rev 666) @@ -5,7 +5,8 @@ apps/DesktopIcons: Add title on the directories icons. bindings/Music*: Add Alt-S toggle QJackCtl and AlsaMixer; add Alt+P toggle media player visibility. - + functions/Media: Add Show the file name function into mplayer Playlist menu. + samedi 10 janvier 2015 scripts/launchwm: add "-nolisten tcp" to the Xephyr command. Thanks to Alwin for pointing that out. Modified: fvwm/components/functions/Media =================================================================== --- fvwm/components/functions/Media 2015-01-15 16:58:04 UTC (rev 665) +++ fvwm/components/functions/Media 2015-01-15 17:05:46 UTC (rev 666) @@ -315,6 +315,7 @@ + I AddToMenu /Playlist-button '$[gt.Load media file]' Popup /Music/LoadMovie + I AddToMenu /Playlist-button '$[gt.Play DVD]' Load-DVD + I AddToMenu /Playlist-button '$[gt.Load playlist]' Popup /Music/LoadMediaPlaylist ++ I AddToMenu /Playlist-button '$[gt.Show file name]' Exec exec echo "osd_show_property_text \${filename} 7000" > /home/$[infostore.USERDIR]/.mplayer/pipe DestroyMenu /Playlist-button AddToMenu /Playlist-button @@ -347,6 +348,7 @@ #+ I AddToMenu /Playlist '$[gt.Clear playlist]' Music-ClearPlaylist + I AddToMenu /Playlist '$[gt.Copy playlist]' Popup /Music/CopyPlaylist + I AddToMenu /Playlist '$[gt.Remove playlist]' Popup /Music/RemovePlaylist ++ I AddToMenu /Playlist '$[gt.Show file name]' Exec exec echo "osd_show_property_text \${filename} 7000" > /home/$[infostore.USERDIR]/.mplayer/pipe #DestroyFunc /Playlist-generator-bot #AddToFunc /Playlist-generator-bot This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |