> If I also remember correctly, the server doesn't provide the icons for
> the main menu items and just copying them to SqueezePad wasn't allowed
> due to copyright issues back when Logitech still cared.

TBH. I never understood why we handled it this way with SlimBrowse vs. SlimMenu menus. But here's the mapping I've been using in the Controller App to match menu IDs to icons:

                myMusicArtists: 'artists.png',
                myMusicAlbums: 'albums.png',
                myMusicGenres: 'genres.png',
                myMusicYears: 'years.png',
                myMusicNewMusic: 'newmusic.png',
                myMusicMusicFolder: 'musicfolder.png',
                myMusicPlaylists: 'playlists.png',
                myMusicSearch: 'search.png',
                myMusicSearchArtists: 'search.png',
                myMusicSearchAlbums: 'search.png',
                myMusicSearchSongs: 'search.png',
                myMusicSearchPlaylists: 'search.png',
                globalSearch: 'search.png',
                myMusicSearchRecent: 'search.png',
                homeSearchRecent: 'search.png',

Those icons are available from LMS as eg.

http://yourserver:9000/html/images/artists.png

Resizing parameters can be applied.

RandomPlay is a bit different, as it's a plugin:

http://yourserver:9000/plugins/RandomPlay/html/images/icon.png

You could add these mappings to the app without the need to include the icons in the app itself.

--

Michael
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to