That should be doable.

Find the customhomemenu.py file in
script.squeezeinfo/resources/lib/customhomemenu.py and change it to
this:


Code:
--------------------
    CUSTOM_MENU = {
  "count": 5,
  "item_loop": [{
  "node": "myMusic",
  "weight": 11,
  "text": "Artists",
  "actions": {
  "go": {
  "cmd": ["browselibrary", "items"],
  "params": {
  "menu": 1,
  "mode": "artists",
  "role_id": "ALBUMARTIST,ARTIST,BAND,COMPOSER,CONDUCTOR,TRACKARTIST"
  }
  }
  },
  "homeMenuText": "All Artists",
  "id": "myMusicArtistsAllArtists",
  "icon": "html/images/artists.png"
  }, {
  "node": "myMusic",
  "weight": 20,
  "text": "Albums",
  "actions": {
  "go": {
  "cmd": ["browselibrary", "items"],
  "params": {
  "menu": 1,
  "mode": "albums"
  }
  }
  },
  "homeMenuText": "Browse Albums",
  "id": "myMusicAlbums",
  "icon": "html/images/albums.png"
  }, {
  "node": "myMusic",
  "text": "Playlists",
  "weight": 80,
  "id": "myMusicPlaylists",
  "icon": "html/images/playlists.png",
  "actions": {
  "go": {
  "cmd": ["browselibrary", "items"],
  "params": {
  "menu": 1,
  "mode": "playlists"
  }
  }
  }
  }, {
  "node": "myMusic",
  "text": "Search",
  "weight": 90,
  "id": "myMusicSearch",
  "icon": "html/images/search.png",
  "actions": {
  "go": {
  "cmd": ["browselibrary", "items"],
  "params": {
  "menu": 1,
  "mode": "search"
  }
  }
  }
  }, {
  "node": "home",
  "text": "Favorites",
  "weight": 100,
  "id": "favorites",
  "icon": "html/images/favorites.png",
  "actions": {
  "go": {
  "cmd": ["favorites", "items"],
  "params": {
  "menu": "favorites"
  }
  }
  }
  }, {
  "node": "home",
  "window": {
  "titleStyle": "album",
  "icon-id": "plugins/MyApps/html/images/icon.png"
  },
  "uuid": "2E3ACD53-B9A8-4440-9C5B-517B1EB28E34",
  "weight": 80,
  "displayWhenOff": 0,
  "text": "My Apps",
  "id": "opmlmyapps",
  "actions": {
  "go": {
  "player": 0,
  "cmd": ["myapps", "items"],
  "params": {
  "menu": "myapps"
  }
  }
  }
  }]
  }
--------------------


------------------------------------------------------------------------
elParaguayo's Profile: http://forums.slimdevices.com/member.php?userid=65009
View this thread: http://forums.slimdevices.com/showthread.php?t=107069

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

Reply via email to