Giter Club home page Giter Club logo

e2openplugin-filecommander's Introduction

Create a folder e2openplugins in your OE recipes folder and clone the repo inside

mkdir /your/oe/path/recipes/e2openplugins
cd /your/oe/path/recipes/e2openplugins
git clone git://github.com/E2OpenPlugins/e2openplugins.git .

Edit the file "/your/oe/path/recipes/images/dreambox-image.bb"
Change OPENDREAMBOX_COMMON from:

OPENDREAMBOX_COMMON = "\
	task-boot \
	task-opendreambox-base \
	task-opendreambox-dvbapi \
	task-opendreambox-ui \
"

to:

OPENDREAMBOX_COMMON = "\
	task-boot \
	task-opendreambox-base \
	task-opendreambox-dvbapi \
	task-opendreambox-ui \
	task-openplugins \
"

Compile your OE :)

e2openplugin-filecommander's People

Contributors

audi06 avatar dima73 avatar ims21 avatar kueken avatar persianpros avatar pr2git avatar technl avatar wanwizard avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

e2openplugin-filecommander's Issues

[BUG] Triple-dots prefix issue

Triple-dots appear in the current selection path line. Both files and folders are affected.

Eg.:

Shown Should be
/ .../ /
/ .../sdd4 /sdd4
// .../etc /etc

dots20231111132653

dots20231111132905

OpenATV 7.3 on Mut@nt HD51

[Feature Request] Show partition label if available

Problem:
Currently only the partition number as it is found in sequence on the device is shown

Suggestion:
Use partition's LABEL value if it has one

Also:
If there is more than 1 partition on a device, and it doesn't have a LABEL, show it as (Partition 1)

partition20231111133418

Sample setup:

blkid:

/dev/sdb1: UUID="uuid" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="uuid"
/dev/sda1: LABEL_FATBOOT="EFI" LABEL="EFI" UUID="uuid" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="uuid"
/dev/sdb3: LABEL="Win10 OS" BLOCK_SIZE="512" UUID="uuid" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="uuid"
/dev/sdb5: UUID="uuid" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="uuid"
/dev/sdb6: LABEL="Data" UUID="uuid" BLOCK_SIZE="512" TYPE="exfat" PARTLABEL="Basic data partition" PARTUUID="uuid"
/dev/sdb4: BLOCK_SIZE="512" UUID="uuid" TYPE="ntfs" PARTUUID="uuid"
/dev/sda2: LABEL="MBP17" UUID="uuid" BLOCK_SIZE="512" TYPE="exfat" PARTUUID="uuid"
/dev/sdc1: LABEL_FATBOOT="1GB FAT32" LABEL="1GB FAT32" UUID="uuid" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="uuid"
/dev/sdc2: LABEL="4GB ext4" UUID="uuid" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="uuid"
/dev/sdc3: LABEL="24GB exFAT" UUID="uuid" BLOCK_SIZE="512" TYPE="exfat" PARTUUID="uuid"
/dev/sdb2: PARTLABEL="Microsoft reserved partition" PARTUUID="uuid"

df:

/dev/sda1               201633     83680    117954  42% /media/hdd2
/dev/sdb3             48748560  23381744  25366816  48% /media/sdd2
/dev/sdb5             19593168  17882864    645348  97% /media/sdd3
/dev/sdc1              1046516    758644    287872  72% /media/mmc
/dev/sdc2              4046560   2913500    906964  76% /media/usb2
/dev/sdb4               549884    459792     90092  84% /media/sdd4
/dev/sdb1                98304     30954     67350  31% /media/sdd5

Redundant prompt with `Related files`

When moving(copying/deleting?) a file which has relations (for example, a .ts recording with .eit, .ap, .cuts, .meta, .sc files), the user is prompted to:
Cancel
Move all related files
Move only highlighted file

20231030211234

If the user selects either Move option, they're prompted yet again:
Move these directories/files?
Yes
No

20231030211301

This isn't necessary as the user has already confirmed/cancelled by selecting an option in the previous prompt.

Extra note: Cancel should follow standard practice and appear as the bottom-most option.

Renaming overwrites existing without prompt (data loss)

Copying a file from one path to another will prompt before overwriting if the source filename already exists in the destination.

However, renaming a file to an existing file name in the same folder will destroy the target file and replace with the renamed file without warning the user.

eg:

root@mutant51:/# ls -1 /tmp
chrony.status
dw.info
hotplug.socket
kodiext.socket
powerup_without_waking_tv.txt
do_not_delete.log
random.log

From file commander, renaming random.log to do_not_delete.log will cause do_not_delete.log to be lost without warning.

OpenATV 7.3 on Mut@nt HD51

No info screen if mp4 playback started with FileCommander

Hi, when I start a local video file (mp4) with FileCommander on OpenATV 7.x, the mediaplayer is not able to show an info screen. Ending the video is not possible with the configured key, only with stop key. With older version of FileCommander on OpenATV 6.x this both worked.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.