Plugin:AutoDJ:Playlist Decoder

From ShoutIRC RadioBot Wiki
Revision as of 23:18, 23 October 2013 by Indy (talk | contribs) (Text replacement - "{{ircbot}}" to "{{radiobot}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Plugin Description

This plugin allows you to play songs from PLS, M3U, and M3U8 playlists.

Playback Order

By default songs are played in the order they are in the playlist. We have extended the playlist formats to support random playback order in AutoDJ.
Note: These extensions will only have any effect when used with AutoDJ, not with any other software.

M3U/M3U8 Extension

Add the line #RANDOM as the first line in the file, or if the file starts with #EXTM3U put it on the 2nd line.
Examples:

#RANDOM
c:\music\Song 1.mp3
c:\music\Song 2.mp3
#EXTM3U
#RANDOM
#EXTINF:148,Artist - Title
c:\music\Song 1.mp3
#EXTINF:124,Artist - Title
c:\music\Song 2.mp3

PLS Extension

PLS files use an INI format. Set Random=true in the [playlist] section to tell the AutoDJ to randomize playback.
Example:

[playlist]
NumberOfEntries=2
Version=2
Random=true
File1=c:\music\Song 1.mp3
Title1=Artist - Title
Length1=148
File2=c:\music\Song 2.mp3
Title2=Artist - Title
Length2=124


RadioBot vde

RadioBot main pages
Main PageInstallationChangelogCommandsPluginsFAQConfigurationCreditsRemote ClientBuilt-In VariablesMulti Sound Server ModeUsername Character Restrictions
Auto DJ Pages
Auto DJ Main PageWebRequest SystemSchedulerMP3 EncoderVoice SupportMySQL Plugin