Changes between Version 11 and Version 12 of rpld/StreamingToIcecast


Ignore:
Timestamp:
12/16/10 17:44:28 (13 years ago)
Author:
ph3-der-loewe
Comment:

+random pointer

Legend:

Unmodified
Added
Removed
Modified
  • rpld/StreamingToIcecast

    v11 v12  
    176176Here ''default'' is the name of the pointer and ''num:0'' means the first entry in the list. 
    177177 
     178If we want to play a playlist in random mode we use the ''current pointer'' and set it to the ''random:'' like this: 
     179{{{ 
     180 $ rpld-setpointer current random: 'playlistname' 
     181}}} 
     182 
     183In this case the current pointer is not moved forward. Every time the pointer is accessed a random song is selected from the playlist. 
     184 
    178185=== Pressing play === 
    179186To start playback just hit the playback button in the GUI or client you use or use the following command: