[E² Plugin] PicturePlayer 2

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
30,083
plugin.png

mrvica wrote
missed some things with the installed Picture Player like file sorting (name, size, date, shuffle), file / dir info (allocation of directories), also possibility to delete single files, small help (key allocation) is on the help button, tested it on PLi, possible errors with OpenATV, setPara has more parameters with PLi, change the following
self.picload.setPara((self["thn"].instance.size().width(), self["thn"].instance.size().height(), 1, 1, 0, 0, "#FF2C2C39", 1))
in
self.picload.setPara((self["thn"].instance.size().width(), self["thn"].instance.size().height(), 1, 1, 0, 0, "#FF2C2C39"))
 

Attachments

  • enigma2-plugin-extensions-pictureplayer2_1.0_all.ipk
    18.3 KB · Views: 6

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
30,083
mrvica wrote
new version, should be py2/py3 compatible, for now .zip for testing, there is a problem when calling internal ATV PicturePlayer from outside which this plugin does, I get this error
tuple index out of range in line 270 of ui.py, the patch which fixes this (I copied it from PLi)
- self.filelist.append((index, framePos, Page, x[0][4], x[0][0]))
+ self.filelist.append((index, framePos, Page, x[0][0], path + x[0][0]))

otherwise the plugin works only partially
 

Attachments

  • PicturePlayer2_2.0.zip
    9.8 KB · Views: 7
Top