UPNP Media Renderer Plugin

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

    • Zeile 84 bis 98 bei mir im Notepad++


      Python-Quellcode

      1. # Setup the common entries in the dictionary that will be usd to
      2. # fill the UPnP templates.
      3. self._message_env['BOOTID'] = self._boot_id
      4. self._message_env['SERVER'] = SERVER_HELLO
      5. try:
      6. self.hostaddr = "192.168.123.105"
      7. if self.hostaddr.startswith("127.") and not "." in gethostname():
      8. try:
      9. self.hostaddr = gethostbyname(gethostname() + ".")
      10. except:
      11. pass
      12. except Exception as e:
      13. self.fire(log(logging.ERROR, "Failed to get host address: %s(%s)" \
      14. % (type(e), str(e))),
      15. "logger")
      Alles anzeigen
      self.hostaddr = "192.168.123.105" das war die Änderung bei mir.

      Mit enigma2-plugin-extensions-cocy_0.4.1.ipk hats bei mir nicht geklappt. Habe das aber nicht weiter verfolgt, da es ja einen anderen Weg gibt und ich das Plugin nicht brauche.

      Mein Weg nochmal in Kurzfassung VTi13/14:
      Spoiler anzeigen
      VTi 14 flashen und aktualisieren

      Folgendes nach /tmp kopieren:
      python-dev_2.7.11-r1.2_armv7ahf-vfp-neon.ipk
      enigma2-plugin-cocy_0.2.1_pathmod.ipk
      Entpackte setuptools-12.0

      Danach auf der Console eingeben:
      cd /tmp
      opkg install python-dev_2.7.11-r1.2_armv7ahf-vfp-neon.ipk
      opkg install python-pkgutil
      opkg install python-unittest
      opkg install python-compile
      cd setuptools-12.0/
      python setup.py install
      cd ..
      opkg install enigma2-plugin-cocy_0.2.1_pathmod.ipk

      ssdp.py anpassen im Pfad:/usr/lib/python2.7/site-packages/cocy-0.3-py2.7.egg/cocy/upnp/

      /usr/lib/enigma2/python/Plugins/SystemPlugins/CoCy/ <-- Verzeichnis leeren
      enigma2-plugin-extensions-cocy_0.4\data.tar\data\usr\lib\enigma2\python\Plugins\SystemPlugins\CoCy <-- mit 7Zip entpacken und nach /usr/lib/enigma2/python/Plugins/SystemPlugins/CoCy/ kopieren

      Neustart
    • UPNP Media Renderer Plugin

      Mach die ssdp wieder rückgängig auf original. Da musstest eh noch nix schrauben, da ja cocy noch nicht installiert wurde. Dann nochmal Neustart.

      Zusammenfassend kann man jetzt folgendes sagen:
      Zur Installation braucht man folgende Sachen, egal für welche Architektur von Prozessor.

      Folgende Pakete müssen installiert sein.
      Spoiler anzeigen
      python-pip
      python-db
      python-subprocess
      python-xmlrpc
      python-json
      python-email
      python-image
      python-audio
      python-multiprocessing
      python-compile
      python-compression
      python-distutils
      python-sqlite3
      python-zlib
      python-mutagen
      python-unittest


      Ob alle Pakete installiert sind, kann man mit dem Befehl "opkg list | grep python" überprüfen. Wahrscheinlich wird python-pip fehlen.
      Es sind anscheinend auf dem Feed alle python Pakete bis auf das python-pip. Deshalb muss man python-pip manuell runterladen und installieren.
      Dies erfolgt wie im Beitrag 632 beschrieben. Hier nur die Schritte 1-5 ausführen.
      Danach kann das neue package enigma2-plugin-extensions-cocy_0.4.1.ipk installiert werden.
      Zuerst angehängte enigma2-plugin-extensions-cocy_0.4.1.ipk auf die Box ins Verzeichnis /tmp kopieren. Danach in Putty folgende Befehle ausführen.

      Quellcode

      1. cd /tmp
      2. opkg install --nodeps enigma2-plugin-extensions-cocy_0.4.1.ipk
      3. reboot
      Diese Paket wurde durch den Autor für beide Prozessortypen angepasst. Vielen Dank dafür.
      Dateien

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von hgdo ()

    • @BlackSun ..die ssdp wird immer frisch installiert, weil ich nach dem deinstall und reboot die restordner auch noch manuell lösche... dann probiere ich original - wenn nicht - dann angepasst...

      muss leider kurz dazwischen... nach dem erfolgreichen install siehe puttylog weiter oben habe ich reboot gemacht - nach Neustart kein Ton. Nochmal Reboot - Ton da... aaaber Renderer taucht weder unter musik, noch unter bilder, auch nicht unter Videos aufm iPad oder iPhone auf... nur auf einer app AMMC DLNA sieht man die vu solo 4k renderer… aber da wird nur das Bild schwarz ton weg wenn ich erst stop drücke, davor läuft tv als wäre nix. Ton weg Problem kommt aber sporatisch je nach Neustart... veränder habe ich am ganzen Plugin nix... unten die logs...

      ich glaub ich setz mal n backup auf...k a wass alles in der box jetzt so ist bei dem ganzen hin und her install und probierei..
      ..Wissen ist Macht, nichts wissen macht auch nichts :whistling: :thumbup:
      .. assdigger & sugar blower :crazy1:
    • Das kann nicht schaden. Ich habe auf dem iPhone auch meine Schwierigkeiten im Zusammenhang mit der DS Audio App von Synology. Das funktioniert irgendwie auch nicht richtig. Auf dem Android Tablet mit Fritz!App Media gehts besser. Diese App wiederum gibts aber für iOS wieder nicht. Ein Teufelskreis :)
    • Hab nun auch einen erneuten Versuch nach der Empfehlung von @BlackSun gestartet und auch hier fehlt python-pip... bekomme es aber leider nicht installiert: "ImportError: No module named pkgutil"


      Quellcode

      1. root@VUplusDuo:~# opkg list | grep python
      2. enigma2-data-xml - vti-11.0.2-20170822-r0r0 - enigma2-python version vti-11.0.2-20170822-r0r0
      3. enigma2-python - vti-11.0.2-20170822-r0r0 - enigma2-python version vti-11.0.2-20170822-r0r0
      4. enigma2-python-src - vti-11.0.2-20170822-r0r0 - enigma2-python version vti-11.0.2-20170822-r0r0
      5. libpyglib-2.0-python0 - 2.28.3-r0 - Python GObject bindings
      6. libpython2.7-1.0 - 2.7.9-r1-vuplus1 - The Python Programming Language
      7. mc-helpers-python - 4.8.13-r0-vuplus0 - Midnight Commander Python-based helper scripts
      8. python-2to3 - 2.7.9-r1-vuplus1 - Python automated Python 2 to 3 code translator
      9. python-argparse - 2.7.9-r1-vuplus1 - Python command line argument parser
      10. python-attrs - 16.2.0-r0 - python-attrs version 16.2.0-r0
      11. python-audio - 2.7.9-r1-vuplus1 - Python Audio Handling
      12. python-beautifulsoup4 - 4.5.1-r0 - python-beautifulsoup4 version 4.5.1-r0
      13. python-biplist - 0.9-r0 - python-biplist version 0.9-r0
      14. python-bsddb - 2.7.9-r1-vuplus1 - Python bindings for the Berkeley Database
      15. python-cffi - 1.4.1-r0 - Foreign Function Interface for Python calling C code.
      16. python-cfscrape - 1.6.6-r0 - A simple Python module to bypass Cloudflare's anti-bot page. See https://github.com/Anorov/cloudflare-scrape for more information.
      17. python-cheetah - 2.4.4-r3 - Python template engine and code generation tool
      18. python-codecs - 2.7.9-r1-vuplus1 - Python codecs, encodings & i18n support
      19. python-compile - 2.7.9-r1-vuplus1 - Python bytecode compilation support
      20. python-compiler - 2.7.9-r1-vuplus1 - Python compiler support
      21. python-compression - 2.7.9-r1-vuplus1 - Python high-level compression support
      22. python-constantly - 15.1.0-r0 - Symbolic constants in Python
      23. python-contextlib - 2.7.9-r1-vuplus1 - Python utilities for with-statementcontexts.
      24. python-core - 2.7.9-r1-vuplus1 - Python interpreter and core modules
      25. python-crypt - 2.7.9-r1-vuplus1 - Python basic cryptographic and hashing support
      26. python-cryptography - 1.5.2-r0 - Provides cryptographic recipes and primitives to Python developers
      27. python-ctypes - 2.7.9-r1-vuplus1 - Python C types support
      28. python-curses - 2.7.9-r1-vuplus1 - Python curses support
      29. python-cython - 0.20.2-r0 - python-cython version 0.20.2-r0
      30. python-daap - 0.7.1-r3-vuplus0 - A pure Python DAAP client implementation
      31. python-datetime - 2.7.9-r1-vuplus1 - Python calendar and time support
      32. python-db - 2.7.9-r1-vuplus1 - Python file-based database support
      33. python-dbus - 1.2.0-r0 - Python bindings for the DBus inter-process communication system
      34. python-debugger - 2.7.9-r1-vuplus1 - Python debugger
      35. python-dev - 2.7.2-r8.17
      36. python-difflib - 2.7.9-r1-vuplus1 - Python helpers for computing deltas between objects
      37. python-distribute - 0.6.32-ml5 - Download, build, install, upgrade, and uninstall Python packages
      38. python-distutils - 2.7.9-r1-vuplus1 - Python Distribution Utilities
      39. python-distutils-staticdev - 2.7.9-r1-vuplus1 - Python distribution utilities (static libraries)
      40. python-doctest - 2.7.9-r1-vuplus1 - Python framework for running examples in docstrings
      41. python-elementtree - 2.7.9-r1-vuplus1 - Python elementree
      42. python-email - 2.7.9-r1-vuplus1 - Python email support
      43. python-enum34 - 1.0.4-r0 - backport of Python 3.4's enum package
      44. python-fcntl - 2.7.9-r1-vuplus1 - Python's fcntl interface
      45. python-flickrapi - 1.4.2-r3 - The official Python interface to the Flickr API
      46. python-futures - 3.0.3-r0 - Backport of the concurrent.futures package from Python 3.2
      47. python-fuzzywuzzy - 0.15.0-r0 - Fuzzy string matching in python
      48. Fuzzy string matching in python.
      49. python-gdata - 2.0.14-r3 - Google Data APIs Python Client Library
      50. python-gdata-tests - 2.0.14-r3 - Google Data APIs Python Client Library
      51. python-gdbm - 2.7.9-r1-vuplus1 - Python GNU database support
      52. python-google-api-client - 1.4.0-r0 - Google API Client Library for Python
      53. python-hotshot - 2.7.9-r1-vuplus1 - Python hotshot performance profiler
      54. python-html - 2.7.9-r1-vuplus1 - Python HTML processing support
      55. python-httplib2 - 0.9.1-r0 - A comprehensive HTTP client library
      56. python-idle - 2.7.9-r1-vuplus1 - Python Integrated Development Environment
      57. python-idna - 2.2-r0 - python-idna version 2.2-r0
      58. python-idna version 2.2-r0.
      59. python-image - 2.7.9-r1-vuplus1 - Python graphical image handling
      60. python-imaging - 1.1.7-r5 - Python Imaging Library (PIL)
      61. python-importlib - 2.7.9-r1-vuplus1 - Python import implementation library
      62. python-incremental - 16.10.0-r0 - Incremental is a small library that versions your Python projects.
      63. python-io - 2.7.9-r1-vuplus1 - Python low-level I/O
      64. python-ipaddress - 1.0.17-r0 - IPv4/IPv6 manipulation library
      65. python-jpegtran-cffi - 0.5.2-r0 - Extremly fast, (mostly) lossless JPEG transformations
      66. python-js2py - 0.39-r0 - JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python.
      67. python-json - 2.7.9-r1-vuplus1 - Python JSON support
      68. python-lang - 2.7.9-r1-vuplus1 - Python low-level language support
      69. python-levenshtein - 0.12.0-r0 - python-levenshtein version 0.12.0-r0
      70. python-logging - 2.7.9-r1-vuplus1 - Python logging support
      71. python-m2crypto - 0.22.3-r0 - python-m2crypto version 0.22.3-r0
      72. python-mailbox - 2.7.9-r1-vuplus1 - Python mailbox format support
      73. python-man - 2.7.9-r1-vuplus1 - The Python Programming Language
      74. python-math - 2.7.9-r1-vuplus1 - Python math support
      75. python-mechanize - 0.2.5-r2 - python-mechanize version 0.2.5-r2
      76. python-mechanize-src - 0.2.5-r2 - python-mechanize version 0.2.5-r2
      77. python-mime - 2.7.9-r1-vuplus1 - Python MIME handling APIs
      78. python-misc - 2.7.9-r1-vuplus1 - The Python Programming Language
      79. python-mmap - 2.7.9-r1-vuplus1 - Python memory-mapped file support
      80. python-modules - 2.7.9-r1-vuplus1 - All Python modules
      81. python-multiprocessing - 2.7.9-r1-vuplus1 - Python multiprocessing support
      82. python-mutagen - 1.18-r3 - Module for manipulating ID3 (v1 + v2) tags in Python
      83. python-netclient - 2.7.9-r1-vuplus1 - Python Internet Protocol clients
      84. python-netserver - 2.7.9-r1-vuplus1 - Python Internet Protocol servers
      85. python-numbers - 2.7.9-r1-vuplus1 - Python number APIs
      86. python-oauth2client - 1.4.11-r0 - OAuth 2.0 client library
      87. python-pickle - 2.7.9-r1-vuplus1 - Python serialisation/persistence support
      88. python-pkgutil - 2.7.9-r1-vuplus1 - Python package extension utility support
      89. python-pprint - 2.7.9-r1-vuplus1 - Python pretty-print support
      90. python-profile - 2.7.9-r1-vuplus1 - Python basic performance profiling support
      91. python-psutil - 0.6.1-r0 - python-psutil version 0.6.1-r0
      92. python-pyasn1 - 0.1.9-r0 - python-pyasn1 version 0.1.9-r0
      93. python-pyasn1-modules - 0.0.8-r0 - python-pyasn1-modules version 0.0.8-r0
      94. python-pycparser - 2.14-r0 - C parser in Python
      95. python-pycrypto - 2.5-r2 - A collection of cryptographic algorithms and protocols
      96. python-pydoc - 2.7.9-r1-vuplus1 - Python interactive help support
      97. python-pyexecjs - 1.4.0-r0 - PyExecJS is a porting of ExecJS from Ruby. PyExecJS automatically picks the best runtime available to evaluate your JavaScript program.
      98. python-pygobject - 2.28.3-r0 - Python GObject bindings
      99. python-pyopenssl - 1:16.1.0-r0.vti01 - Simple Python wrapper around the OpenSSL library
      100. python-pyusb - 1.0.0a2-r1 - PyUSB provides USB access on the Python language
      101. python-re - 2.7.9-r1-vuplus1 - Python Regular Expression APIs
      102. python-readline - 2.7.9-r1-vuplus1 - Python readline support
      103. python-requests - 2.12.4-r0 - Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.
      104. python-resource - 2.7.9-r1-vuplus1 - Python resource control interface
      105. python-robotparser - 2.7.9-r1-vuplus1 - Python robots.txt parser
      106. python-service-identity - 16.0.0-r0.vti01 - Service identity verification for pyOpenSSL.
      107. python-shell - 2.7.9-r1-vuplus1 - Python shell-like functionality
      108. python-simplejson - 2.2.1-r1 - Simple, fast, extensible JSON encoder/decoder for Python
      109. python-singledispatch - 3.4.0.3-r0 - This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3.
      110. python-six - 1.9.0-r0 - Python 2 and 3 compatibility utilities
      111. python-smtpd - 2.7.9-r1-vuplus1 - Python Simple Mail Transport Daemon
      112. python-sqlite3 - 2.7.9-r1-vuplus1 - Python Sqlite3 database support
      113. python-sqlite3-tests - 2.7.9-r1-vuplus1 - Python Sqlite3 database support tests
      114. python-stringold - 2.7.9-r1-vuplus1 - Python string APIs [deprecated]
      115. python-subprocess - 2.7.9-r1-vuplus1 - Python subprocess support
      116. python-syslog - 2.7.9-r1-vuplus1 - Python syslog interface
      117. python-terminal - 2.7.9-r1-vuplus1 - Python terminal controlling support
      118. python-tests - 2.7.9-r1-vuplus1 - Python tests
      119. python-textutils - 2.7.9-r1-vuplus1 - Python option parsing, text wrapping and CSV support
      120. python-threading - 2.7.9-r1-vuplus1 - Python threading & synchronization support
      121. python-tkinter - 2.7.9-r1-vuplus1 - Python Tcl/Tk bindings
      122. python-transmissionrpc - 0.7+hg4fe71eb818d0-r1 - python-transmissionrpc version 0.7+hg4fe71eb818d0-r1
      123. Transmission RPC is a python module that can communicate with the
      124. python-twisted - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      125. python-twisted-bin - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      126. python-twisted-conch - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      127. python-twisted-core - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      128. python-twisted-mail - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      129. python-twisted-manhole - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      130. python-twisted-names - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      131. python-twisted-news - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      132. python-twisted-pair - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      133. python-twisted-positioning - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      134. python-twisted-protocols - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      135. python-twisted-protocols-haproxy - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      136. python-twisted-runner - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      137. python-twisted-test - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      138. python-twisted-trial - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      139. python-twisted-web - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      140. python-twisted-words - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      141. python-twisted-zsh - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      142. python-ultrajson - git-r02015-04-09-vti001 - UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 2.5+ and 3.
      143. python-unittest - 2.7.9-r1-vuplus1 - Python unit testing framework
      144. python-unixadmin - 2.7.9-r1-vuplus1 - Python Unix administration support
      145. python-uritemplate - 0.6-r0 - Python URI Templates
      146. python-wifi - 0.5.0-r2 - Provides access to Linux Wireless Extensions
      147. python-wifi-examples - 0.5.0-r2 - Provides access to Linux Wireless Extensions
      148. python-xml - 2.7.9-r1-vuplus1 - Python basic XML support
      149. python-xmlrpc - 2.7.9-r1-vuplus1 - Python XML-RPC support
      150. python-youtube-dl - git-r0 - Download videos from youtube.com or other video platforms
      151. python-zlib - 2.7.9-r1-vuplus1 - Python zlib compression support
      152. python-zopeinterface - 4.1.1-r0 - Interface definitions for Zope products
      153. python-zopeinterface-tests - 4.1.1-r0 - Interface definitions for Zope products
      154. root@VUplusDuo:~# python /tmp/get-pip.py
      155. Traceback (most recent call last):
      156. File "/tmp/get-pip.py", line 24, in <module>
      157. import pkgutil
      158. ImportError: No module named pkgutil
      159. root@VUplusDuo:~#
      Alles anzeigen
      P.S. Habe cocy über die Box deinstalliert... welche Verzeichnisse müssen denn noch manuell gelöscht werden?

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von LastBoyScout ()

    • UPNP Media Renderer Plugin

      Ok, es fehlt bei dir noch das Modul Python-pkgutil

      Befehl ausführen: opkg install Python-pkgutil

      Danach cocy Installation nochmal starten.

      Jetzt wärs schön, wenn ich Beitrag 686 nochmal erweitern/ändern könnte


      Gesendet von iPhone mit Tapatalk

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von BlackSun ()

    • Habe nun folgendermaßen installiert:

      1.

      Quellcode

      1. root@VUplusDuo:~# opkg install Python-pkgutil
      2. Unknown package 'Python-pkgutil'.
      3. Collected errors:
      4. * opkg_install_cmd: Cannot install package Python-pkgutil.
      5. root@VUplusDuo:~# opkg install python-pkgutil
      6. Installing python-pkgutil (2.7.9-r1-vuplus1) on root.
      7. Downloading: python-pkgutil_2.7.9-r1-vuplus1_mips32el.ipk
      8. Configuring python-pkgutil.
      9. root@VUplusDuo:~#
      2.

      Quellcode

      1. root@VUplusDuo:~# python /tmp/get-pip.py
      2. Collecting pip
      3. 0% | | 10kB 565kB/s eta 0:00:03
      4. 1% | | 20kB 523kB/s eta 0:00:03
      5. 2% | | 30kB 535kB/s eta 0:00:03
      6. 3% | | 40kB 544kB/s eta 0:00:03
      7. 3% |# | 51kB 545kB/s eta 0:00:03
      8. 4% |# | 61kB 589kB/s eta 0:00:03
      9. 5% |# | 71kB 464kB/s eta 0:00:03
      10. 6% |# | 81kB 504kB/s eta 0:00:03
      11. 6% |## | 92kB 519kB/s eta 0:00:03
      12. 7% |## | 102kB 531kB/s eta 0:00:03
      13. 8% |## | 112kB 560kB/s eta 0:00:03
      14. 9% |## | 122kB 576kB/s eta 0:00:03
      15. 10% |### | 133kB 584kB/s eta 0:00:03
      16. 10% |### | 143kB 616kB/s eta 0:00:02
      17. 11% |### | 153kB 629kB/s eta 0:00:02
      18. 12% |### | 163kB 637kB/s eta 0:00:02
      19. 13% |#### | 174kB 819kB/s eta 0:00:02
      20. 13% |#### | 184kB 771kB/s eta 0:00:02
      21. 14% |#### | 194kB 809kB/s eta 0:00:02
      22. 15% |#### | 204kB 807kB/s eta 0:00:02
      23. 16% |##### | 215kB 763kB/s eta 0:00:02
      24. 17% |##### | 225kB 811kB/s eta 0:00:02
      25. 17% |##### | 235kB 814kB/s eta 0:00:02
      26. 18% |##### | 245kB 819kB/s eta 0:00:02
      27. 19% |###### | 256kB 826kB/s eta 0:00:02
      28. 20% |###### | 266kB 789kB/s eta 0:00:02
      29. 20% |###### | 276kB 783kB/s eta 0:00:02
      30. 21% |###### | 286kB 836kB/s eta 0:00:02
      31. 22% |####### | 296kB 794kB/s eta 0:00:02
      32. 23% |####### | 307kB 840kB/s eta 0:00:02
      33. 23% |####### | 317kB 834kB/s eta 0:00:02
      34. 24% |####### | 327kB 787kB/s eta 0:00:02
      35. 25% |######## | 337kB 827kB/s eta 0:00:02
      36. 26% |######## | 348kB 771kB/s eta 0:00:02
      37. 27% |######## | 358kB 766kB/s eta 0:00:02
      38. 27% |######## | 368kB 800kB/s eta 0:00:02
      39. 28% |######### | 378kB 792kB/s eta 0:00:02
      40. 29% |######### | 389kB 786kB/s eta 0:00:02
      41. 30% |######### | 399kB 747kB/s eta 0:00:02
      42. 30% |######### | 409kB 713kB/s eta 0:00:02
      43. 31% |########## | 419kB 758kB/s eta 0:00:02
      44. 32% |########## | 430kB 759kB/s eta 0:00:02
      45. 33% |########## | 440kB 729kB/s eta 0:00:02
      46. 34% |########## | 450kB 776kB/s eta 0:00:02
      47. 34% |########### | 460kB 776kB/s eta 0:00:02
      48. 35% |########### | 471kB 779kB/s eta 0:00:02
      49. 36% |########### | 481kB 787kB/s eta 0:00:02
      50. 37% |########### | 491kB 737kB/s eta 0:00:02
      51. 37% |############ | 501kB 812kB/s eta 0:00:02
      52. 38% |############ | 512kB 800kB/s eta 0:00:02
      53. 39% |############ | 522kB 756kB/s eta 0:00:02
      54. 40% |############ | 532kB 801kB/s eta 0:00:01
      55. 41% |############# | 542kB 801kB/s eta 0:00:01
      56. 41% |############# | 552kB 803kB/s eta 0:00:01
      57. 42% |############# | 563kB 805kB/s eta 0:00:01
      58. 43% |############# | 573kB 762kB/s eta 0:00:01
      59. 44% |############## | 583kB 807kB/s eta 0:00:01
      60. 44% |############## | 593kB 823kB/s eta 0:00:01
      61. 45% |############## | 604kB 785kB/s eta 0:00:01
      62. 46% |############## | 614kB 843kB/s eta 0:00:01
      63. 47% |############### | 624kB 835kB/s eta 0:00:01
      64. 47% |############### | 634kB 829kB/s eta 0:00:01
      65. 48% |############### | 645kB 829kB/s eta 0:00:01
      66. 49% |############### | 655kB 782kB/s eta 0:00:01
      67. 50% |################ | 665kB 820kB/s eta 0:00:01
      68. 51% |################ | 675kB 811kB/s eta 0:00:01
      69. 51% |################ | 686kB 752kB/s eta 0:00:01
      70. 52% |################ | 696kB 793kB/s eta 0:00:01
      71. 53% |################# | 706kB 792kB/s eta 0:00:01
      72. 54% |################# | 716kB 794kB/s eta 0:00:01
      73. 54% |################# | 727kB 803kB/s eta 0:00:01
      74. 55% |################# | 737kB 762kB/s eta 0:00:01
      75. 56% |################## | 747kB 807kB/s eta 0:00:01
      76. 57% |################## | 757kB 809kB/s eta 0:00:01
      77. 58% |################## | 768kB 769kB/s eta 0:00:01
      78. 58% |################## | 778kB 823kB/s eta 0:00:01
      79. 59% |################### | 788kB 840kB/s eta 0:00:01
      80. 60% |################### | 798kB 842kB/s eta 0:00:01
      81. 61% |################### | 808kB 843kB/s eta 0:00:01
      82. 61% |################### | 819kB 795kB/s eta 0:00:01
      83. 62% |#################### | 829kB 844kB/s eta 0:00:01
      84. 63% |#################### | 839kB 824kB/s eta 0:00:01
      85. 64% |#################### | 849kB 746kB/s eta 0:00:01
      86. 64% |#################### | 860kB 788kB/s eta 0:00:01
      87. 65% |##################### | 870kB 789kB/s eta 0:00:01
      88. 66% |##################### | 880kB 783kB/s eta 0:00:01
      89. 67% |##################### | 890kB 780kB/s eta 0:00:01
      90. 68% |##################### | 901kB 739kB/s eta 0:00:01
      91. 68% |###################### | 911kB 780kB/s eta 0:00:01
      92. 69% |###################### | 921kB 780kB/s eta 0:00:01
      93. 70% |###################### | 931kB 733kB/s eta 0:00:01
      94. 71% |###################### | 942kB 792kB/s eta 0:00:01
      95. 71% |####################### | 952kB 823kB/s eta 0:00:01
      96. 72% |####################### | 962kB 820kB/s eta 0:00:01
      97. 73% |####################### | 972kB 820kB/s eta 0:00:01
      98. 74% |####################### | 983kB 764kB/s eta 0:00:01
      99. 75% |######################## | 993kB 796kB/s eta 0:00:01
      100. 75% |######################## | 1.0MB 785kB/s eta 0:00:01
      101. 76% |######################## | 1.0MB 734kB/s eta 0:00:01
      102. 77% |######################## | 1.0MB 769kB/s eta 0:00:01
      103. 78% |######################### | 1.0MB 767kB/s eta 0:00:01
      104. 78% |######################### | 1.0MB 762kB/s eta 0:00:01
      105. 79% |######################### | 1.1MB 758kB/s eta 0:00:01
      106. 80% |######################### | 1.1MB 717kB/s eta 0:00:01
      107. 81% |######################### | 1.1MB 751kB/s eta 0:00:01
      108. 82% |########################## | 1.1MB 761kB/s eta 0:00:01
      109. 82% |########################## | 1.1MB 726kB/s eta 0:00:01
      110. 83% |########################## | 1.1MB 767kB/s eta 0:00:01
      111. 84% |########################## | 1.1MB 770kB/s eta 0:00:01
      112. 85% |########################### | 1.1MB 767kB/s eta 0:00:01
      113. 85% |########################### | 1.1MB 770kB/s eta 0:00:01
      114. 86% |########################### | 1.1MB 726kB/s eta 0:00:01
      115. 87% |########################### | 1.2MB 762kB/s eta 0:00:01
      116. 88% |############################ | 1.2MB 764kB/s eta 0:00:01
      117. 88% |############################ | 1.2MB 724kB/s eta 0:00:01
      118. 89% |############################ | 1.2MB 768kB/s eta 0:00:01
      119. 90% |############################ | 1.2MB 777kB/s eta 0:00:01
      120. 91% |############################# | 1.2MB 784kB/s eta 0:00:01
      121. 92% |############################# | 1.2MB 789kB/s eta 0:00:01
      122. 92% |############################# | 1.2MB 755kB/s eta 0:00:01
      123. 93% |############################# | 1.2MB 803kB/s eta 0:00:01
      124. 94% |############################## | 1.2MB 811kB/s eta 0:00:01
      125. 95% |############################## | 1.3MB 777kB/s eta 0:00:01
      126. 95% |############################## | 1.3MB 827kB/s eta 0:00:01
      127. 96% |############################## | 1.3MB 833kB/s eta 0:00:01
      128. 97% |############################### | 1.3MB 837kB/s eta 0:00:01
      129. 98% |############################### | 1.3MB 837kB/s eta 0:00:01
      130. 99% |############################### | 1.3MB 790kB/s eta 0:00:01
      131. 99% |############################### | 1.3MB 837kB/s eta 0:00:01
      132. 100% |################################| 1.3MB 95kB/s
      133. Downloading https://files.pythonhosted.org/packages/ff/47/1dfa4795e24fd6f93d5d58602dd716c3f101cfd5a77cd9acbe519b44a0a9/wheel-0.32.3-py2.py3-none-any.whl
      134. Installing collected packages: pip, wheel
      135. Successfully installed pip-18.1 wheel-0.32.3
      136. root@VUplusDuo:~# pip -V
      137. pip 18.1 from /usr/lib/python2.7/site-packages/pip (python 2.7)
      138. root@VUplusDuo:~#
      Alles anzeigen

      3.

      Quellcode

      1. root@VUplusDuo:~# cd /tmp
      2. root@VUplusDuo:/var/volatile/tmp# opkg install --nodeps enigma2-plugin-extensions-cocy_0.4.1.ipk
      3. Installing enigma2-plugin-extensions-cocy (0.4.1) on root.
      4. Configuring enigma2-plugin-extensions-cocy.
      5. Requirement already satisfied: cocy==0.3 in /usr/lib/python2.7/site-packages/cocy-0.3-py2.7.egg (0.3)
      6. Collecting circuits==3.2 (from cocy==0.3)
      7. 6% |## | 10kB 566kB/s eta 0:00:01
      8. 13% |#### | 20kB 642kB/s eta 0:00:01
      9. 20% |###### | 30kB 660kB/s eta 0:00:01
      10. 27% |######## | 40kB 659kB/s eta 0:00:01
      11. 33% |########## | 51kB 661kB/s eta 0:00:01
      12. 40% |############ | 61kB 720kB/s eta 0:00:01
      13. 47% |############### | 71kB 710kB/s eta 0:00:01
      14. 54% |################# | 81kB 705kB/s eta 0:00:01
      15. 60% |################### | 92kB 743kB/s eta 0:00:01
      16. 67% |##################### | 102kB 733kB/s eta 0:00:01
      17. 74% |####################### | 112kB 794kB/s eta 0:00:01
      18. 81% |######################### | 122kB 784kB/s eta 0:00:01
      19. 87% |############################ | 133kB 780kB/s eta 0:00:01
      20. 94% |############################## | 143kB 830kB/s eta 0:00:01
      21. 100% |################################| 153kB 115kB/s
      22. Requirement already satisfied: rbtranslations in /usr/lib/python2.7/site-packages/rbtranslations-0.9.5-py2.7.egg (from cocy==0.3) (0.9.5)
      23. Requirement already satisfied: circuits-bricks==0.4.4 in /usr/lib/python2.7/site-packages/circuits_bricks-0.4.4-py2.7.egg (from cocy==0.3) (0.4.4)
      24. Installing collected packages: circuits
      25. Successfully installed circuits-3.2
      26. root@VUplusDuo:/var/volatile/tmp# reboot
      27. Broadcast message from root@VUplusDuo (pts/0) (Thu Jan 3 23:36:03 2019):
      28. The system is going down for reboot NOW!
      29. root@VUplusDuo:/var/volatile/tmp#
      Alles anzeigen

      Scheint mir nun soweit auch alles ok... Nur wird die Box noch nicht als Wiedergabegerät im Netz angezeigt. Muss ich auch hier evtl. noch ne Datei anpassen?

      P.S. Die Box zeigt bei den Erweiterungen noch folgende Meldung:
      _20190103_235932.JPG
    • UPNP Media Renderer Plugin

      Sehr schön.

      Mit welcher App versuchst du es gerade? Bei Android funktioniert Fritzapp Media nach meinen Tests am besten.

      Für iOS hab ich noch keine Empfehlung. DS Audio hab ich auf iohone, da ich eine Synology nas habe. Funktioniert aber nicht einwandfrei.

      Zeig noch dein cocy.log unter var/log her.

      Die Fehlermeldung stammt bestimmt von deinen Versuchen cocy 0.2 zu installieren. Das wäre unter systemplugin installiert worden. Jetzt ist’s ja unter Extensions.

      Ich würd an deiner Stelle jetzt dann sowieso ein hoffentlich zuvor erstelltes Image einspielen und cocy nochmal installieren. Dann ist der Fehler auch weg.


      Gesendet von iPhone mit Tapatalk

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von BlackSun ()

    • Hatte es natürlich vorher deinstalliert und da gab's keine Meldung mehr...

      Die log ist bei mir nicht vorhanden.

      Was ist mit der ssdp.py muss die noch ausgetauscht werden? Oder irgendwo die IP der Box eingetragen werden?

      Nutze Fritz!AAP Media.
      Unter Android sind UPnP Scanner und UPnP Tool für die Analyse des Netz m.E. auch nicht schlecht.

      P.S. Backup ist für den Notfall natürlich auch vorhanden.
    • UPNP Media Renderer Plugin

      Kann es sein das die Logs auf einer Box evtl. in einem anderen Pfad als var/log

      Wenn cocy läuft, wird dadurch auch die cocy.log erstellt.

      Die Datei ssdp muss nur bearbeitet werden wenn gethostname nicht aufgelöst werden kann. War bei mir nicht der Fall. Da hab ich nix gemacht.

      Gesendet von iPhone mit Tapatalk

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von BlackSun ()

    • Torbin schrieb:

      Ein Backup flashen würde ich immer einer Deinstallation vorziehen. Somit bist du auf der sicheren Seite, dass keine Altlasten da sind.
      Und da bist dir sicher ? ;)
      ----------------------------------------------------------------------------------------------------------------------------------------------------------------
      KAPIERVORGANG beendet.

      Zubehör : Philips 46PFL-9705 / 37PFL-9604, Samsung HT-E6759W, Samsung SPF 107H-105P-87H, Qnap TS-253A, Harmony 650, Fritzbox 7490, Cisco WAP4410N, Netgear M4100-D12G, TPLink HS100/HS110/LB110
    • Um PIP durchlaufen zu lassen, wollte meine Ultimo4k noch python-xmlrpc und python-compile haben. Einfach per opkg install installieren.
      Allerdings weigert sich Cocy wegen pip immer noch zu installieren. pip -V sagt aber, dass 18.1 installiert ist. Vielleicht nach einem Reboot, aber zur Zeit läuft noch eine Aufnahme. Weiter also morgen.

      SB
    • So und weiter gehts...

      Habe nun mein Backup von vor dem ganzen Installations- Kuddelmuddel zurück gespielt.

      Als nächstes erfolgreiche Installation von Python-pkgutil.

      Dann wollte ich pip installieren und er jammert nun über ein fehlendes xmlrpclib:

      Quellcode

      1. root@VUplusDuo:~# python /tmp/get-pip.py
      2. Traceback (most recent call last):
      3. File "/tmp/get-pip.py", line 20890, in <module>
      4. main()
      5. File "/tmp/get-pip.py", line 197, in main
      6. bootstrap(tmpdir=tmpdir)
      7. File "/tmp/get-pip.py", line 82, in bootstrap
      8. import pip._internal
      9. File "/tmp/tmpKI4HT_/pip.zip/pip/_internal/__init__.py", line 40, in <module>
      10. File "/tmp/tmpKI4HT_/pip.zip/pip/_internal/cli/autocompletion.py", line 8, in <module>
      11. File "/tmp/tmpKI4HT_/pip.zip/pip/_internal/cli/main_parser.py", line 12, in <module>
      12. File "/tmp/tmpKI4HT_/pip.zip/pip/_internal/commands/__init__.py", line 6, in <module>
      13. File "/tmp/tmpKI4HT_/pip.zip/pip/_internal/commands/completion.py", line 6, in <module>
      14. File "/tmp/tmpKI4HT_/pip.zip/pip/_internal/cli/base_command.py", line 18, in <module>
      15. File "/tmp/tmpKI4HT_/pip.zip/pip/_internal/download.py", line 26, in <module>
      16. File "/tmp/tmpKI4HT_/pip.zip/pip/_vendor/six.py", line 203, in load_module
      17. return mod
      18. File "/tmp/tmpKI4HT_/pip.zip/pip/_vendor/six.py", line 115, in _resolve
      19. def __getattr__(self, attr):
      20. File "/tmp/tmpKI4HT_/pip.zip/pip/_vendor/six.py", line 82, in _import_module
      21. ImportError: No module named xmlrpclib
      22. root@VUplusDuo:~#
      Alles anzeigen

      Also nochmal diePakete überprüft und xmlrpc ist vorhanden, oder ist xmlrpclib wieder was anderes:

      Quellcode

      1. root@VUplusDuo:~# opkg list | grep python
      2. enigma2-data-xml - vti-11.0.2-20170822-r0r0 - enigma2-python version vti-11.0.2-20170822-r0r0
      3. enigma2-python - vti-11.0.2-20170822-r0r0 - enigma2-python version vti-11.0.2-20170822-r0r0
      4. enigma2-python-src - vti-11.0.2-20170822-r0r0 - enigma2-python version vti-11.0.2-20170822-r0r0
      5. libpyglib-2.0-python0 - 2.28.3-r0 - Python GObject bindings
      6. libpython2.7-1.0 - 2.7.9-r1-vuplus1 - The Python Programming Language
      7. mc-helpers-python - 4.8.13-r0-vuplus0 - Midnight Commander Python-based helper scripts
      8. python-2to3 - 2.7.9-r1-vuplus1 - Python automated Python 2 to 3 code translator
      9. python-argparse - 2.7.9-r1-vuplus1 - Python command line argument parser
      10. python-attrs - 16.2.0-r0 - python-attrs version 16.2.0-r0
      11. python-audio - 2.7.9-r1-vuplus1 - Python Audio Handling
      12. python-beautifulsoup4 - 4.5.1-r0 - python-beautifulsoup4 version 4.5.1-r0
      13. python-biplist - 0.9-r0 - python-biplist version 0.9-r0
      14. python-bsddb - 2.7.9-r1-vuplus1 - Python bindings for the Berkeley Database
      15. python-cffi - 1.4.1-r0 - Foreign Function Interface for Python calling C code.
      16. python-cfscrape - 1.6.6-r0 - A simple Python module to bypass Cloudflare's anti-bot page. See https://github.com/Anorov/cloudflare-scrape for more information.
      17. python-cheetah - 2.4.4-r3 - Python template engine and code generation tool
      18. python-codecs - 2.7.9-r1-vuplus1 - Python codecs, encodings & i18n support
      19. python-compile - 2.7.9-r1-vuplus1 - Python bytecode compilation support
      20. python-compiler - 2.7.9-r1-vuplus1 - Python compiler support
      21. python-compression - 2.7.9-r1-vuplus1 - Python high-level compression support
      22. python-constantly - 15.1.0-r0 - Symbolic constants in Python
      23. python-contextlib - 2.7.9-r1-vuplus1 - Python utilities for with-statementcontexts.
      24. python-core - 2.7.9-r1-vuplus1 - Python interpreter and core modules
      25. python-crypt - 2.7.9-r1-vuplus1 - Python basic cryptographic and hashing support
      26. python-cryptography - 1.5.2-r0 - Provides cryptographic recipes and primitives to Python developers
      27. python-ctypes - 2.7.9-r1-vuplus1 - Python C types support
      28. python-curses - 2.7.9-r1-vuplus1 - Python curses support
      29. python-cython - 0.20.2-r0 - python-cython version 0.20.2-r0
      30. python-daap - 0.7.1-r3-vuplus0 - A pure Python DAAP client implementation
      31. python-datetime - 2.7.9-r1-vuplus1 - Python calendar and time support
      32. python-db - 2.7.9-r1-vuplus1 - Python file-based database support
      33. python-dbus - 1.2.0-r0 - Python bindings for the DBus inter-process communication system
      34. python-debugger - 2.7.9-r1-vuplus1 - Python debugger
      35. python-difflib - 2.7.9-r1-vuplus1 - Python helpers for computing deltas between objects
      36. python-distribute - 0.6.32-ml5 - Download, build, install, upgrade, and uninstall Python packages
      37. python-distutils - 2.7.9-r1-vuplus1 - Python Distribution Utilities
      38. python-distutils-staticdev - 2.7.9-r1-vuplus1 - Python distribution utilities (static libraries)
      39. python-doctest - 2.7.9-r1-vuplus1 - Python framework for running examples in docstrings
      40. python-elementtree - 2.7.9-r1-vuplus1 - Python elementree
      41. python-email - 2.7.9-r1-vuplus1 - Python email support
      42. python-enum34 - 1.0.4-r0 - backport of Python 3.4's enum package
      43. python-fcntl - 2.7.9-r1-vuplus1 - Python's fcntl interface
      44. python-flickrapi - 1.4.2-r3 - The official Python interface to the Flickr API
      45. python-futures - 3.0.3-r0 - Backport of the concurrent.futures package from Python 3.2
      46. python-fuzzywuzzy - 0.15.0-r0 - Fuzzy string matching in python
      47. Fuzzy string matching in python.
      48. python-gdata - 2.0.14-r3 - Google Data APIs Python Client Library
      49. python-gdata-tests - 2.0.14-r3 - Google Data APIs Python Client Library
      50. python-gdbm - 2.7.9-r1-vuplus1 - Python GNU database support
      51. python-google-api-client - 1.4.0-r0 - Google API Client Library for Python
      52. python-hotshot - 2.7.9-r1-vuplus1 - Python hotshot performance profiler
      53. python-html - 2.7.9-r1-vuplus1 - Python HTML processing support
      54. python-httplib2 - 0.9.1-r0 - A comprehensive HTTP client library
      55. python-idle - 2.7.9-r1-vuplus1 - Python Integrated Development Environment
      56. python-idna - 2.2-r0 - python-idna version 2.2-r0
      57. python-idna version 2.2-r0.
      58. python-image - 2.7.9-r1-vuplus1 - Python graphical image handling
      59. python-imaging - 1.1.7-r5 - Python Imaging Library (PIL)
      60. python-importlib - 2.7.9-r1-vuplus1 - Python import implementation library
      61. python-incremental - 16.10.0-r0 - Incremental is a small library that versions your Python projects.
      62. python-io - 2.7.9-r1-vuplus1 - Python low-level I/O
      63. python-ipaddress - 1.0.17-r0 - IPv4/IPv6 manipulation library
      64. python-jpegtran-cffi - 0.5.2-r0 - Extremly fast, (mostly) lossless JPEG transformations
      65. python-js2py - 0.39-r0 - JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python.
      66. python-json - 2.7.9-r1-vuplus1 - Python JSON support
      67. python-lang - 2.7.9-r1-vuplus1 - Python low-level language support
      68. python-levenshtein - 0.12.0-r0 - python-levenshtein version 0.12.0-r0
      69. python-logging - 2.7.9-r1-vuplus1 - Python logging support
      70. python-m2crypto - 0.22.3-r0 - python-m2crypto version 0.22.3-r0
      71. python-mailbox - 2.7.9-r1-vuplus1 - Python mailbox format support
      72. python-man - 2.7.9-r1-vuplus1 - The Python Programming Language
      73. python-math - 2.7.9-r1-vuplus1 - Python math support
      74. python-mechanize - 0.2.5-r2 - python-mechanize version 0.2.5-r2
      75. python-mechanize-src - 0.2.5-r2 - python-mechanize version 0.2.5-r2
      76. python-mime - 2.7.9-r1-vuplus1 - Python MIME handling APIs
      77. python-misc - 2.7.9-r1-vuplus1 - The Python Programming Language
      78. python-mmap - 2.7.9-r1-vuplus1 - Python memory-mapped file support
      79. python-modules - 2.7.9-r1-vuplus1 - All Python modules
      80. python-multiprocessing - 2.7.9-r1-vuplus1 - Python multiprocessing support
      81. python-mutagen - 1.18-r3 - Module for manipulating ID3 (v1 + v2) tags in Python
      82. python-netclient - 2.7.9-r1-vuplus1 - Python Internet Protocol clients
      83. python-netserver - 2.7.9-r1-vuplus1 - Python Internet Protocol servers
      84. python-numbers - 2.7.9-r1-vuplus1 - Python number APIs
      85. python-oauth2client - 1.4.11-r0 - OAuth 2.0 client library
      86. python-pickle - 2.7.9-r1-vuplus1 - Python serialisation/persistence support
      87. python-pkgutil - 2.7.9-r1-vuplus1 - Python package extension utility support
      88. python-pprint - 2.7.9-r1-vuplus1 - Python pretty-print support
      89. python-profile - 2.7.9-r1-vuplus1 - Python basic performance profiling support
      90. python-psutil - 0.6.1-r0 - python-psutil version 0.6.1-r0
      91. python-pyasn1 - 0.1.9-r0 - python-pyasn1 version 0.1.9-r0
      92. python-pyasn1-modules - 0.0.8-r0 - python-pyasn1-modules version 0.0.8-r0
      93. python-pycparser - 2.14-r0 - C parser in Python
      94. python-pycrypto - 2.5-r2 - A collection of cryptographic algorithms and protocols
      95. python-pydoc - 2.7.9-r1-vuplus1 - Python interactive help support
      96. python-pyexecjs - 1.4.0-r0 - PyExecJS is a porting of ExecJS from Ruby. PyExecJS automatically picks the best runtime available to evaluate your JavaScript program.
      97. python-pygobject - 2.28.3-r0 - Python GObject bindings
      98. python-pyopenssl - 1:16.1.0-r0.vti01 - Simple Python wrapper around the OpenSSL library
      99. python-pyusb - 1.0.0a2-r1 - PyUSB provides USB access on the Python language
      100. python-re - 2.7.9-r1-vuplus1 - Python Regular Expression APIs
      101. python-readline - 2.7.9-r1-vuplus1 - Python readline support
      102. python-requests - 2.12.4-r0 - Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.
      103. python-resource - 2.7.9-r1-vuplus1 - Python resource control interface
      104. python-robotparser - 2.7.9-r1-vuplus1 - Python robots.txt parser
      105. python-service-identity - 16.0.0-r0.vti01 - Service identity verification for pyOpenSSL.
      106. python-shell - 2.7.9-r1-vuplus1 - Python shell-like functionality
      107. python-simplejson - 2.2.1-r1 - Simple, fast, extensible JSON encoder/decoder for Python
      108. python-singledispatch - 3.4.0.3-r0 - This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3.
      109. python-six - 1.9.0-r0 - Python 2 and 3 compatibility utilities
      110. python-smtpd - 2.7.9-r1-vuplus1 - Python Simple Mail Transport Daemon
      111. python-sqlite3 - 2.7.9-r1-vuplus1 - Python Sqlite3 database support
      112. python-sqlite3-tests - 2.7.9-r1-vuplus1 - Python Sqlite3 database support tests
      113. python-stringold - 2.7.9-r1-vuplus1 - Python string APIs [deprecated]
      114. python-subprocess - 2.7.9-r1-vuplus1 - Python subprocess support
      115. python-syslog - 2.7.9-r1-vuplus1 - Python syslog interface
      116. python-terminal - 2.7.9-r1-vuplus1 - Python terminal controlling support
      117. python-tests - 2.7.9-r1-vuplus1 - Python tests
      118. python-textutils - 2.7.9-r1-vuplus1 - Python option parsing, text wrapping and CSV support
      119. python-threading - 2.7.9-r1-vuplus1 - Python threading & synchronization support
      120. python-tkinter - 2.7.9-r1-vuplus1 - Python Tcl/Tk bindings
      121. python-transmissionrpc - 0.7+hg4fe71eb818d0-r1 - python-transmissionrpc version 0.7+hg4fe71eb818d0-r1
      122. Transmission RPC is a python module that can communicate with the
      123. python-twisted - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      124. python-twisted-bin - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      125. python-twisted-conch - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      126. python-twisted-core - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      127. python-twisted-mail - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      128. python-twisted-manhole - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      129. python-twisted-names - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      130. python-twisted-news - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      131. python-twisted-pair - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      132. python-twisted-positioning - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      133. python-twisted-protocols - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      134. python-twisted-protocols-haproxy - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      135. python-twisted-runner - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      136. python-twisted-test - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      137. python-twisted-trial - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      138. python-twisted-web - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      139. python-twisted-words - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      140. python-twisted-zsh - 16.2.0-r0.vti04 - python-twisted version 16.2.0-r0.vti04
      141. python-ultrajson - git-r02015-04-09-vti001 - UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 2.5+ and 3.
      142. python-unittest - 2.7.9-r1-vuplus1 - Python unit testing framework
      143. python-unixadmin - 2.7.9-r1-vuplus1 - Python Unix administration support
      144. python-uritemplate - 0.6-r0 - Python URI Templates
      145. python-wifi - 0.5.0-r2 - Provides access to Linux Wireless Extensions
      146. python-wifi-examples - 0.5.0-r2 - Provides access to Linux Wireless Extensions
      147. python-xml - 2.7.9-r1-vuplus1 - Python basic XML support
      148. python-xmlrpc - 2.7.9-r1-vuplus1 - Python XML-RPC support
      149. python-youtube-dl - git-r0 - Download videos from youtube.com or other video platforms
      150. python-zlib - 2.7.9-r1-vuplus1 - Python zlib compression support
      151. python-zopeinterface - 4.1.1-r0 - Interface definitions for Zope products
      152. python-zopeinterface-tests - 4.1.1-r0 - Interface definitions for Zope products
      153. root@VUplusDuo:~#
      Alles anzeigen

      Einziger Unterschied zum vorhergehenden Installationsversuch ist doch, dass mir in der Auflistung nun python-dev fehlt... Aber dies wird ja wohl auch nicht benötigt!?

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von LastBoyScout ()

    • Torbin schrieb:


      ....
      enigma2-plugin-extensions-cocy_0.4\data.tar\data\usr\lib\enigma2\python\Plugins\SystemPlugins\CoCy <-- mit 7Zip entpacken und nach /usr/lib/enigma2/python/Plugins/SystemPlugins/CoCy/ kopieren
      @Toprbin - diese Zeile ist für mich unverständlich... woher nehme ich das was ich mit 7 zip entpacken soll... ??!! ich will nur n bisschen Klarheit, bevor ich meine box zurück setze und mit testen wieder zumüll
      ..Wissen ist Macht, nichts wissen macht auch nichts :whistling: :thumbup:
      .. assdigger & sugar blower :crazy1: