Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. <p><u>/mp3del</u> &lt;N&gt;</p>
  2. <p>
  3. Deletes the Nth music from your playlist.
  4. </p>
  5.  
  6. <p><u>/mp3clear</u></p>
  7. <p>
  8. Clears the playlist.
  9. </p>
  10.  
  11. <p><u>/mp3loadpl</u> &lt;pls | m3u | bpl | b4s&gt;</p>
  12. <p>
  13. Loads an Winamp v5.0 playlist to the console.
  14. </p>
  15.  
  16. <p><u>/mp3savepl</u> &lt;path&gt;</p>
  17. <p>
  18. Saves the current playlist to a winamp playlist.
  19. </p>
  20.  
  21. <p><u>/mp3sort</u> &lt;1-4&gt;</p>
  22. <p>
  23. Sorts your playlist musics acording to the type specified (1 - sorts by title, 2 - sorts by filename,
  24. 3 - by path/filename, 4 - by length).
  25. </p>
  26.  
  27. <p><u>/mp3up</u> &lt;N&gt;</p>
  28. <p>
  29. Sends the Nth music on your playlist to the N - 1 position.
  30. </p>
  31.  
  32. <p><u>/mp3down</u> &lt;N&gt;</p>
  33. <p>
  34. Sends the Nth music on your playlist to the N + 1 position.
  35. </p>
  36.  
  37. <p><u>/mp3setmsg</u> &lt;message&gt;</p>
  38. <p>
  39. Sets the message that the console should send to your channels/queries when shifting songs. You can use some
  40. tags on your message to display info on the current song. Use &lt;title&gt; for the song's title, &lt;length&gt;
  41. to the song's length, &lt;pos&gt; to current amount of time played, &lt;bitrate&gt; to bitrate in kbps, &lt;mode&gt;
  42. to mode, &lt;sample&gt; to sample in khz, and &lt;size&gt; to file size. Ex: /mp3setmsg on the sound of &lt;title&gt;
  43. -=- &lt;length&gt; :=: &lt;bitrate&gt; kbps :=: &lt;sample&gt; khz
  44. </p>
  45.  
  46. <p><u>/mp3show</u> &lt;channel | query&gt;</p>
  47. <p>
  48. Sends the message configured on the previous command to the given channel/query.
  49. </p>
  50.  
  51. <p><u>/mp3loop</u> &lt; 1 | 0 &gt;</p>
  52. <p>
  53. Using this command with parameter &quot;1&quot;, sets the console to restart playing when all songs on playlist
  54. are played. Use &quot;0&quot; to set this option off.
  55. </p>
  56.  
  57. <p><u>/mp3repeat</u> &lt; 1 | 0 &gt;</p>
  58. <p>
  59. Using this command with parameter &quot;1&quot;, sets the player to restart playing the current song when its
  60. over. Use &quot;0&quot; to set this option off.
  61. </p>
  62.  
  63. <p><u>/mp3setshow</u> &lt;0-4&gt;</p>
  64. <p>
  65. Sets the targets of the console's message (0 - None, 1 - Channels, 2 - Queries, 3 - Both, 4 - Active window only).
  66. </p>
  67.  
  68. <p><u>/mp3duration</u> &lt; 1 | 0 &gt;</p>
  69. <p>
  70. Using this command with parameter &quot;1&quot;, sets the player to display the length of the current song
  71. in an increasing way. Use &quot;0&quot; to display in decreasing way.
  72. </p>
  73.  
  74. <p><u>/mp3method</u> &lt; 1 | 2 | 3 &gt;</p>
  75. <p>
  76. Using parameter &quot;1&quot;, the console will play your musics on an continuous way. If you use &quot;3&quot;,
  77. it will stop playing when reached the end of the song. Use &quot;2&quot; to play then at random.
  78. </p>
  79.  
  80. <p><u>/setlistfilespath</u></p>
  81. <p>
  82. This command lets you set the path to listfiles.dll by Misanthrop. Usefull if your script already uses it in another folder.
  83. </p>
  84.  
  85. <p><u>/setpoppath</u></p>
  86. <p>
  87. This command lets you set the path to popups.dll by DragonZap. Usefull if your script already uses it in another folder.
  88. </p>
  89.  
  90. <p><u>/setmdxpath</u></p>
  91. <p>
  92. This command lets you set the path to the MDX files by DragonZap. These files are MDX.DLL, bars.mdx, views.mdx and
  93. ctl_gen.mdx. Usefull if your script already uses them in another folder.
  94. </p>
  95.  
  96. <hr>
  97.  
  98. <p><strong>Main dialog<a name="3"></a></strong></p>
  99. <p>
  100. This is where you can configure your playlist by adding/removing files, use all the commands above on a
  101. graphic display, get information on the songs, etc. In other words, it's the MP3 console.
  102. </p>
  103.  
  104. <p><em><strong>Menus</strong></em></p>
  105.  
  106. <p>&gt; Show</p>
  107. <p>&gt;&gt; Volume - Displays the voulme dialog box.</p>
  108. <p>&gt;&gt; ID3 - The ID3 dialog box containing information about the selected song.</p>
  109. <p>&gt;&gt; Hide- Closes the MP3 console.</p>
  110. <p>&gt;&gt; Close- Same has above, but it will also stop the playlist.</p>
  111.  
  112. <p>&gt; Playlist</p>
  113. <p>&gt;&gt; Add file - Add a file to the playlist.</p>
  114. <p>&gt;&gt; Add folder - Add the files contained in the given folder to the playlist.</p>
  115. <p>&gt;&gt; Load playlist - loads an winamp playlist.</p>
  116. <p>&gt;&gt; Save playlist - saves your current playlist.</p>
  117. <p>&gt;&gt; Save playlist as - saves your current playlist with a different name/format.</p>
  118. <p>&gt;&gt; Remove file - deletes a file from the playlist.</p>
  119. <p>&gt;&gt; Clear playlist - Erases all songs from the playlist.</p>
  120. <p>&gt;&gt; Move - Moves the selected song up/down in the playlist.</p>
  121. <p>&gt;&gt; Sort by - sorts your playlist by title/path/filename/length.</p>
  122. <p>&gt;&gt; Hide - Hides the console playlist.</p>
  123.  
  124. <p>&gt; Options</p>
  125. <p>&gt;&gt; Set path to - You can change the path to all DLL files used by the console here.
  126. <p>&gt;&gt; Colors - Change the colors of the console (text and background)</p>
  127. <p>&gt;&gt; Method - Sets the console to play the songs at continuous/random mode,
  128. or just the selected song. Contains also:</p>
  129. <p>&gt;&gt;&gt; Repeat - If checked, restarts playing the current song everytime</p>
  130. <p>&gt;&gt;&gt; Loop - If checked, restarts the playlist after all songs are played</p>
  131. <p>&gt;&gt; Duration - Shows the current song's length in increasing or decreasing way</p>
  132. <p>&gt;&gt; Send to - Sets the console message's targets (Channels/Queries/Both/None)</p>
  133.  
  134. <p>&gt; Help</p>
  135. <p>&gt;&gt; Readme.txt - displays readme.txt</p>
  136. <p>&gt;&gt; Contents - Displays this html file</p>
  137. <p>&gt;&gt; About - displays credits about this addon</p>
  138.  
  139. <hr>
  140.  
  141. <p>
  142. <strong>ID3 dialog<a name="4"></a></strong> - This dialog wil display the
  143. information contained on a given song regarding it's title, artist, album, Year, Genre, Track, and comment.
  144. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement