PDA

View Full Version : FileBrowser plugin dimensions in Simple Ten Eighty skin



Mickkie
13-04-22, 20:31
I don't know if this can be dealt with at the theme level, or at the plugin itself. The FileBrowser window is really small, less than quarter of the screen's real estate. Consequently, the file names are only partially visible in the window and therefore the plugin is pretty much unusable.

I've looked at /usr/lib/enigma2/python/Plugins/Extensions/Filebrowser/plugin.pyc and can see some "size=" directives in there, but not sure if I can change them without breaking anything (and it looks like the character encoding is wrong for my terminal):
dQdR@ZKdSdT@ZLdUdV@ZMdWdX@ZNdYdZ@ZOd[d\@ZPd]d^@ZQd_d @ZRd!d"@ZSd#d$@ZTd%d&@ZUd'd(@ZVd)d
*@ZWd+d,@ZXd-d.@ZYd/d0@ZZd1d2@Z[dBS@)4ÚQFilebrowserScreena5F@@
<screen position="110,83" size="530,430" title="">
<widget name="list_left" position="0,0" size="265,380" scrollbarMode="showOnDemand" />
<widget name="list_right" position="265,0" size="265,380" scrollbarMode="showOnDemand"
/>
Is resizing the window easily done, or does it require dev work?

ccs
13-04-22, 21:20
Which Filebrowser plugin are you using, the default movielist uses half the screen, and pressing menu allows you to configure lots of settings.

Willo3092
13-04-22, 22:31
I've done a bodge job to make it full screen on 1080 skins. Didn't bother/couldn't work out how to do the settings menu though.
Just rename the existing plugin.pyc in case you need to restore it and copy the attached plugin.py over and restart GUI.

63697

63698

ccs
14-04-22, 09:21
Sorry, getting all mixed up (again) with files and movies, it was a long day yesterday.

Mickkie
14-04-22, 15:13
Thank you Willo3092 - just tried it out and it now expands to cover the whole screen. It makes it possible to see longer filenames and paths. :thumbsup:

Huevos
14-04-22, 19:07
Where is this plugin from?

dsayers
14-04-22, 19:15
I guess from here


https://github.com/oe-alliance/enigma2-plugins/tree/master/filebrowser

Willo3092
14-04-22, 19:17
Where is this plugin from?

It's in the plugin extensions. I don't think it's been updated for 10 years.

https://github.com/oe-alliance/enigma2-plugins/tree/master/filebrowser

Huevos
15-04-22, 01:08
It's in the plugin extensions. I don't think it's been updated for 10 years.

https://github.com/oe-alliance/enigma2-plugins/tree/master/filebrowserI've tweaked it a bit to work better in OpenViX.
https://github.com/oe-alliance/enigma2-plugins/commit/4480885892e4b0201d0c205530041841c6180a4b

And skinned it for Simple 1080.
https://github.com/OpenViX/skins/commit/09c453d5d15c3aba9a4803b2daae2c2b1929407e

Willo3092
15-04-22, 08:47
I've tweaked it a bit to work better in OpenViX.
https://github.com/oe-alliance/enigma2-plugins/commit/4480885892e4b0201d0c205530041841c6180a4b

And skinned it for Simple 1080.
https://github.com/OpenViX/skins/commit/09c453d5d15c3aba9a4803b2daae2c2b1929407e

It's still showing as the mini screen, not full screen for me :confused:

ccs
15-04-22, 09:34
It's still showing as the mini screen, not full screen for me :confused:

I'm seeing this....

63720

Willo3092
15-04-22, 10:10
I'm seeing this....]

I must have cocked up somehow. I downloaded the py first and then installed it from the feeds.
I'll try it later on, got a day of decorating to get through :rolleyes:

Huevos
15-04-22, 10:33
Install plugin first. Send .py to the box. Send skin_plugins.xml to the box. Reboot.

Willo3092
15-04-22, 12:12
I'd just changed plugin.py and not updated the skin.xml. Perfect now thanks for taking the time to update it :thumbsup: