source: trunk/mediafolder/prog_tutorial/hiddenfeatures.inc

Last change on this file was 204, checked in by gyoung, 7 months ago

Update note

File size: 10.6 KB
Line 
1:h2 res=410
2x=50% width=50%
3group=2
4.Replace audio player
5:p.
6The default audio player coming with MMOS2 may be replaced by adding the
7following key to OS2.INI:
8:p.
9:hp2.CWMM->audioplayer-><path to new player>:ehp2.
10:nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program!
11:ent.
12:p.
13Even if a new program isn't specified in the INI file the classes improve the default
14behavior by not starting the player as part of the WPS process. So if the player crashes
15the WPS doesn't crash anymore.
16
17:h2 res=429
18x=50% width=50%
19group=2
20.Replace midi player
21:p.
22The default audio/midi player coming with CWMM may be replaced by adding the
23following key to OS2.INI:
24:p.
25:hp2.CWMM->midiplayer-><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!
27IBM's ab.exe fails with a 5051 error trying to play midi files. The default internal
28player now works. The only extenal player I know works is FM2play.exe. This only
29replaces the play for Midi files not other audio formats
30:ent.
31:p.
32Even if a new program isn't specified in the INI file the classes improve the default
33behavior by not starting the player as part of the WPS process. So if the player crashes
34the WPS doesn't crash anymore.
35
36:h2 res=425
37x=50% width=50%
38group=2
39.Replace audio converter
40:p.
41The default audio converter may be replaced by adding the
42following key to OS2.INI:
43:p.
44:hp2.CWMM->audioconverter-><path to new player>:ehp2.
45:nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program!
46The converter is not started as part of the WPS process. The is not used by Midi files.
47:ent.
48
49
50:h2 res=411
51x=50% width=50%
52group=2
53.Replace audio editor
54:p.
55The default audio editor coming with MMOS2 may be replaced by adding the
56following key to OS2.INI:
57:p.
58:hp2.CWMM->audioeditor-><path to new editor>:ehp2.
59:nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program!
60:ent.
61:p.
62Even if a new program isn't specified in the INI file the classes improve the default
63behavior by not starting the editor as part of the WPS process. So if the editor crashes
64the WPS doesn't crash anymore. The editor is not used by Midi files.
65
66
67:h2 res=412
68x=50% width=50%
69group=2
70.Replace AVI player
71:p.
72The default AVI player coming with MMOS2 may be replaced by adding the
73following key to OS2.INI:
74:p.
75:hp2.CWMM->aviplayer-><path to new player>:ehp2.
76:nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program!
77:ent.
78:p.
79Even if a new program isn't specified in the INI file the classes improve the default
80behavior by not starting the player as part of the WPS process. So if the player crashes
81the WPS doesn't crash anymore.
82
83
84:h2 res=413
85x=50% width=50%
86group=2
87.Replace MPG player
88:p.
89The default MPG player coming with MMOS2 may be replaced by adding the
90following key to OS2.INI:
91:p.
92:hp2.CWMM->mpgplayer-><path to new player>:ehp2.
93:nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program!
94:ent.
95:p.
96Even if a new program isn't specified in the INI file the classes improve the default
97behavior by not starting the player as part of the WPS process. So if the player crashes
98the WPS doesn't crash anymore.
99
100
101:h2 res=419
102x=50% width=50%
103group=2
104.Replace MP3 player
105:p.
106The default MP3 player may be replaced by adding the
107following key to OS2.INI:
108:p.
109:hp2.CWMM->mp3player-><path to new player>:ehp2.
110:nt.You don't have to provide the full path if the program is in your PATH.
111:ent.
112:p.
113Even if a new program isn't specified in the INI file the classes improve the default
114behavior by not starting the player as part of the WPS process. So if the default player crashes
115the WPS doesn't crash, too.
116
117:h2 res=427
118x=50% width=50%
119group=2
120.Add Modern Video player
121:p.
122By default the multimedia classes will use ffplay.exe, smplayer or mplayer to play video types
123not supported bt MMOS2. It checks for them in the order listed and the must be in your PATH
124for for this to happen. The player is not started as part of the WPS process.
125See :link reftype=hd res=428.No modern video player:elink. if you don't wish to use this feature.
126:p.
127This player also may be added by placing the
128following key to OS2.INI:
129:p.
130:hp2.CWMM->mvidplayer-><path to player>:ehp2.
131:nt.You don't have to provide the full path if the program is in your PATH.
132:ent.
133
134:h2 res=428
135x=50% width=50%
136group=2
137.No modern video player
138:p.
139The default setting is to support the use of a :link reftype=hd res=427.Modern Video player:elink. .
140If you don't want this feature you may disable it by adding the following key to OS2.INI.
141:p.
142:hp2.CWMM->nomodvid->1:ehp2.
143
144:nt.You have to restart the WPS so the setting takes effect.
145:ent.
146
147:h2 res=422
148x=50% width=50%
149group=2
150.Replace M3U editor
151:p.
152The default M3U editor may be replaced by adding the
153following key to OS2.INI:
154:p.
155:hp2.CWMM->m3ueditor-><path to new editor>:ehp2.
156:nt.You don't have to provide the full path if the program is in your PATH.
157:ent.
158
159:h2 res=423
160x=50% width=50%
161group=2
162.Replace M3U player
163:p.
164The default M3U player may be replaced by adding the
165following key to OS2.INI:
166:p.
167:hp2.CWMM->m3uplayer-><path to new player>:ehp2.
168:nt.You don't have to provide the full path if the program is in your PATH.
169:ent.
170:p.
171Default behavior is to create a new Media folder and fill it with the tracks specified in the
172M3U file. Using this setting it's possible to use another M3U player.
173
174:h2 res=414
175x=50% width=50%
176group=2
177.Replace image editor
178:p.
179The default image editor coming with MMOS2 may be replaced by adding the
180following key to OS2.INI:
181:p.
182:hp2.CWMM->imageeditor-><path to new editor>:ehp2.
183:nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program!
184:ent.
185:p.
186Even if a new program isn't specified in the INI file the classes improve the default
187behavior by not starting the editor as part of the WPS process. So if the editor crashes
188the WPS doesn't crash anymore.
189
190:h2 res=426
191x=50% width=50%
192group=2
193.Replace image converter
194:p.
195The default image converter may be replaced by adding the
196following key to OS2.INI:
197:p.
198:hp2.CWMM->imageeditor-><path to new editor>:ehp2.
199:nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program!
200The converter is not started as part of the WPS process.
201:ent.
202
203:h2 res=415
204x=50% width=50%
205group=2
206.Enable details for images on CD
207:p.
208The default setting is not to support details for images on CD. The reason is that
209with slow drives the gathering of the information needs a huge amount of time. You may
210enable the new class features for images on CD by adding the following key to OS2.INI.
211:p.
212:hp2.CWMM->useNewImgClsFeaturesOnCD->1:ehp2.
213
214:nt.Be sure to keep the uppercase characters!
215:ent.
216:nt.You have to restart the WPS so the setting takes effect.
217:ent.
218
219
220:h2 res=416
221x=50% width=50%
222group=2
223.Disable time display in icon titles
224:p.
225When starting audio files with a doubleclick the elapsed time is displayed in the icon
226title. To disable this new feature set the following key in OS2.INI.
227:p.
228:hp2.CWMM->mmClsNoExtendedIconTitles->1:ehp2.
229
230:nt.Be sure to keep the uppercase characters!
231:ent.
232:nt.You have to restart the WPS so the setting takes effect.
233:ent.
234
235:h2 res=417
236x=50% width=50%
237group=2
238.Disable play control blinking while playing
239:p.
240As a visual feedback play controls (PLAY, PAUSE) blink while a track is playing.
241To disable this feature set the following key in OS2.INI.
242:p.
243:hp2.CWMM->bNoPlayCtrlBlinking->1:ehp2.
244
245:nt.Be sure to keep the uppercase characters!
246:ent.
247:nt.You have to restart the WPS so the setting takes effect.
248:ent.
249
250:h2 res=418
251x=50% width=50%
252group=2
253.Prevent creation of a shadow to the Media Player template
254:p.
255A shadow to the Media Player template in the Multimedia Templates Folder is automatically
256created in the Multimedia Folder for easier access. By setting this key this feature is disabled.
257
258:p.
259:hp2.CWMM->bNoMediaFolderTemplateShadow->1:ehp2.
260
261:nt.Be sure to keep the uppercase characters!
262:ent.
263
264:nt.You may move the created shadow to another place. It will only be recreated in the Multimedia Folder
265if it's deleted from the system.
266:ent.
267
268
269:h2 res=420
270x=50% width=50%
271group=2
272.Disable audio file checking
273:p.
274You may disable checking of audio files for certain drives by adding the drive letter to this
275entry in OS2.INI.
276:p.
277:hp2.CWMM->mmClsDontCheckDrives-><drive list>:ehp2.
278:nt.Be sure to keep the uppercase characters!
279:ent.
280
281This may be useful for network drives on slow connections or other slow drives. Normally
282the gathered information is stored in the extended attributes of the audio file so the checking only
283happens once. If a particular filesystem doesn't support EAs you may chose to add that drive to the list too,
284to prevent the scanning.
285:nt.
286Be aware that no audio information will be shown by the WPS for audio objects located on a drive specified in
287the list.
288:ent.
289:nt.
290The WPS must be restarted after changing this setting.
291:ent.
292
293:p.
294Example:
295:xmp.
296CWMM->mmClsDontCheckDrives->abcghzy
297:exmp.
298
299:nt.
300This setting is mostly obsolete now because the MMIOMP3 IO procedure contained in
301:hp2.MMAudio Pak 2:ehp2. (released 30.08.2003) no longer scans MP3 files but reads the Xing header
302for VBR encoded files.
303:ent.
304
305
306:h2 res=421
307x=50% width=50%
308group=2
309.Disable ID3 tag reading
310:p.
311You may disable reading of ID3 tags for certain drives by adding the drive letter to this
312entry in OS2.INI.
313:p.
314:hp2.CWMM->mmClsDontReadID3OnDrives-><drive list>:ehp2.
315:nt.Be sure to keep the uppercase characters!
316:ent.
317
318This may be useful for network drives on slow connections or other slow drives.
319
320:nt.
321Be aware that no ID3 tag information will be shown by the WPS for MP3 files located on a drive specified in
322the list.
323:ent.
324:nt.
325The WPS must be restarted after changing this setting.
326:ent.
327
328:p.
329Example:
330:xmp.
331CWMM->mmClsDontReadID3OnDrives->abcghzy
332:exmp.
333
334
335:h2 res=424
336x=50% width=50%
337group=2
338.Set time for message box display
339:p.
340The confirmation message box shown when closing a mediafolder while playing a track automatically closes after 60s and the
341folder will be closed. This delay may be changed by setting the following key.
342
343:p.
344:hp2.CWMM->mfldrMBoxDisplayTime-><time in milli seconds>:ehp2.
345:nt.Be sure to keep the uppercase characters!
346:ent.
347:nt.The shortest allowed time is 5000ms.
348:ent.
349
350.* last id 429
Note: See TracBrowser for help on using the repository browser.