source: branches/v2.9/mediafolder/prog_tutorial/hiddenfeatures.inc

Last change on this file was 27, checked in by Lewis Rosenthal, 5 years ago

EN help and resource updates by Alfredo Fernández Díaz.

File size: 7.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
18
19:h2 res=411
20x=50% width=50%
21group=2
22.Replace audio editor
23:p.
24The default audio editor coming with MMOS2 may be replaced by adding the
25following key to OS2.INI:
26:p.
27:hp2.CWMM->audioeditor-><path to new editor>:ehp2.
28:nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program!
29:ent.
30:p.
31Even if a new program isn't specified in the INI file the classes improve the default
32behavior by not starting the editor as part of the WPS process. So if the editor crashes
33the WPS doesn't crash anymore.
34
35
36:h2 res=412
37x=50% width=50%
38group=2
39.Replace AVI player
40:p.
41The default AVI player coming with MMOS2 may be replaced by adding the
42following key to OS2.INI:
43:p.
44:hp2.CWMM->aviplayer-><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!
46:ent.
47:p.
48Even if a new program isn't specified in the INI file the classes improve the default
49behavior by not starting the player as part of the WPS process. So if the player crashes
50the WPS doesn't crash anymore.
51
52
53:h2 res=413
54x=50% width=50%
55group=2
56.Replace MPG player
57:p.
58The default MPG player coming with MMOS2 may be replaced by adding the
59following key to OS2.INI:
60:p.
61:hp2.CWMM->mpgplayer-><path to new player>:ehp2.
62:nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program!
63:ent.
64:p.
65Even if a new program isn't specified in the INI file the classes improve the default
66behavior by not starting the player as part of the WPS process. So if the player crashes
67the WPS doesn't crash anymore.
68
69
70:h2 res=419
71x=50% width=50%
72group=2
73.Replace MP3 player
74:p.
75The default MP3 player may be replaced by adding the
76following key to OS2.INI:
77:p.
78:hp2.CWMM->mp3player-><path to new player>:ehp2.
79:nt.You don't have to provide the full path if the program is in your PATH.
80:ent.
81:p.
82Even if a new program isn't specified in the INI file the classes improve the default
83behavior by not starting the player as part of the WPS process. So if the default player crashes
84the WPS doesn't crash, too.
85
86:h2 res=422
87x=50% width=50%
88group=2
89.Replace M3U editor
90:p.
91The default M3U editor may be replaced by adding the
92following key to OS2.INI:
93:p.
94:hp2.CWMM->m3ueditor-><path to new editor>:ehp2.
95:nt.You don't have to provide the full path if the program is in your PATH.
96:ent.
97
98:h2 res=423
99x=50% width=50%
100group=2
101.Replace M3U player
102:p.
103The default M3U player may be replaced by adding the
104following key to OS2.INI:
105:p.
106:hp2.CWMM->m3uplayer-><path to new player>:ehp2.
107:nt.You don't have to provide the full path if the program is in your PATH.
108:ent.
109:p.
110Default behavior is to create a new Media folder and fill it with the tracks specified in the
111M3U file. Using this setting it's possible to use another M3U player.
112
113
114
115:h2 res=414
116x=50% width=50%
117group=2
118.Replace image editor
119:p.
120The default image editor coming with MMOS2 may be replaced by adding the
121following key to OS2.INI:
122:p.
123:hp2.CWMM->imageeditor-><path to new editor>:ehp2.
124:nt.You don't have to provide the full path if the program is in your PATH. The program must be a PM program!
125:ent.
126:p.
127Even if a new program isn't specified in the INI file the classes improve the default
128behavior by not starting the editor as part of the WPS process. So if the editor crashes
129the WPS doesn't crash anymore.
130
131
132
133:h2 res=415
134x=50% width=50%
135group=2
136.Enable details for images on CD
137:p.
138The default setting is not to support details for images on CD. The reason is that
139with slow drives the gathering of the information needs a huge amount of time. You may
140enable the new class features for images on CD by adding the following key to OS2.INI.
141:p.
142:hp2.CWMM->useNewImgClsFeaturesOnCD->1:ehp2.
143
144:nt.Be sure to keep the uppercase characters!
145:ent.
146:nt.You have to restart the WPS so the setting takes effect.
147:ent.
148
149
150:h2 res=416
151x=50% width=50%
152group=2
153.Disable time display in icon titles
154:p.
155When starting audio files with a doubleclick the elapsed time is displayed in the icon
156title. To disable this new feature set the following key in OS2.INI.
157:p.
158:hp2.CWMM->mmClsNoExtendedIconTitles->1:ehp2.
159
160:nt.Be sure to keep the uppercase characters!
161:ent.
162:nt.You have to restart the WPS so the setting takes effect.
163:ent.
164
165:h2 res=417
166x=50% width=50%
167group=2
168.Disable play control blinking while playing
169:p.
170As a visual feedback play controls (PLAY, PAUSE) blink while a track is playing.
171To disable this feature set the following key in OS2.INI.
172:p.
173:hp2.CWMM->bNoPlayCtrlBlinking->1:ehp2.
174
175:nt.Be sure to keep the uppercase characters!
176:ent.
177:nt.You have to restart the WPS so the setting takes effect.
178:ent.
179
180:h2 res=418
181x=50% width=50%
182group=2
183.Prevent creation of a shadow to the Media Player template
184:p.
185A shadow to the Media Player template in the Multimedia Templates Folder is automatically
186created in the Multimedia Folder for easier access. By setting this key this feature is disabled.
187
188:p.
189:hp2.CWMM->bNoMediaFolderTemplateShadow->1:ehp2.
190
191:nt.Be sure to keep the uppercase characters!
192:ent.
193
194:nt.You may move the created shadow to another place. It will only be recreated in the Multimedia Folder
195if it's deleted from the system.
196:ent.
197
198
199:h2 res=420
200x=50% width=50%
201group=2
202.Disable audio file checking
203:p.
204You may disable checking of audio files for certain drives by adding the drive letter to this
205entry in OS2.INI.
206:p.
207:hp2.CWMM->mmClsDontCheckDrives-><drive list>:ehp2.
208:nt.Be sure to keep the uppercase characters!
209:ent.
210
211This may be useful for network drives on slow connections or other slow drives. Normally
212the gathered information is stored in the extended attributes of the audio file so the checking only
213happens once. If a particular filesystem doesn't support EAs you may chose to add that drive to the list too,
214to prevent the scanning.
215:nt.
216Be aware that no audio information will be shown by the WPS for audio objects located on a drive specified in
217the list.
218:ent.
219:nt.
220The WPS must be restarted after changing this setting.
221:ent.
222
223:p.
224Example:
225:xmp.
226CWMM->mmClsDontCheckDrives->abcghzy
227:exmp.
228
229:nt.
230This setting is mostly obsolete now because the MMIOMP3 IO procedure contained in
231:hp2.MMAudio Pak 2:ehp2. (released 30.08.2003) no longer scans MP3 files but reads the Xing header
232for VBR encoded files.
233:ent.
234
235
236:h2 res=421
237x=50% width=50%
238group=2
239.Disable ID3 tag reading
240:p.
241You may disable reading of ID3 tags for certain drives by adding the drive letter to this
242entry in OS2.INI.
243:p.
244:hp2.CWMM->mmClsDontReadID3OnDrives-><drive list>:ehp2.
245:nt.Be sure to keep the uppercase characters!
246:ent.
247
248This may be useful for network drives on slow connections or other slow drives.
249
250:nt.
251Be aware that no ID3 tag information will be shown by the WPS for MP3 files located on a drive specified in
252the list.
253:ent.
254:nt.
255The WPS must be restarted after changing this setting.
256:ent.
257
258:p.
259Example:
260:xmp.
261CWMM->mmClsDontReadID3OnDrives->abcghzy
262:exmp.
263
Note: See TracBrowser for help on using the repository browser.