Video Player Simple
#1
Posted 5 March 2021 - 20:50
Re: Video Player Simple #2
Posted 20 April 2021 - 19:01
Attached Files
Re: Video Player Simple #3
Posted 22 October 2021 - 15:45
I built Picture Player into Video Player Simple, now it plays all media file, well it is still a file list, enigma2 with help of gstreamer or exetplayer3 plays the file, if your box does not support a specific format there is no playback.
small problem: in order to show all media files I had to put picture files (they normally don´t need ServiceReference) in additional extensions of FileList, otherwise they won´t show up in the list, i.e 4198:jpg, now I get an error (cannot concatenate str and eServiceReference) when calling installed Picture Player (line 440 in plugin.py), there is a workaround (line 434 in plugin.py) with the drawback I have no sorting possibility of files in Picture Full View anymore, they are only sorted by name, if you have an idea how to fix this any help would be highly appreciated
Attached Files
Re: Video Player Simple #4
Re: Video Player Simple #5
Posted 15 January 2022 - 17:28
Let me know if you want it added to the feed.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Video Player Simple #6
Re: Video Player Simple #7
Posted 20 January 2022 - 15:48
Will be in the third party feed on the next update run.
Please let us know when there is a new version so we can update it.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Video Player Simple #8
Re: Video Player Simple #9
Posted 31 January 2022 - 11:19
Почему после установки прошивки openpli-8.1 в ресивер VU+ Solo 4K,
IPTVPlayer не работает ,постоянно выдает ошибку, видимо exteplayer3
не работает должным образом.
In het Nederlands dankzij Google:
Re: Video Player Simple #10
Re: Video Player Simple #11
Re: Video Player Simple #12
Posted 21 May 2022 - 20:30
what went wrong in post #10, I just wanted to add a hint line in config like
cfglist.append(getConfigListEntry(_("Resume playback from last played position"), config.plugins.videoplayersimple.resume))
cfglist.append(getConfigListEntry(_("needs e2 restart"), ))
or maybe a separator line
cfglist.append(getConfigListEntry("-----------------------------------------"), ))
or just an empty line
cfglist.append(getConfigListEntry(""), ))
it compiled well but gives an error while saving config
IndexError: tuple index out of range
in post #11 I just deleted the hint line and everything ok
Re: Video Player Simple #13
Re: Video Player Simple #14
Re: Video Player Simple #15
Posted 12 March 2024 - 14:54
pre-release, support for .pls internet streams
internet-radio-streams.pls · GitHub
if you have enigma2 .pls file, please rename it to .e2pls
Attached Files
Re: Video Player Simple #16
Posted 25 March 2024 - 19:32
reads embedded mp3 id3 tags as well cover if available, it uses mutagen so you have to install it before
install python-mutagen
or
install python3-mutagen
it works with exteplayer3, mediaplayer uses e2 service information (gstreamer) that is why it doesn´t work with exteplayer3
plugin.py atached for testing, replace the plugin.py from above .zip with this one and restart e2, the code is not beautiful but working and could be added in mediaplayer, select mp3 file and press Info
Attached Files
Edited by mrvica, 25 March 2024 - 19:35.
Re: Video Player Simple #17
Posted 1 June 2024 - 21:41
here the .ipk, I could fix a few errors, before installing this version deinstall previous version, delete VideoPlayerSimple directory and restart enigma2, I am mostly using it on PLi 8.3, I´ve tested it with py3 as well, so far ok
Great and light-weight plugin! I'm aware that you've continued development since version 3.0 of the plugin (from the quote above), but I've a question about AutoPlay funcionality:
Would it be possible to have a menu option "Play Next on EOF" (without AutoPlay having to be enabled)?
Currently the Next file is only played if AutoPlay is enabled, but it's rather unneccessary (and slowing down the system) if each (video) file starts playing when browsing a directory.
I know the Play Delay can be increased (up to 3s), but this not only affects the delay before playing the initial file (when still browsing), but also inserts the same delay between each following file.
Is there something you could do there?
Re: Video Player Simple #18
Re: Video Player Simple #19
10 user(s) are reading this topic
0 members, 10 guests, 0 anonymous users