Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read and nav folders in root dir #17

Open
cyberboy666 opened this issue Dec 23, 2019 · 1 comment
Open

read and nav folders in root dir #17

cyberboy666 opened this issue Dec 23, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@cyberboy666
Copy link
Owner

No description provided.

@cyberboy666 cyberboy666 added the enhancement New feature or request label Dec 23, 2019
@cyberboy666
Copy link
Owner Author

one way to implement this would be to show folders in the list of options to select by ending with / eg:

  • video1.mp4
  • video2.mp4
  • videoFolder/
  • video3.mp4

and then if a folder is selected then the parent folder is always displayed at top of list:

  • videoFolder/
  • insideVideoFolder1.mp4
  • insideVideoFolder2.mp4
  • nestedFolder/

and we could back out by selecting the parent or by pressing the LEFT NAV button here...

adds a bit of complexity to the navigating code / displaying code (needing to lock first row in place but still move others etc) but could be worth it to make this quite a bit easier to use...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant