Nuke.ME (OE2.2) & (OE2.0)

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • ok danke, ist fixed,
      dabei hab ich auch gleich noch enableWrapAround="1" im Main Menu gesetzt.

      somit sollte der Nuke.Me für mich auch nun wirklich am Ende sein. Wird wahrscheinlich
      keine neueren Anpassungen von mir geben.

      OE2.0 ist eh tot und fürs OE2.2 sollte man eh den Nuke.FHD nutzen.
      Probleme kann man niemals mit derselben Denkweise lösen.

      ¯\_(ツ)_/¯

      "Die Deutsche Rechtschreibung ist Freeware, sprich, du kannst sie kostenlos nutzen.
      Allerdings ist sie nicht Open Source, d.h. du darfst sie nicht verändern oder in veränderter Form veröffentlichen."
    • der crash hat nichts mit dem Skin zu tun.
      da hat das Enhanced Movie Center einen Crash verursacht.
      Probleme kann man niemals mit derselben Denkweise lösen.

      ¯\_(ツ)_/¯

      "Die Deutsche Rechtschreibung ist Freeware, sprich, du kannst sie kostenlos nutzen.
      Allerdings ist sie nicht Open Source, d.h. du darfst sie nicht verändern oder in veränderter Form veröffentlichen."
    • nochmal ein kleines update auf den Wunsch von User Cali,
      PrimeTime Event wieder in der Channelselection
      Bilder
      • chan.png

        148,17 kB, 1.280×720, 396 mal angesehen
      Probleme kann man niemals mit derselben Denkweise lösen.

      ¯\_(ツ)_/¯

      "Die Deutsche Rechtschreibung ist Freeware, sprich, du kannst sie kostenlos nutzen.
      Allerdings ist sie nicht Open Source, d.h. du darfst sie nicht verändern oder in veränderter Form veröffentlichen."
    • Im ersten Post ?
      Probleme kann man niemals mit derselben Denkweise lösen.

      ¯\_(ツ)_/¯

      "Die Deutsche Rechtschreibung ist Freeware, sprich, du kannst sie kostenlos nutzen.
      Allerdings ist sie nicht Open Source, d.h. du darfst sie nicht verändern oder in veränderter Form veröffentlichen."
    • Using the new daily image with gstreamer 1.6.4 for DM7080HD, I get GS when pressing the audio button and yellow, to select subtiles.
      This used to work fine with the older stable gstreamer 0.10 image.

      Quellcode

      1. action -> InfobarAudioSelectionActions audioSelection
      2. allocating new converter!
      3. allocating new converter!
      4. allocating new converter!
      5. allocating new converter!
      6. allocating new converter!
      7. warning, skin is missing element help_label in <class 'Screens.AudioSelection.AudioSelection'>
      8. create buffer for widget 1280 x 720
      9. action -> ColorActions yellow
      10. swig director exception (SWIG director method error.)
      11. 0x6ffa30 <SwigDirector_eActionSlot::action_func2(std::string, std::string)+0x3ec>
      12. 0x4aefd4 </usr/bin/enigma2()>
      13. 0x4ae9b0 <eActionMap::keyPressed(std::string const&, int, int)+0x59c>
      14. 0x49e11c <keyEvent(eRCKey const&)+0x100>
      15. 0x52b574 <eRCInput::keyPressed(eRCKey const&)+0xf4>
      16. 0x52d41c <eRCDeviceInputDev::handleCode(long)+0xd0>
      17. 0x52a61c <eRCInputEventDriver::keyPressed(int)+0x74>
      18. 0x4b481c <eSocketNotifier::activate(int)+0xe0>
      19. 0x4b65b0 <eMainloop_native::processOneEvent(int)+0x894>
      20. 0x7ea75c <eMainloopQt::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)+0x2c8>
      21. 0x75197570 <QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)+0x58>
      22. 0x7519798c <QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)+0x20c>
      23. 0x7519f2a0 <QCoreApplication::exec()+0xb0>
      24. 0x7e9ac4 <eMainloopQt::runLoop()+0x1c>
      25. 0x631c20 </usr/bin/enigma2()>
      26. 0x746d6d64 </usr/lib/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x58a0)>
      27. Traceback (most recent call last):
      28. File "/usr/lib/enigma2/python/enigma.py", line 6417, in __call__
      29. return ret(*args, **kwargs)
      30. File "/usr/lib/enigma2/python/Components/ActionMap.py", line 67, in action
      31. return ActionMap.action(self, contexts, action)
      32. File "/usr/lib/enigma2/python/Components/ActionMap.py", line 47, in action
      33. res = self.actions[action]()
      34. File "/usr/lib/enigma2/python/Screens/AudioSelection.py", line 336, in keyYellow
      35. self.colorkey(2)
      36. File "/usr/lib/enigma2/python/Screens/AudioSelection.py", line 348, in colorkey
      37. self.keyRight(True)
      38. File "/usr/lib/enigma2/python/Screens/AudioSelection.py", line 317, in keyRight
      39. ConfigListScreen.keyRight(self)
      40. File "/usr/lib/enigma2/python/Components/ConfigList.py", line 228, in keyRight
      41. self["config"].handleKey(KEY_RIGHT)
      42. File "/usr/lib/enigma2/python/Components/ConfigList.py", line 37, in handleKey
      43. selection[1].handleKey(key)
      44. File "/usr/lib/enigma2/python/Components/config.py", line 349, in handleKey
      45. self.value = self.choices[(i + 1) % nchoices]
      46. File "/usr/lib/enigma2/python/Components/config.py", line 321, in setValue
      47. self.changed()
      48. File "/usr/lib/enigma2/python/Components/config.py", line 106, in changed
      49. val[0](self)
      50. File "/usr/lib/enigma2/python/Screens/AudioSelection.py", line 142, in menupageChanged
      51. self.restyleMultiContentTemplate()
      52. File "/usr/lib/enigma2/python/Screens/AudioSelection.py", line 359, in restyleMultiContentTemplate
      53. self["streams"].style = "subs"
      54. File "/usr/lib/enigma2/python/Components/Sources/List.py", line 113, in setStyle
      55. self.changed((self.CHANGED_SPECIFIC, "style"))
      56. File "/usr/lib/enigma2/python/Components/Element.py", line 88, in changed
      57. self.downstream_elements.changed(*args, **kwargs)
      58. File "/usr/lib/enigma2/python/Tools/CList.py", line 7, in __call__
      59. x(*args, **kwargs)
      60. File "/usr/lib/enigma2/python/Components/Converter/TemplatedMultiContent.py", line 45, in changed
      61. self.setTemplate()
      62. File "/usr/lib/enigma2/python/Components/Converter/TemplatedMultiContent.py", line 81, in setTemplate
      63. self.content.setItemHeight(itemheight)
      64. TypeError: in method 'eListboxPythonMultiContent_setItemHeight', argument 2 of type 'int'
      Alles anzeigen

      Is there an easy fix for this?
    • Joey,

      Yes, Nuke.ME is not in the feed and downloadable from the first post of this thread.
      I hope it can be fixed to work with the new E2.
      The AudioSelection screen seems to have a few new entires for 'subs' to TemplatedMultiContent.
      I am not an E2 skinner, so I can't decide what needs to be done.
      Copying some entries from another skin or removing the screen, would probably make it work, but would then look totally different compared to the other screens.

      I believe DeepBlue used to maintain this skin, adapting it from the orginal Merlin version.
    • Joey or DeepBlue2000,

      I have taken the changes to Nuke.FHD as an example and modified the 'AudioSelection' screen for Nuke.ME.
      The GS no longer happens and the result looks fine with the new pixmap.
      I would appreciate it if you could incorporate the changes into the package.

      Adri.

      Quellcode

      1. <screen backgroundColor="transparent" flags="wfNoBorder" name="AudioSelection" position="0,0" size="1280,720" title="Audio">
      2. <ePixmap pixmap="Nuke.ME/bg_design2/base.png" position="0,0" size="1280,720" transparent="0" zPosition="-1" />
      3. <widget backgroundColor="background" font="Regular; 22" foregroundColor="title" position="245,45" render="Label" size="400,30" source="Title" transparent="1" zPosition="1" />
      4. <widget alphatest="blend" pixmap="Nuke.ME/buttons/key_red.png" position="250,110" render="Pixmap" size="35,30" source="key_red">
      5. <convert type="ConditionalShowHide" />
      6. </widget>
      7. <widget alphatest="blend" pixmap="Nuke.ME/buttons/key_green.png" position="250,140" render="Pixmap" size="35,30" source="key_green">
      8. <convert type="ConditionalShowHide" />
      9. </widget>
      10. <widget alphatest="blend" pixmap="Nuke.ME/buttons/key_yellow.png" position="250,170" render="Pixmap" size="35,30" source="key_yellow">
      11. <convert type="ConditionalShowHide" />
      12. </widget>
      13. <widget alphatest="blend" pixmap="Nuke.ME/buttons/key_blue.png" position="250,200" render="Pixmap" size="35,30" source="key_blue">
      14. <convert type="ConditionalShowHide" />
      15. </widget>
      16. <widget itemHeight="30" name="config" position="310,110" scrollbarMode="showOnDemand" size="750,120" transparent="1" backgroundColor="background" />
      17. <eLabel backgroundColor="line" position="240,250" size="820,1" />
      18. <widget position="250,270" render="Listbox" scrollbarMode="showOnDemand" size="810,360" source="streams" transparent="1" zPosition="3">
      19. <convert type="TemplatedMultiContent">
      20. {"templates":
      21. {"default": (30, [
      22. MultiContentEntryText(pos = (10, 3), size = (50, 25), font = 0, flags = RT_HALIGN_LEFT, text = 1), # key,
      23. MultiContentEntryText(pos = (70, 3), size = (70, 25), font = 0, flags = RT_HALIGN_LEFT, text = 2), # number,
      24. MultiContentEntryText(pos = (150, 3), size = (150, 25), font = 0, flags = RT_HALIGN_LEFT, text = 3), # description,
      25. MultiContentEntryText(pos = (310, 3), size = (380, 25), font = 0, flags = RT_HALIGN_LEFT, text = 4), # language,
      26. MultiContentEntryPixmapAlphaTest(pos = (700, 5), size = (20, 20), png = 5), # selection
      27. ], True, "showNever"),
      28. "notselected": (30, [
      29. MultiContentEntryText(pos = (10, 3), size = (50, 25), font = 0, flags = RT_HALIGN_LEFT, text = 1), # key,
      30. MultiContentEntryText(pos = (70, 3), size = (70, 25), font = 0, flags = RT_HALIGN_LEFT, text = 2), # number,
      31. MultiContentEntryText(pos = (150, 3), size = (150, 25), font = 0, flags = RT_HALIGN_LEFT, text = 3), # description,
      32. MultiContentEntryText(pos = (310, 3), size = (380, 25), font = 0, flags = RT_HALIGN_LEFT, text = 4), # language,
      33. MultiContentEntryPixmapAlphaTest(pos = (700, 5), size = (20, 20), png = 5), # selection
      34. ], False, "showNever"),
      35. "subs": (30, [
      36. MultiContentEntryText(pos = (10, 3), size = (50, 25), font = 0, flags = RT_HALIGN_CENTER, text = 1), # key,
      37. MultiContentEntryText(pos = (70, 3), size = (70, 25), font = 0, flags = RT_HALIGN_LEFT, text = 2), # number,
      38. MultiContentEntryText(pos = (150, 3), size = (150, 25), font = 0, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER|RT_WRAP, text = 3), # description,
      39. MultiContentEntryText(pos = (310, 3), size = (380, 25), font = 0, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER|RT_WRAP, text = 4), # language,
      40. MultiContentEntryPixmapAlphaTest(pos = (700, 5), size = (20, 20), png = 5), # selection
      41. ], True, "showNever"),
      42. "subs_notselected": (30, [
      43. MultiContentEntryText(pos = (10, 3), size = (50, 25), font = 0, flags = RT_HALIGN_CENTER, text = 1), # key,
      44. MultiContentEntryText(pos = (70, 3), size = (70, 25), font = 0, flags = RT_HALIGN_LEFT, text = 2), # number,
      45. MultiContentEntryText(pos = (150, 3), size = (150, 25), font = 0, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER|RT_WRAP, text = 3), # description,
      46. MultiContentEntryText(pos = (310, 3), size = (380, 25), font = 0, flags = RT_HALIGN_LEFT|RT_VALIGN_CENTER|RT_WRAP, text = 4), # language,
      47. MultiContentEntryPixmapAlphaTest(pos = (700, 5), size = (20, 20), png = 5), # selection
      48. ], False, "showNever")
      49. },
      50. "fonts": [gFont("Regular", 21), gFont("Regular", 21)],
      51. "itemHeight": 40
      52. }
      53. </convert>
      54. </widget>
      55. </screen>
      Alles anzeigen
    • ich werd mir das die nächsten tage mal angucken.
      ich bin gestern abend ausm urlaub wieder.
      Probleme kann man niemals mit derselben Denkweise lösen.

      ¯\_(ツ)_/¯

      "Die Deutsche Rechtschreibung ist Freeware, sprich, du kannst sie kostenlos nutzen.
      Allerdings ist sie nicht Open Source, d.h. du darfst sie nicht verändern oder in veränderter Form veröffentlichen."
    • I have uploaded the new deb file for the audio/sub menu fix for the new E2 OE2.2

      so, I dont know if the new menu affect the old OE2.0, so I named the new deb file: enigma2-skin-nuke.me_5.1.0_all_OE2.2.deb

      OE2.0 Users pls use enigma2-skin-nuke.me_5.1.0_all.deb
      and OE2.2 Users enigma2-skin-nuke.me_5.1.0_all_OE2.2.deb
      Probleme kann man niemals mit derselben Denkweise lösen.

      ¯\_(ツ)_/¯

      "Die Deutsche Rechtschreibung ist Freeware, sprich, du kannst sie kostenlos nutzen.
      Allerdings ist sie nicht Open Source, d.h. du darfst sie nicht verändern oder in veränderter Form veröffentlichen."
    • Erst mal Danke an den Spender für diesen Skin :)

      Da ich mal wieder Lust hatte bin ich wieder am Basteln ,da mir einige Sachen für mich rein persönlich nicht gefallen :)

      Erst mal für mich die Infobar angepasst :)
      Und als nächstes werde ich noch ein paar Schönheitsfehler beseitigen die ich gefunden habe sofern man diese so nennen darf :)

      Hier mal meine Infobar wie sie mir gefällt :) Ja selber ist der Mann ,und ja ich habe mich da auch nur selber ein gelernt :)
      Viele Tage sind vergangen bis ich alles gerafft hatte :)
      Bilder
      • Test-Skin.png

        59,76 kB, 1.282×443, 293 mal angesehen
      Ein freundlicher Screm
    • Sieht doch gut aus. Bloß die CS und Camangaben bräuchte ich nicht. Aber jeder hat da andere Ansichten.
      Wenn ich mal nicht zu foul bin, stell ich mir auch wieder Picons für Kabel zusammen.
    • SCREM schrieb:

      Erst mal Danke an den Spender für diesen Skin :)

      Da ich mal wieder Lust hatte bin ich wieder am Basteln ,da mir einige Sachen für mich rein persönlich nicht gefallen :)

      Erst mal für mich die Infobar angepasst :)
      Und als nächstes werde ich noch ein paar Schönheitsfehler beseitigen die ich gefunden habe sofern man diese so nennen darf :)

      Hier mal meine Infobar wie sie mir gefällt :) Ja selber ist der Mann ,und ja ich habe mich da auch nur selber ein gelernt :)
      Viele Tage sind vergangen bis ich alles gerafft hatte :)



      Ja sieht sehr gut aus hätte auch interesse dran !