Ignore:
Timestamp:
Sep 10, 2010, 3:41:57 PM (16 years ago)
Author:
civer
Message:

[ ALL/ IPK/ MediaPlayer]

  • added MP to Extensions Menü (now you can find it in Blue-Key
  • some MP translation fixes in enigma2.po
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/swapplayers_mediaplayer_1_0/var/swap/extensions/MediaPlayer/plugin.py

    r3772 r3935  
    539539                        menu.append((_("add/remove bookmarks (locationbox)"), "locationbox"))
    540540                if self.currList == "filelist":
    541                         menu.append((_("---------------------- bookmarks -------------------"), "line"))
     541                        menu.append((_("--------------------- bookmarks --------------------"), "line"))
    542542                        for x in self.bookmarks.value:
    543543                                menu.append((x, x))
     
    11941194        return [
    11951195                PluginDescriptor(name = "MediaPlayer", description = "Play back media files", where = PluginDescriptor.WHERE_MENU, fnc = menu),
     1196                PluginDescriptor(name = "MediaPlayer", description = "Play back media files", where = PluginDescriptor.WHERE_EXTENSIONSMENU, fnc = main),
    11961197                PluginDescriptor(name = "MediaPlayer", where = PluginDescriptor.WHERE_FILESCAN, fnc = filescan)
    11971198        ]
Note: See TracChangeset for help on using the changeset viewer.