Help for this page

Select Code to Download


  1. or download this
    sub setMode {
        my $class  = shift;
    ...
            pushMainMenuMode($client);
        }
    }
    
  2. or download this
            my $valueref = $client->modeParam('valueRef');
        
    ...
                }
                Slim::Buttons::Common::pushModeLeft($client, $modeFilterSe
    +lection, { folder => getCurrentFilterDir($client) });
            }
    
  3. or download this
    sub filterMenu {
        my ($client, $callback, $args) = @_;
    ...
        items => $items
        });
    }