source: branches/mediafolder/prog_tutorial/hiddenfeatures.inc

Last change on this file was 168, checked in by gyoung, 17 months ago

Add new and missing ini keys to hidden features in mediafldr.inf.

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