Editing Your LightShow Pi .cfg File for Your customPlaylist

The default .cfg file points to a sample .playlist , if you want to play other music from a playlist you'll need to create a playlist and change the .cfg file.

I'm assuming the following:
  • You have a functioning LightShow Pi installation 
  • You can transfer files to your RPi 
  • or You can SSH to your RPi
  • You have created a custom playlist 
NOTE: It is recommended that you copy the defaults.cfg file and rename it overrides.cfg before applying any customization to your setup.

After copying the file and renaming it overrides.cfg

  1. Open in text editor 
  2. Scroll down to the 'playlist' section. It's around line 235 - 240.
  3. Find the 'playlist_path =' entry and edit it to point to your custom playlist file
    1. playlist_path = $SYNCHRONIZED_LIGHTS_HOME/music/christmas/xmas/.playlist
  4.  Save your changes.
    • It should apply the settings right away, but if you're also running webGUI, or you're in the middle of a song, you can try the following::
  5. Stop the music and light show and the microweb
    1. $ stop_music_and_lights
    2. $ stop_microweb
  6. Start the music and light show and the microweb
    • $ start_music_and_lights
    • $ start_microweb

Comments

Popular posts from this blog

Creating a Playlist for your LightShowPi (easy mode)

Control Your LightShow Pi With the WebGUI