Springen naar inhoud


Foto

File Commander OpenATV


  • Please log in to reply
Er zijn 111 reacties in dit onderwerp

#1 mrvica

  • Senior Member
  • 1232 berichten

+83
Good

Geplaatst op 1 juni 2019 - 18:14

I ported this to OpenPLi
https://github.com/o...s/FileCommander
the best file manager for E2 ever
no support by me or warranty whatsoever, just made it running for OpenPLi
thanks to iPkay from OpenATV to help me fix some errors, unzip and copy to Extensions and restart enigma2

Bijgevoegde Bestanden



Re: File Commander OpenATV #2 littlesat

  • PLi® Core member
  • 56559 berichten

+693
Excellent

Geplaatst op 1 juni 2019 - 20:26

Maybe fork it on GitHub?

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: File Commander OpenATV #3 foxbob

  • Senior Member
  • 615 berichten

+18
Neutral

Geplaatst op 2 juni 2019 - 06:45

I add on my develop.

Bijgevoegde Bestanden



Re: File Commander OpenATV #4 Trial

  • Senior Member
  • 1127 berichten

+34
Good

Geplaatst op 3 juni 2019 - 11:35

Hi,

Full HD embedded skin would be nice.

 

ciao



Re: File Commander OpenATV #5 mrvica

  • Senior Member
  • 1232 berichten

+83
Good

Geplaatst op 3 juni 2019 - 13:48

Full HD resizing is done internally in OpenATV, one possibility would be to skin the screens into your full hd skin, I made the native FullHD version, I couldn´t adapt it all, the code is somehow resizing it allready, I´ll check it later, must be somewhere on my HDD
I´ve forgotten to say that some buttons are different to OpenATV, multiple selection is done with PVR and "8" button, on the fly sorting of files is done in OpenATV with long color keys, on PLi with "pause", "stop", "<<", ">>", well I ran out of unhandled keys
There was a green screen something with bookmark, I can´t reproduce it any more (could be more green screens)
executing scripts in foreground can be canceled with red, with green you can hide the console screen, to see those buttons you have to add red and green button into your skin for Console sceen, you can still do it blindly though,for other keys just do the Help

Re: File Commander OpenATV #6 littlesat

  • PLi® Core member
  • 56559 berichten

+693
Excellent

Geplaatst op 3 juni 2019 - 14:19


on the fly sorting of files is done in OpenATV with long color keys, on PLi with "pause", "stop", "<<", ">>", well I ran out of unhandled keys

Why did you deviate here... OpenPLi can also handle long color keys...?


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: File Commander OpenATV #7 mrvica

  • Senior Member
  • 1232 berichten

+83
Good

Geplaatst op 3 juni 2019 - 15:35

well I didn´t know how to accomplish that, it´s just my hobby, I didn´t know how to integrate setup.xml as well, I did it classic way like in FileBrowserVti, let us hope that OpenPLi Git version will come soon



Re: File Commander OpenATV #8 mrvica

  • Senior Member
  • 1232 berichten

+83
Good

Geplaatst op 3 juni 2019 - 16:48

for testing purposes, native FullHD Version

 

Bijgevoegde Bestanden



Re: File Commander OpenATV #9 littlesat

  • PLi® Core member
  • 56559 berichten

+693
Excellent

Geplaatst op 3 juni 2019 - 17:32

We might have different labels for the long keys... see the keyboard.xml

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: File Commander OpenATV #10 mrvica

  • Senior Member
  • 1232 berichten

+83
Good

Geplaatst op 3 juni 2019 - 17:56

you mean keymap.xml, oh yeah, you are right, but red for delete, long red for sorting could be confusing, you press red and with ok accidentally delete the file because you missed the long red, I´ll leave it as mentioned before, you can still do the sorting in menu
<map context="HotkeyActions">
<key id="KEY_RED" mapto="red" flags="b"/>
<key id="KEY_RED" mapto="red_long" flags="l"/>
<key id="KEY_GREEN" mapto="green" flags="b"/>
<key id="KEY_GREEN" mapto="green_long" flags="l"/>
<key id="KEY_YELLOW" mapto="yellow" flags="b"/>
<key id="KEY_YELLOW" mapto="yellow_long" flags="l"/>
<key id="KEY_BLUE" mapto="blue" flags="b"/>
<key id="KEY_BLUE" mapto="blue_long" flags="l"/>
...........................................................................
...........................................................................

Re: File Commander OpenATV #11 Trial

  • Senior Member
  • 1127 berichten

+34
Good

Geplaatst op 3 juni 2019 - 18:15

Hi,

I will check FHD this evening.

 

Thank you.

 

ciao



Re: File Commander OpenATV #12 littlesat

  • PLi® Core member
  • 56559 berichten

+693
Excellent

Geplaatst op 3 juni 2019 - 19:45


you press red and with ok accidentally delete the file because you missed the long red,

It is indeed a dangerous plugin!!!!


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: File Commander OpenATV #13 Persian Prince

  • Senior Member
  • 1982 berichten

+247
Excellent

Geplaatst op 3 juni 2019 - 20:59

Also the normal version is on our git: https://github.com/O...s/FileCommander


Open Vision sources: https://github.com/OpenVisionE2


Re: File Commander OpenATV #14 littlesat

  • PLi® Core member
  • 56559 berichten

+693
Excellent

Geplaatst op 3 juni 2019 - 21:48

Now a bb so it will be build and included into the feeds...

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: File Commander OpenATV #15 Trial

  • Senior Member
  • 1127 berichten

+34
Good

Geplaatst op 4 juni 2019 - 08:03

Hi,

fhd version looks quite good.

 

ciao



Re: File Commander OpenATV #16 Pike_Bishop

  • Senior Member
  • 1138 berichten

+74
Good

Geplaatst op 7 juli 2019 - 17:36

it's a very good Filebrowser, and all is ok, but i have a crash with it if i want entering the dir /media/net when there is a directory for a share to another e2box  in it and the remotebox isn't online.

No handlers could be found for logger "AT"
[eDVBPESReader] ERROR reading PES (fd=81): Value too large for defined data type
[eDVBPESReader] ERROR reading PES (fd=41): Value too large for defined data type
[eDVBPESReader] ERROR reading PES (fd=41): Value too large for defined data type
[eDVBPESReader] ERROR reading PES (fd=41): Value too large for defined data type
[eDVBPESReader] ERROR reading PES (fd=41): Value too large for defined data type
ADD Peer mutant2400=mutant2400.local:8001
ADD Peer mutant2400=mutant2400.local:8001
[eDVBPESReader] ERROR reading PES (fd=41): Value too large for defined data type
[eDVBPESReader] ERROR reading PES (fd=67): Value too large for defined data type
REMOVE Peer mutant2400
REMOVE Peer mutant2400
ADD Peer mutant2400=mutant2400.local:8001
ADD Peer mutant2400=mutant2400.local:8001
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Components/ActionMap.py", line 49, in action
  File "/usr/lib/enigma2/python/Plugins/Extensions/FileCommander/plugin.py", line 459, in ok
  File "/usr/lib/enigma2/python/Components/FileList.py", line 268, in descent
  File "/usr/lib/enigma2/python/Plugins/Extensions/FileCommander/FileList.py", line 179, in changeDir
  File "/usr/lib/enigma2/python/Plugins/Extensions/FileCommander/FileList.py", line 86, in getSortedList
OSError: [Errno 112] Host is down: '/media/net/WZ-BOX_cifs'

regards

Pike


Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3


Re: File Commander OpenATV #17 littlesat

  • PLi® Core member
  • 56559 berichten

+693
Excellent

Geplaatst op 7 juli 2019 - 17:58

Logic... should be ‘covered’ in the plugin with a try except that on that case you not have a gsod

Veranderd door littlesat, 7 juli 2019 - 17:59

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: File Commander OpenATV #18 Pike_Bishop

  • Senior Member
  • 1138 berichten

+74
Good

Geplaatst op 29 juli 2019 - 17:12

Hi mrvica,

 

i make german (de) translations for it, if i'am ready i will post it here in this thread.

 

 

regards

Pike


Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3


Re: File Commander OpenATV #19 Pike_Bishop

  • Senior Member
  • 1138 berichten

+74
Good

Geplaatst op 29 juli 2019 - 23:06

Hi mrvica,

 

here the translations for de;

Bijlage  filecommander_de_translation.zip   31,52K   17 Aantal bijlagen

 

almost everthing is working, only the translations for the code which is for the program "file" and "ffprobe" didn't works;

 

Bijlage  screenshot_2019-07-29_22-28-29.jpg   127,25K   11 Aantal bijlagen

 

Bijlage  screenshot_2019-07-29_22-42-29.jpg   119,91K   9 Aantal bijlagen

 

Bijlage  screenshot_2019-07-29_22-32-24.jpg   58,11K   8 Aantal bijlagen

 

Bijlage  screenshot_2019-07-29_22-33-45.jpg   56,16K   10 Aantal bijlagen

 

but i think it's ok as it is for first ;)

 

 

regards

Pike


Veranderd door Pike_Bishop, 29 juli 2019 - 23:08

Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3


Re: File Commander OpenATV #20 Pike_Bishop

  • Senior Member
  • 1138 berichten

+74
Good

Geplaatst op 29 juli 2019 - 23:57

i forgot - the .py files in the package are for the hd version of the plugin


Receiver: VU Ultimo 4K, Octagon SF8008 4K, Gigablue Quad 4K

Image: OpenPLI-8.3



1 gebruiker(s) lezen dit onderwerp

0 leden, 1 bezoekers, 0 anonieme gebruikers