Posts by G_ogi
-
-
-
-
-
-
Latest Vhannibal E2
29.12.2015
-
Latest Vhannibal Setting
29.12.2015
-
KravenVB 3.5.1
Thx @ Kraven,örlgrey and tomele -
Latest Vhannibal E2 + DTT Settings
27.12.2015
-
How can the plugin show picture and description beside of name from the server (xml)?
What have i to add to this command?
i know how to show the name (plugins cont):
PHP
Display Moredef downloadxmlpage(self): url = 'http://server.net/Plugins.xml' getPage(url).addCallback(self._gotPageLoad).addErrback(self.errorLoad) def _gotPageLoad(self, data): self.xml = data try: if self.xml: xmlstr = minidom.parseString(self.xml) else: self.downloading = False self['info'].setText('') return self.data = [] self.names = [] icount = 0 list = [] xmlparse = xmlstr self.xmlparse = xmlstr for plugins in xmlstr.getElementsByTagName('plugins'): self.names.append(plugins.getAttribute('cont').encode('utf8'))PHP<plugins cont=" MultiMedia"> <plugin name=" XXX Player"> <url>"http://server.net/xxx.ipk"</url> </plugin> </plugins> <plugins cont=" Media"> <plugin name=" YYY Player"> <url>"http://server.net/yyp.ipk"</url> </plugin> </plugins>for the name (plugin name) i use this command:
PHP
Display Moredef __init__(self, session, xmlparse, selection): self.skin = Install.skin Screen.__init__(self, session) self.xmlparse = xmlparse self.selection = selection list = [] for plugins in self.xmlparse.getElementsByTagName('plugins'): if str(plugins.getAttribute('cont').encode('utf8')) == self.selection: for plugin in plugins.getElementsByTagName('plugin'): list.append(plugin.getAttribute('name').encode('utf8')) list.sort() self['text'] = MenuList(list) self['actions'] = ActionMap(['SetupActions'], {'ok': self.selclicked, 'cancel': self.close}, -2) def selclicked(self): try: selection_country = self['text'].getCurrent() except: return for plugins in self.xmlparse.getElementsByTagName('plugins'): if str(plugins.getAttribute('cont').encode('utf8')) == self.selection: for plugin in plugins.getElementsByTagName('plugin'): if plugin.getAttribute('name').encode('utf8') == selection_country: urlserver = str(plugin.getElementsByTagName('url')[0].childNodes[0].data) pluginname = plugin.getAttribute('name').encode('utf8') self.prombt(urlserver, pluginname)I want to add picture (.png) and description besides the names in the plugin.
Any help appreciated.
-
-
Latest Vhannibal Setting
22.12.2015
-
Latest Vhannibal E2 + DTT Settings
22.12.2015
-
Albatros 3.4
- alarab fixed
- wsssport added ( sports )
- telewizjada added ( polish + sport streams )
- swisscom fixed
- streamlive ( aka ilive ) fixed
- cinemay fixed ( frensh movies )
- kinoger ( german movies ) search function and more pages added
- bratu-marian.ro (sports) added - only channels working , schedule in next version
- wagasworld fixedthx @ testi
-
Sim2-OoZooN-Image-dm800se-20151206-#84d-Jasper-20151220
Clean, no changes.
Sim2
SSL84d
Enigma2: 2015-12-02-tarball
################################################## #######################################Webinterface is working.
Teletext is working.################################################## #######################################
No WLAN driver included (this is a feature of OoZooN image):1.Open a Telnet session to install or use Blue/Software Management/Manage Extensions/Network/ to install:
opkg install enigma2-plugin-systemplugins-wirelesslan
2.Open a FTP session and exchange the plugin.py
/usr/lib/enigma2/python/Plugins/SystemPlugins/WirelessLan
with a patched one
reboot
##################################################
Jasper
-
here you go m8 ...
QuoteThe Key Assignment can be shown with the Help Button inside the Plugin:
- Yellow Button: search YouTube Trailer
- Green Button: search on Wikipedia for more information of the movie, director or artists
- Red Button: toggle between Backdrop/Posterwall/Metrix style
- Blue Button: hide/unhide plugin
- Info Button: toggle show/hide info
- Video Button: database update, search for new movies and orphaned database entries
- Text Button: edit database
- Stop Button: mark movie/episode as seen/unseen
- Radio Button: delete the selected movie file completely or delete only the information from database and write the information into a blacklist so that the movie will be ignored at database updates (blacklisted)
- Bouquet Buttons: +- page inside Coverwall style list
- <- -> Button: go to 1. entry with certain first letter
- Button 1: CutListEditor/MovieCut/LogViewer
- Button 2: research movie information for the selected movie on TMDb
- Button 3: research series information for the selected series on TheTVDb. The Season/Episode Numbers should be in the format "S01E01" or "s01e01" or "S1E1" or "s1e1".
- Button 4: hide seen movies, twice button 4 deactivates the filter
- Button 5: toggle between Movie/Series/Movies&Series view
- Button 6: Movie Folder Selection, 2 x Button 6 deactivates the filter (button 0,1: end/begin of the list)
- Button 7: Movie Director Selection, 2 x Button 7 deactivates the filter (button 0,1: end/begin of the list)
- Button 8: Movie Actor Selection, 2 x Button 8 deactivates the filter (button 0,1: end/begin of the list)
- Button 9: Movie Genre Selection, 2 x Button 9 deactivates the filter (button 0,1: end/begin of the list)
- Button 0: go to end of list
-
iFlatFHD FullHD v2.40
Codev2.40 - 20:12:15 + Fix - SIB_v4 - SNR font size approximation / two-digit minus temperatures can be displayed + Fix - Parameter List Movie File Size + Fix - Parameter Media Player "playlist" + Fix - Screen "Select Country" + Fix - WLANConfig Screen - Keyboard problem + Fix - Parameter Timer View + Fix - YAMP display playlist / playlist / buttons (replacing the YampPlayList.py Post 2) + Fix - SecondInfoBar with weather - double-digit minus temperatures can be displayed + Fix - Screen "locationbox" itemHight 40 + Fix - Keyboard Buttons + InfoBar - small adjustments + Timeshift State - Align Infobar + InfoBar Halloween - alignment with IB Standard + Change screen - EPGSelectionEPGBar_HD + Fix - parameters for EPGSelectionEPGBar_HD + Change screen - Mute New in Skin: + VPS plugin Skinpart New in "Pro" + Skin_eHue [Philips] .xml - tested with plugin version: enigma2-plugin-extensions-ehue_0.4-r5thx @ Nathanael2316
-
-
Try to use PluginSkinMover the last version. It is a much better plugin, but you need USB stick.
Here you have the guide [How-To] Plugin/Skin Mover Guide
-
