home *** CD-ROM | disk | FTP | other *** search
/ Minami 42 / MINAMI42.ISO / Extra / winamp3_0-full.exe / Wacs / xml / winamp / prefs / prefs-playlists.xml < prev    next >
Text File  |  2002-08-03  |  3KB  |  64 lines

  1. <groupdef id="shufflemorphrate.titlebox.content" h="75">
  2.   <Wasabi:Text x="2" y="2" text="None" />
  3.   <Wasabi:HSlider id="shuffle.slider"
  4.     x="32" y="2" 
  5.     w="-64" h="10"
  6.     relatw="1"
  7.     high="100"
  8.     cfgattrib="{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D};Shuffle window size" 
  9.    />
  10.   <Wasabi:Text x="-32" relatx="1" y="2" w="30" text="Full"/>
  11.   <Wasabi:Text
  12.     x="0" y="22"
  13.     w="-10" h="120"
  14.     relatw="1" 
  15.     id="lastitem" 
  16.     text="This controls how new tracks are picked when the player is in shuffle mode. Slow morph only creates a slight variation to the playlist, whereas fast morph rates create more dramatic variations."
  17.   />
  18.   <script file="scripts/titleboxslidercb.maki" param="titlebox;slider.button; : ; percent; percent" />
  19. </groupdef>
  20.  
  21. <groupdef id="shuffle.titlebox.content" autoheightsource="titlebox">
  22.   <Wasabi:CheckBox x="2" y="2" text="Enabled"
  23.     cfgattrib="{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D};Shuffle" />
  24.   <Wasabi:TitleBox x="2" y="20" w="-4" relatw="1" id="titlebox" title="Shuffle Window Size" content="shufflemorphrate.titlebox.content" />
  25. </groupdef>
  26.  
  27. <groupdef id="repeat.titlebox.content" autoheightsource="lastitem">
  28.   <Wasabi:RadioGroup id="repeattype" />
  29.   <Wasabi:CheckBox x="2" y="2" text="No repeat (stop at playlist end)"
  30.     radioid="repeattype" radioval="0"
  31.     cfgattrib="{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D};Repeat" />
  32.   <Wasabi:CheckBox x="2" y="18" text="Repeat single file"
  33.     radioid="repeattype" radioval="2"
  34.     cfgattrib="{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D};Repeat" />
  35.   <Wasabi:CheckBox x="2" y="34" text="Repeat entire playlist"
  36.     radioid="repeattype" radioval="1"
  37.     cfgattrib="{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D};Repeat" />
  38.   <Wasabi:CheckBox x="2" y="50" id="lastitem" text="Manual playlist advance only"
  39.     radioid="repeattype" radioval="3"
  40.     cfgattrib="{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D};Repeat" />
  41. </groupdef>
  42.  
  43. <groupdef id="editor.titlebox.content" autoheightsource="lastitem">
  44.   <Wasabi:CheckBox id="lastitem" x="0" y="2" text="Show numbers in playlist"
  45.     cfgattrib="{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D};Show numbers in playlist" />
  46. </groupdef>
  47.  
  48. <groupdef id="enqueue.titlebox.content" autoheightsource="lastitem">
  49.   <Wasabi:CheckBox id="lastitem" x="0" y="2" text="Enqueue as default action"
  50.     cfgattrib="{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D};Enqueue as default action" />
  51. </groupdef>
  52.  
  53. <groupdef id="winamp.preferences.pl.content">
  54.   <Wasabi:TitleBox x="3" y="0" w="-6" relatw="1" title="Shuffle" content="shuffle.titlebox.content" />
  55.   <Wasabi:TitleBox x="3" y="145" w="185" title="Repeat" content="repeat.titlebox.content" />
  56.  
  57.   <Wasabi:TitleBox x="195" y="145" w="-198" relatw="1" title="Editor" content="editor.titlebox.content" />
  58.   <Wasabi:TitleBox x="195" y="193" w="-198" relatw="1" title="Replace/Enqueue" content="enqueue.titlebox.content" />
  59. </groupdef>
  60.  
  61. <groupdef id="winamp.preferences.pl" name="Playlists" >
  62.   <Wasabi:TitleBox x="0" y="0" w="0" h="0" relatw="1" relath="1" title="Playlist Settings" content="winamp.preferences.pl.content" />
  63. </groupdef>
  64.