<?sphp $this->text('pagetitle') ?>
 
Home of the Squeezebox™ & Transporter® network music players.

Setup new browse menus

From SqueezeboxWiki

Revision as of 21:30, 8 May 2008 by Erland (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Overview

In this example configuration we are are going to add a couple of new ways to browse your music in SlimServer. We will add the following ways to browse your music:

  • Browse by decades (Similar to the existing browse by year but it browses decades instead)
  • Browse by bitrates (Browse music by the compression bit rate of the music files)
  • Browse by ratings (Browse music by track ratings)
  • Browse new artists (Similar to the New Music menu but it shows artists on top level instead of albums)

We want to new menu structure to look like this:

Browse
    Albums
    Artists
    Bitrates
    Decades
    Genres
    Music Folder
    New Artists
    New Music
    Playlists
    Ratings
    Years

Installation

Install the following plugins:

Removing Custom Browse from the Browse menu

By default Custom Browse plugin will add itself as a sub menu below the main Browse menu, in this setup we don't want that since we only are going to add a couple of now menus as a compliment to the existing menus.

  1. Goto Server Settings in the web interface
  2. Goto the Plugins section
  3. Step down to the section for Custom Browse
  4. Find the Show Custom Browse menu inside Browse menu option and change it to off.
    Note! This option only exist in Custom Browse 1.19 and later, if you are running a previous version the Custom Browse sub menu below the main Browse menu can't be removed.
  5. Click Change to save the changes

Creating new menus

It's now time to create the new menus, the Ratings, Decades and New Artists menus is available by default with Custom Browse while the Bitrates menu must be created. To create the Bitrates menu you do as follows

  1. Goto the Custom Browse web interface
  2. Click on the Setttings link at the bottom
  3. Click on the Edit menus link
  4. Select Create new menu
  5. Select Bitrates as menu type
  6. We can leave the default values as they are for now, so just click Next on the page asking for menu paramters
  7. Click Save to store the new menu

Move menus into main Browse menu

By default menus created with Custom Browse will only be available within the Custom Browse sub menu. To move them as a sub menu directly below the main Browse menu you do as follows.

  1. Goto the Custom Browse web interface
  2. Select the Settings link at the bottom
  3. Select Enable/Disable menus/mixers
  4. In the Show in browse and home menu column mark the following and then click Save to save the changes
    1. Bitrates
    2. Decades
    3. New Artists
    4. Ratings

You may need to restart slimserver to get every change to take effect but after that the new menus should now be available and you can use them in the same way as the standard browse methods.