From: <dom...@us...> - 2013-04-13 19:45:00
|
Revision: 234 http://sourceforge.net/p/fvwm-crystal/code/234 Author: dominique_libre Date: 2013-04-13 19:44:57 +0000 (Sat, 13 Apr 2013) Log Message: ----------- functions/Music: RecreatePlaylist use the new syntax Modified Paths: -------------- ChangeLog fvwm/components/functions/Media fvwm/components/functions/Music Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-13 19:10:16 UTC (rev 233) +++ ChangeLog 2013-04-13 19:44:57 UTC (rev 234) @@ -7,6 +7,7 @@ FAQ: Added Q 3.5 + addons/translatechars; +addons/translatefilenames: pre alpha quality scripts to remove special characters in files and directories names. + functions/Music: RecreatePlaylist use the new syntax. Vendredi 12 Avril 2013 Dominique Michel Modified: fvwm/components/functions/Media =================================================================== --- fvwm/components/functions/Media 2013-04-13 19:10:16 UTC (rev 233) +++ fvwm/components/functions/Media 2013-04-13 19:44:57 UTC (rev 234) @@ -33,14 +33,6 @@ # Recipes with media menu: Clean, Clean Vertical, Light, Wing-Commander # The media menu is: Popup /Music # -# If you try to launch both /Playlist-button and /Music in one recipe, -# the menu /Music will get scruved. Auto-generated menus are very sensitive. -# The only think to do is to not use both the media button and /Music into -# the recipes, and wait and see if some future fvwm release will fix this. -# For me, but I can be wrong on this, the way than fvwm-menu-directory use -# to generate the menu when --reuse --name are not enabled seam to easily -# confuse fvwm. -# # TODO : - Move the media button here # - Find something to do with mouse 2 and 3 on button 4 @@ -123,7 +115,7 @@ # Recreate the playlists (all) DestroyFunc Music-RecreatePlaylist AddToFunc Music-RecreatePlaylist -+ I A $[FVWM_USERDIR]/scripts/make_all_playlists $[infostore.AudioPlaylists] $[infostore.VideoPlaylists] $[infostore.UserManagedAudioPlaylists] $[infostore.UserManagedVideoPlaylists] ++ I A $[FVWM_SYSTEMDIR]/scripts/make_all_playlists $[infostore.AudioPlaylists] $[infostore.VideoPlaylists] $[infostore.UserManagedAudioPlaylists] $[infostore.UserManagedVideoPlaylists] # wrapper for cdcd DestroyFunc Music-cdcd Modified: fvwm/components/functions/Music =================================================================== --- fvwm/components/functions/Music 2013-04-13 19:10:16 UTC (rev 233) +++ fvwm/components/functions/Music 2013-04-13 19:44:57 UTC (rev 234) @@ -33,14 +33,6 @@ # Recipes with media menu: Clean, Clean Vertical, Light, Wing-Commander # The media menu is: Popup /Music # -# If you try to launch both /Playlist-button and /Music in one recipe, -# the menu /Music will get scruved. Auto-generated menus are very sensitive. -# The only think to do is to not use both the media button and /Music into -# the recipes, and wait and see if some future fvwm release will fix this. -# For me, but I can be wrong on this, the way than fvwm-menu-directory use -# to generate the menu when --reuse --name are not enabled seam to easily -# confuse fvwm. -# # TODO : - Move the media button here # - Find something to do with mouse 2 and 3 on button 4 ############################################################################# @@ -125,7 +117,7 @@ # Recreate the playlists (all) DestroyFunc Music-RecreatePlaylist AddToFunc Music-RecreatePlaylist -+ I A $[FVWM_SYSTEMDIR]/scripts/make_all_playlists $[infostore.AudioPlaylists] $[infostore.VideoPlaylists] ++ I A $[FVWM_SYSTEMDIR]/scripts/make_all_playlists $[infostore.AudioPlaylists] $[infostore.VideoPlaylists] $[infostore.UserManagedAudioPlaylists] $[infostore.UserManagedVideoPlaylists] # wrapper for cdcd DestroyFunc Music-cdcd This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |