MP3 Player

Function

  *Buttons
     * Pause, Stop, Play, Rewind and Forward: Obvious functions
     * Up/Down arrow (beside other buttons): Expand and retract the dialog
     * Mp3 TrackBar: You can use this function to 'seek' the Mp3 by dragging the track bar
     * Volume Track Bar: You can increase or reduce the volume

     * Mode:
             Random - Play mp3 in random order
             Order - Play mp3 in play list order
             Repeat - Repeat the mp3

     * Add: File Add a file to play list
            Directory - Add a directory to play list
     * Del: Selected items
            Delete selected items in play list
            All items - Clear the play list
     * Play list (button):
           You can remove/load/save play lists (files *.play list)
            You have the option to sort play list in 3 modes (ascending order, descending order or
            randomized order)

     * Msgs:
      In the edit message you can be use $identifiers and %variables, but should always use in $iif() 2 parameters in the conditional.
     The <tags> return $null if doesn't exists. Here is an example of it with the colors stripped out:
    
<logo> $iif(<artist> != $null && <title> != $null,<artist> - <title>,<file>) [<length>!<size>] 
      * Type of message (/amsg, /ame, /echo, off): It's the type of message you send (or don't send) to channels.

     * Search: Used to find mp3 files in play list. You can find the match text in filename, artist and title. If you click on a mp3 in the search list, it will be played.

     * Edit id3: To select a file to change id3, select it in play list and click on the 'Set ' button. After this, the id3 of filename will shown in the specified edit boxes.
       To confirm changes in id3, click on 'Save'. To return to original id3 (if you do not want to save changes) click on 'Cancel'.

     * Button border styles: options to change to (clientedge, static edge or none)


 


Copyright © 2003-2009 RGC Ministries Inc.