Contents:
MP3 console v1.55 is a mIRC addon written to make you available to play MP3 musics with a graphic interface on mIRC. Currently supports Winamp v5 playlist and needs mIRC 6.16 to work at full capacity. It also needs MDX and Popups DLL's by DragonZap, and listfiles.dll by Misanthrop to work properly (don't bother getting these DLL's, this addon already brings them).
/mp3c
Displays the main MP3 console dialog box.
/mp3id3 <path to MP3 music>
Display the ID3 tag information off the given MP3 music.
/mp3volume
Displays the dialog box meant to ajust the master, wave and midi volume.
/mp3play [N]
Starts playing your current playlist starting at the Nth music. If no N parameter is specified, it will either start from the selected music on the main dialog if available, or start at the first music of the playlist.
/mp3pause
Pauses the current music playing. To resume, use /mp3play with no parameter.
/mp3previous
Rewinds the current music if more than 1 second was played, or to the previous one if less than 1 second.
/mp3next
Jumps to the next music on the playlist.
/mp3stop
Stops playing your playlist.
/mp3add
Use this command to add a file to your playlist.
/mp3addir
Adds an entire folder of files to your playlist.
/mp3del <N>
Deletes the Nth music from your playlist.
/mp3clear
Clears the playlist.
/mp3loadpl <pls | m3u | bpl | b4s>
Loads an Winamp v5.0 playlist to the console.
/mp3savepl <path>
Saves the current playlist to a winamp playlist.
/mp3sort <1-4>
Sorts your playlist musics acording to the type specified (1 - sorts by title, 2 - sorts by filename, 3 - by path/filename, 4 - by length).
/mp3up <N>
Sends the Nth music on your playlist to the N - 1 position.
/mp3down <N>
Sends the Nth music on your playlist to the N + 1 position.
/mp3setmsg <message>
Sets the message that the console should send to your channels/queries when shifting songs. You can use some tags on your message to display info on the current song. Use <title> for the song's title, <length> to the song's length, <pos> to current amount of time played, <bitrate> to bitrate in kbps, <mode> to mode, <sample> to sample in khz, and <size> to file size. Ex: /mp3setmsg on the sound of <title> -=- <length> :=: <bitrate> kbps :=: <sample> khz
/mp3show <channel | query>
Sends the message configured on the previous command to the given channel/query.
/mp3loop < 1 | 0 >
Using this command with parameter "1", sets the console to restart playing when all songs on playlist are played. Use "0" to set this option off.
/mp3repeat < 1 | 0 >
Using this command with parameter "1", sets the player to restart playing the current song when its over. Use "0" to set this option off.
/mp3setshow <0-4>
Sets the targets of the console's message (0 - None, 1 - Channels, 2 - Queries, 3 - Both, 4 - Active window only).
/mp3duration < 1 | 0 >
Using this command with parameter "1", sets the player to display the length of the current song in an increasing way. Use "0" to display in decreasing way.
/mp3method < 1 | 2 | 3 >
Using parameter "1", the console will play your musics on an continuous way. If you use "3", it will stop playing when reached the end of the song. Use "2" to play then at random.
/setlistfilespath
This command lets you set the path to listfiles.dll by Misanthrop. Usefull if your script already uses it in another folder.
/setpoppath
This command lets you set the path to popups.dll by DragonZap. Usefull if your script already uses it in another folder.
/setmdxpath
This command lets you set the path to the MDX files by DragonZap. These files are MDX.DLL, bars.mdx, views.mdx and ctl_gen.mdx. Usefull if your script already uses them in another folder.
This is where you can configure your playlist by adding/removing files, use all the commands above on a graphic display, get information on the songs, etc. In other words, it's the MP3 console.
Menus
> Show
>> Volume - Displays the voulme dialog box.
>> ID3 - The ID3 dialog box containing information about the selected song.
>> Hide- Closes the MP3 console.
>> Close- Same has above, but it will also stop the playlist.
> Playlist
>> Add file - Add a file to the playlist.
>> Add folder - Add the files contained in the given folder to the playlist.
>> Load playlist - loads an winamp playlist.
>> Save playlist - saves your current playlist.
>> Save playlist as - saves your current playlist with a different name/format.
>> Remove file - deletes a file from the playlist.
>> Clear playlist - Erases all songs from the playlist.
>> Move - Moves the selected song up/down in the playlist.
>> Sort by - sorts your playlist by title/path/filename/length.
>> Hide - Hides the console playlist.
> Options
>> Set path to - You can change the path to all DLL files used by the console here.
>> Colors - Change the colors of the console (text and background)
>> Method - Sets the console to play the songs at continuous/random mode, or just the selected song. Contains also:
>>> Repeat - If checked, restarts playing the current song everytime
>>> Loop - If checked, restarts the playlist after all songs are played
>> Duration - Shows the current song's length in increasing or decreasing way
>> Send to - Sets the console message's targets (Channels/Queries/Both/None)
> Help
>> Readme.txt - displays readme.txt
>> Contents - Displays this html file
>> About - displays credits about this addon
ID3 dialog - This dialog wil display the information contained on a given song regarding it's title, artist, album, Year, Genre, Track, and comment.
Volume dialog - This dialog lets you ajust your master/wave/midi volume.