Changeset 168
- Timestamp:
- Mar 27, 2024, 10:37:23 PM (17 months ago)
- Location:
- trunk/mediafolder/prog_tutorial
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mediafolder/prog_tutorial/hiddenfeatures.inc
r104 r168 15 15 the WPS doesn't crash anymore. 16 16 17 :h2 res=425 18 x=50% width=50% 19 group=2 20 .Replace audio converter 21 :p. 22 The default audio converter may be replaced by adding the 23 following key to OS2.INI: 24 :p. 25 :hp2.CWMM->audioconverter-><path to new player>:ehp2. 26 :nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program! 27 The converter is not started as part of the WPS process. 28 :ent. 17 29 18 30 … … 82 94 Even if a new program isn't specified in the INI file the classes improve the default 83 95 behavior by not starting the player as part of the WPS process. So if the default player crashes 84 the WPS doesn't crash, too. 96 the WPS doesn't crash, too. 97 98 :h2 res=427 99 x=50% width=50% 100 group=2 101 .Add Modern Video player 102 :p. 103 By default the multimedia classes will use ffplay.exe, smplayer or mplayer to play video types 104 not supported bt MMOS2. It checks for them in the order listed and the must be in your PATH 105 for for this to happen. The player is not started as part of the WPS process. 106 See :li.:link reftype=hd res=428.No modern video player:elink. if you don't wish to use this feature. 107 :p. 108 This player also may be added by placing the 109 following key to OS2.INI: 110 :p. 111 :hp2.CWMM->mvidplayer-><path to player>:ehp2. 112 :nt.You don't have to provide the full path if the program is in your PATH. 113 :ent. 114 115 :h2 res=428 116 x=50% width=50% 117 group=2 118 .No modern video player 119 :p. 120 The default setting is to support the use of a :li.:link reftype=hd res=427.Modern Video player:elink. . 121 If you don't want this feature you may disable it by adding the following key to OS2.INI. 122 :p. 123 :hp2.CWMM->nomodvid->1:ehp2. 124 125 :nt.You have to restart the WPS so the setting takes effect. 126 :ent. 85 127 86 128 :h2 res=422 … … 111 153 M3U file. Using this setting it's possible to use another M3U player. 112 154 113 114 115 155 :h2 res=414 116 156 x=50% width=50% … … 129 169 the WPS doesn't crash anymore. 130 170 131 171 :h2 res=426 172 x=50% width=50% 173 group=2 174 .Replace image converter 175 :p. 176 The default image converter may be replaced by adding the 177 following key to OS2.INI: 178 :p. 179 :hp2.CWMM->imageeditor-><path to new editor>:ehp2. 180 :nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program! 181 The converter is not started as part of the WPS process. 182 :ent. 132 183 133 184 :h2 res=415 -
trunk/mediafolder/prog_tutorial/mediafldrprog.ipf
r104 r168 504 504 :ul. 505 505 :li.:link reftype=hd res=410.Replace audio player:elink. 506 :li.:link reftype=hd res=425.Replace audio converter:elink. 506 507 :li.:link reftype=hd res=411.Replace audio editor:elink. 507 508 :li.:link reftype=hd res=412.Replace AVI player:elink. 508 509 :li.:link reftype=hd res=413.Replace MPG player:elink. 509 510 :li.:link reftype=hd res=419.Replace MP3 player:elink. 511 :li.:link reftype=hd res=427.Add modern video player:elink. 512 :li.:link reftype=hd res=428.No modern video player:elink. 510 513 :li.:link reftype=hd res=414.Replace image editor:elink. 514 :li.:link reftype=hd res=426.Replace image converter:elink. 511 515 :li.:link reftype=hd res=415.Enable details for images on CD:elink. 512 516 :li.:link reftype=hd res=416.Disable time display in icon titles:elink.
Note:
See TracChangeset
for help on using the changeset viewer.