Video Player Simple
-
- Member
- Beiträge: 713
- Registriert: 31 Jan 2017 15:27
- Hat gedankt: 26 Mal
- Hat Dank erhalten: 278 Mal
Video Player Simple
wieder mal ein Bastelplugin von mir, habe es aus mehreren Plugins zusammengestellt, ich wollte einen simplen Player ohne Schnickschnack haben (VideoPlayerSimple), spielt Video und Music Files ab oder mixed, kleine Bedienung (Tastenzuordnung) gibts auf Help oder Info
[ATTACH]76112[/ATTACH]
[ATTACH]76112[/ATTACH]
- Dateianhänge
-
- enigma2-plugin-extensions-videoplayer-simple_1.1_all.ipk
- (20.7 KiB) 82-mal heruntergeladen
-
- Member
- Beiträge: 713
- Registriert: 31 Jan 2017 15:27
- Hat gedankt: 26 Mal
- Hat Dank erhalten: 278 Mal
habe Picture Player miteingebaut, nun spielt Video Player Simple alle Mediafiles ab (wenn die Box dass kann, es ist und bleibt nur eine Dateiliste), Hilfe auf der Help Taste (mehrere Seiten), getestet auf OpenPLi
- Dateianhänge
-
- enigma2-plugin-extensions-videoplayer-simple_2.1_all.ipk
- (34.74 KiB) 34-mal heruntergeladen
-
- Member
- Beiträge: 713
- Registriert: 31 Jan 2017 15:27
- Hat gedankt: 26 Mal
- Hat Dank erhalten: 278 Mal
zusätzliche Unterstützung für .m3u, .m3u8, userbouquet.*.tv, userbouquet.*.radio, nun kann als IPTV Player genutzt werden
in dem .ipk file gab es einen Fehler, bitte nochmal herunterladen,ich vergass es zu erwähnen, es ist für python2
in dem .ipk file gab es einen Fehler, bitte nochmal herunterladen,ich vergass es zu erwähnen, es ist für python2
- Dateianhänge
-
- enigma2-plugin-extensions-videoplayer-simple_2.2_all.ipk
- (38.21 KiB) 52-mal heruntergeladen
-
- VIP
- Beiträge: 1484
- Registriert: 27 Apr 2020 16:25
- Hat gedankt: 287 Mal
- Hat Dank erhalten: 686 Mal
Schreib doch bitte dazu das es nur unter Python 2.x(7) läuft?
Code: Alles auswählen
else:
self.session.openWithCallback(self.callbackView, PictureExplorer, self.filename, self.filelist.getCurrentDirectory())
except Exception, e:
print "[Video Player Simple] error Picture Player:", e
-
- Beginners
- Beiträge: 17
- Registriert: 01 Feb 2021 12:21
- Wohnort: Becej / Serbia
- Receiver 1: Octagon SF8008 Twin / OpenATV 7.3 / PurE2 7.3
- Receiver 2: Axas HIS 4K Combo / OpenATV 7.3
- Receiver 3: Vu+ Zero / PurE2 6.5
- Receiver 4: Vu+ UNO / OpenPLi 4.0
- Receiver 5: Evo Enfinity / OpenPLi 4.0
- Hat gedankt: 2 Mal
- Hat Dank erhalten: 1 Mal
I tried to convert it using 2to3 with python 3.9/3.10/3.11 - with no luck i get an error converting plugin.py :
RefactoringTool: Skipping optional fixer: buffer
RefactoringTool: Skipping optional fixer: idioms
RefactoringTool: Skipping optional fixer: set_literal
RefactoringTool: Skipping optional fixer: ws_comma
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Tools\scripts\2to3.py", line 5, in <module>
sys.exit(main("lib2to3.fixes"))
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\main.py", line 263, in main
rt.refactor(args, options.write, options.doctests_only,
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\refactor.py", line 690, in refactor
return super(MultiprocessRefactoringTool, self).refactor(
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\refactor.py", line 284, in refactor
self.refactor_dir(dir_or_file, write, doctests_only)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\refactor.py", line 304, in refactor_dir
self.refactor_file(fullname, write, doctests_only)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\refactor.py", line 731, in refactor_file
return super(MultiprocessRefactoringTool, self).refactor_file(
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\refactor.py", line 326, in refactor_file
input, encoding = self._read_python_source(filename)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\refactor.py", line 322, in _read_python_source
return f.read(), encoding
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb4 in position 21273: invalid start byte
RefactoringTool: Skipping optional fixer: buffer
RefactoringTool: Skipping optional fixer: idioms
RefactoringTool: Skipping optional fixer: set_literal
RefactoringTool: Skipping optional fixer: ws_comma
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python311\Tools\scripts\2to3.py", line 5, in <module>
sys.exit(main("lib2to3.fixes"))
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\main.py", line 263, in main
rt.refactor(args, options.write, options.doctests_only,
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\refactor.py", line 690, in refactor
return super(MultiprocessRefactoringTool, self).refactor(
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\refactor.py", line 284, in refactor
self.refactor_dir(dir_or_file, write, doctests_only)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\refactor.py", line 304, in refactor_dir
self.refactor_file(fullname, write, doctests_only)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\refactor.py", line 731, in refactor_file
return super(MultiprocessRefactoringTool, self).refactor_file(
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\refactor.py", line 326, in refactor_file
input, encoding = self._read_python_source(filename)
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\lib2to3\refactor.py", line 322, in _read_python_source
return f.read(), encoding
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb4 in position 21273: invalid start byte
-
- Member
- Beiträge: 713
- Registriert: 31 Jan 2017 15:27
- Hat gedankt: 26 Mal
- Hat Dank erhalten: 278 Mal
hier die .ipk, Ich konnte noch paar Fehler beseitigen, vor der Installation dieser Version die alte Version deinstallieren, das Verzeichnis VideoPlayerSimple löschen und Enigma2 neustarten, Ich hab es mit einem py2 Image am Laufen, konnte es aber auch mit ATV 7.3 testen, soweit so gut, Fehler sind allerdings nicht auszuschließen
- Dateianhänge
-
- enigma2-plugin-extensions-videoplayer-simple_3.0_all.ipk
- (17.21 KiB) 42-mal heruntergeladen
-
- Member
- Beiträge: 713
- Registriert: 31 Jan 2017 15:27
- Hat gedankt: 26 Mal
- Hat Dank erhalten: 278 Mal
.pls extenion hinzugefügt (internet play list)
PLS (Dateiformat) – Wikipedia
.pls wird intern neben .e2pls als e2 playlist verwendet, wer noch die Dateien hat bitte in .e2pls umbenennen, sonst kommt das plugin damit nicht klar, weil nun .pls für internet playlists verwendet wird
e2pls wird so aufgebaut
4097:0:0:0:0:0:0:0:0:0:/tmp/PavarottiOSoleMio.ts
4097:0:0:0:0:0:0:0:0:0:/tmp/Example.mp3
siehe auch:
viewtopic.php?t=64249
das plugin.py umtauschen und e2 neustarten
PLS (Dateiformat) – Wikipedia
.pls wird intern neben .e2pls als e2 playlist verwendet, wer noch die Dateien hat bitte in .e2pls umbenennen, sonst kommt das plugin damit nicht klar, weil nun .pls für internet playlists verwendet wird
e2pls wird so aufgebaut
4097:0:0:0:0:0:0:0:0:0:/tmp/PavarottiOSoleMio.ts
4097:0:0:0:0:0:0:0:0:0:/tmp/Example.mp3
siehe auch:
viewtopic.php?t=64249
das plugin.py umtauschen und e2 neustarten
- Dateianhänge
-
- plugin.zip
- (10.84 KiB) 23-mal heruntergeladen
-
- Member
- Beiträge: 713
- Registriert: 31 Jan 2017 15:27
- Hat gedankt: 26 Mal
- Hat Dank erhalten: 278 Mal
Re: Video Player Simple
konnte paar Fehler beseitigen
- Dateianhänge
-
- enigma2-plugin-extensions-videoplayer-simple_3.1_all_.ipk
- (20.78 KiB) 19-mal heruntergeladen