Changes between Version 3 and Version 4 of rpld/StreamingOpus


Ignore:
Timestamp:
09/11/12 12:14:55 (12 years ago)
Author:
ph3-der-loewe
Comment:

updates to include the usage of the import command.

Legend:

Unmodified
Added
Removed
Modified
  • rpld/StreamingOpus

    v3 v4  
    3030The URL needs to be replaced with the data for your Icecast server. 
    3131 
    32 == step 3: Starting rpld == 
     32== step 3: Importing playlist == 
     33In order to import your playlist just use: 
     34{{{ 
     35 $ rpld-storemgr --store-path ~/rpld-store/ import playlist vclt /tmp/playlist.vclt 
     36}}} 
     37 
     38== step 4: Starting rpld == 
    3339To start rpld just type: 
    3440{{{ 
    35  $ rpld-storemgr --store-path ~/rpld-store/ run --daemon --bind ~/.rpld --load-playlist playlist vclt /tmp/playlist.vclt 
     41 $ rpld-storemgr --store-path ~/rpld-store/ run --daemon --bind ~/.rpld --play 
    3642}}} 
    3743 
    38 == Step 4: Setting default pointer == 
     44== Step 5: Setting default pointer == 
    3945The Default pointer is a rule to tell rpld what to play. We can now set it to the first entry of our playlist and rpld will play our playlist over and over again or set it to random playback. 
    4046 
     
    4955}}} 
    5056 
    51 == Step 5: Hitting play == 
     57== Step 6: Hitting play == 
    5258To start playback just use: 
    5359{{{ 
     
    5662 
    5763== Restarting playback after reboot == 
    58 To restart playback after reboot just use: 
    59 {{{ 
    60  $ rpld-storemgr --store-path ~/rpld-store/ run --daemon --play 
    61 }}} 
     64To restart playback after reboot just do the same as described in step 4. 
    6265 
    6366== Final notes ==