home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joystick Magazine 2002 October
/
JOY141_CD2.iso
/
Data
/
Sharewares
/
Graphisme
/
zplay280.exe
/
default.menu
< prev
next >
Wrap
Text File
|
2002-07-17
|
5KB
|
131 lines
// This is a sample configuration file demonstrating how you can
// modify the right-click context menu in both Media and DVD Modes.
//
// Not all menu items can be changed. There are special dynamic
// items which will always appear at the end of the context menu.
// This file allows you to add items to the beginning of the menu.
//
// There are two functions, one to add items to the Media Menu
// and one to add items to the DVD Menu. Each takes several
// parameters which will be listed below.
//
// This file represents a "mirror" of what the actual default
// Menu file looks like, however it isn't actually used by the
// player unless you specifically assign it through the options
// dialog.
//
//
// AddMediaItem(Function,Description,Break)
// - Function:
// You can find a list of available functions which can be
// associated with a menu item within the "plasticblue.skn"
// file residing in the skin directory.
// If the function is set to "-" then the item will be
// considered a row line break and no other parameters are
// required.
// - Description:
// This is the text that will appear within the context menu.
// - Break:
// This is an optional parameter. It can be set to either
// "LB" or "B". When used on an item it will make this item
// as the first item in a new column. The difference between
// the two break values is that "LB" draws a separating line
// and "B" doesn't.
// As a side note, if the user selects to only show a single
// column in the options dialog, "LB" will be translated into
// a Row break and "B" will be ignored entirely.
//
// AddDVDItem(Function,Description,Break)
// - Exact same parameters as "AddMediaItem" but adds the item
// to the DVD context menu.
//
// AddTrayItem(Function,Description,Break)
// - Exact same parameters as "AddMediaItem" but adds the item
// to the System Tray context menu.
//
// The Media Menu
AddMediaItem(fnPlay,Play / Pause)
AddMediaItem(fnStop,Stop)
AddMediaItem(fnOpen,Open File(s))
AddMediaItem(fnOpenDir,Open Directory)
AddMediaItem(-)
AddMediaItem(fnFullscreen,Fullscreen ON / OFF)
AddMediaItem(fnZoom,Zoom ON / OFF)
AddMediaItem(fnMute,Mute ON / OFF)
AddMediaItem(fnBar,Toggle Control Bar)
AddMediaItem(-)
AddMediaItem(fnFastForward,Fast Forward)
AddMediaItem(fnSlowMotion,Slow Motion)
AddMediaItem(fnChapter,Chapter Editor)
AddMediaItem(fnPlayList,Play List Editor)
AddMediaItem(fnPlayListNav,Play List Navigator)
AddMediaItem(fnBlankingNav,Blanking Navigator)
AddMediaItem(fnInfo,Video Information)
AddMediaItem(-)
AddMediaItem(fnSkin,Skin Selector)
AddMediaItem(fnOverlayControl,Overlay Color Controls)
AddMediaItem(-)
AddMediaItem(fnEject,Eject)
AddMediaItem(fnMinimize,Minimize)
AddMediaItem(fnSkipForward,Skip Forward,LB)
AddMediaItem(fnSkipBackward,Skip Backward)
AddMediaItem(fnJumpForward,Jump Forward)
AddMediaItem(fnJumpBackward,Jump Backward)
AddMediaItem(fnNextChapter,Next Chapter)
AddMediaItem(fnPrevChapter,Previous Chapter)
AddMediaItem(fnNextTrack,Next Track)
AddMediaItem(fnPrevTrack,Previous Track)
AddMediaItem(-)
// The DVD Menu:
AddDVDItem(fnPlay,Play / Pause)
AddDVDItem(fnStop,Stop)
AddDVDItem(fnFastForward,Fast Forward)
AddDVDItem(fnRewind,Rewind)
AddDVDItem(fnOpen,Open File(s))
AddDVDItem(fnOpenDir,Open Directory)
AddDVDItem(-)
AddDVDItem(fnFullscreen,Fullscreen ON / OFF)
AddDVDItem(fnZoom,Zoom ON / OFF)
AddDVDItem(fnMute,Mute ON / OFF)
AddDVDItem(fnBar,Toggle Control Bar)
AddDVDItem(-)
AddDVDItem(fnSkipForward,Skip Forward)
AddDVDItem(fnSkipBackward,Skip Backward)
AddDVDItem(fnJumpForward,Jump Forward)
AddDVDItem(fnJumpBackward,Jump Backward)
AddDVDItem(-)
AddDVDItem(fnNextChapter,Next Bookmark)
AddDVDItem(fnPrevChapter,Previous Bookmark)
AddDVDItem(fnNextTrack,Next Chapter)
AddDVDItem(fnPrevTrack,Previous Chapter)
AddDVDItem(-)
AddDVDItem(fnSkin,Skin Selector)
AddDVDItem(fnOverlayControl,Overlay Color Controls)
AddDVDItem(fnEject,Eject)
AddDVDItem(fnMinimize,Minimize)
AddDVDItem(fnDVDRootMenu,Root Menu,LB)
AddDVDItem(fnDVDTitleMenu,Title Menu)
AddDVDItem(fnChapter,Bookmark Editor)
AddDVDItem(fnChapterNav,Bookmark Navigator)
AddDVDItem(fnBlankingNav,Blanking Navigator)
AddDVDItem(fnInfo,Video Information
AddDVDItem(-)
// The System Tray Menu:
AddTrayItem(fnPlay,Play / Pause)
AddTrayItem(fnStop,Stop)
AddTrayItem(fnFastForward,Fast Forward)
AddTrayItem(fnRewind,Rewind)
AddTrayItem(fnOpen,Open File(s))
AddTrayItem(fnOpenDir,Open Directory)
AddTrayItem(-)
AddTrayItem(fnFullscreen,Fullscreen ON / OFF)
AddTrayItem(fnZoom,Zoom ON / OFF)
AddTrayItem(-)
AddTrayItem(fnEject,Eject)
AddTrayItem(fnOptions,Options)
AddTrayItem(-)
AddTrayItem(fnMinimize,Minimize)