Changeset 168


Ignore:
Timestamp:
Mar 27, 2024, 10:37:23 PM (17 months ago)
Author:
gyoung
Message:

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

Location:
trunk/mediafolder/prog_tutorial
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/mediafolder/prog_tutorial/hiddenfeatures.inc

    r104 r168  
    1515the WPS doesn't crash anymore.
    1616
     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.
    1729
    1830
     
    8294Even if a new program isn't specified in the INI file the classes improve the default
    8395behavior by not starting the player as part of the WPS process. So if the default player crashes
    84 the WPS doesn't crash, too.
     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.
    85127
    86128:h2 res=422
     
    111153M3U file. Using this setting it's possible to use another M3U player.
    112154
    113 
    114 
    115155:h2 res=414
    116156x=50% width=50%
     
    129169the WPS doesn't crash anymore.
    130170
    131 
     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.
    132183
    133184:h2 res=415
  • trunk/mediafolder/prog_tutorial/mediafldrprog.ipf

    r104 r168  
    504504:ul.
    505505:li.:link reftype=hd res=410.Replace audio player:elink.
     506:li.:link reftype=hd res=425.Replace audio converter:elink.
    506507:li.:link reftype=hd res=411.Replace audio editor:elink.
    507508:li.:link reftype=hd res=412.Replace AVI player:elink.
    508509:li.:link reftype=hd res=413.Replace MPG player:elink.
    509510: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.
    510513:li.:link reftype=hd res=414.Replace image editor:elink.
     514:li.:link reftype=hd res=426.Replace image converter:elink.
    511515:li.:link reftype=hd res=415.Enable details for images on CD:elink.
    512516:li.:link reftype=hd res=416.Disable time display in icon titles:elink.
Note: See TracChangeset for help on using the changeset viewer.