Bugzilla – Bug 6290
Wrong menu ordering for shoutcast and podcasts
Last modified: 2007-12-14 07:23:51 UTC
Shoutcast and podcasts seem to be grouped at the end with all the 3rd party plugins. Shoutcast is sorted wrong because (I think), it is ranked with: 'rank-PLUGIN_SHOUTCAST_MODULE_NAME' => 5, (in Prefs.pm) but it's really called PLUGIN_SHOUTCASTBROWSER_MODULE_NAME Podcasts is not sorted at all because it does not have a rank defined (and is not included in Dean's hierarchy wiki page).
Which skin are you using? I have the same order as the wiki page, except that Podcasts are in Internet Radio instead of Extras.
Michael, install a Radio plugin that sorts near the beginning of the alphabet (such as Alien) and you'll see what I mean. Shout cast and Podcasts are sorted with the 3rd party plugins, not the bundled plugins.
Created attachment 2529 [details] trivial patch See patch. Note that moving Podcasts to Extras as per the wiki means that it's the only Extra with an icon. Maybe Information Browser and SoftSqueeze need icons too?
Created attachment 2530 [details] Fixed patch
Thanks, applied as change 15292.