<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.shoutirc.com/index.php?action=history&amp;feed=atom&amp;title=Plugin%3AAutoDJ%3APlaylist_Decoder</id>
	<title>Plugin:AutoDJ:Playlist Decoder - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.shoutirc.com/index.php?action=history&amp;feed=atom&amp;title=Plugin%3AAutoDJ%3APlaylist_Decoder"/>
	<link rel="alternate" type="text/html" href="https://wiki.shoutirc.com/index.php?title=Plugin:AutoDJ:Playlist_Decoder&amp;action=history"/>
	<updated>2026-04-29T03:28:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.shoutirc.com/index.php?title=Plugin:AutoDJ:Playlist_Decoder&amp;diff=4261&amp;oldid=prev</id>
		<title>Indy: Text replacement - &quot;{{ircbot}}&quot; to &quot;{{radiobot}}&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.shoutirc.com/index.php?title=Plugin:AutoDJ:Playlist_Decoder&amp;diff=4261&amp;oldid=prev"/>
		<updated>2013-10-24T03:18:03Z</updated>

		<summary type="html">&lt;p&gt;Text replacement - &amp;quot;{{ircbot}}&amp;quot; to &amp;quot;{{radiobot}}&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:AutoDJ Plugins]]&lt;br /&gt;
&lt;br /&gt;
==Plugin Description==&lt;br /&gt;
This plugin allows you to play songs from PLS, M3U, and M3U8 playlists.&lt;br /&gt;
&lt;br /&gt;
==Playback Order==&lt;br /&gt;
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.&amp;lt;br /&amp;gt;&lt;br /&gt;
Note: These extensions will only have any effect when used with AutoDJ, not with any other software.&lt;br /&gt;
&lt;br /&gt;
===M3U/M3U8 Extension===&lt;br /&gt;
Add the line #RANDOM as the first line in the file, or if the file starts with #EXTM3U put it on the 2nd line.&amp;lt;br /&amp;gt;&lt;br /&gt;
Examples:&lt;br /&gt;
 #RANDOM&lt;br /&gt;
 c:\music\Song 1.mp3&lt;br /&gt;
 c:\music\Song 2.mp3&lt;br /&gt;
&lt;br /&gt;
 #EXTM3U&lt;br /&gt;
 #RANDOM&lt;br /&gt;
 #EXTINF:148,Artist - Title&lt;br /&gt;
 c:\music\Song 1.mp3&lt;br /&gt;
 #EXTINF:124,Artist - Title&lt;br /&gt;
 c:\music\Song 2.mp3&lt;br /&gt;
&lt;br /&gt;
===PLS Extension===&lt;br /&gt;
PLS files use an INI format. Set Random=true in the [playlist] section to tell the AutoDJ to randomize playback.&amp;lt;br /&amp;gt;&lt;br /&gt;
Example:&lt;br /&gt;
 [playlist]&lt;br /&gt;
 NumberOfEntries=2&lt;br /&gt;
 Version=2&lt;br /&gt;
 Random=true&lt;br /&gt;
 File1=c:\music\Song 1.mp3&lt;br /&gt;
 Title1=Artist - Title&lt;br /&gt;
 Length1=148&lt;br /&gt;
 File2=c:\music\Song 2.mp3&lt;br /&gt;
 Title2=Artist - Title&lt;br /&gt;
 Length2=124&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{radiobot}}&lt;/div&gt;</summary>
		<author><name>Indy</name></author>
	</entry>
</feed>