recalbox / recalbox-manager

Django project to manage a Recalbox from a web interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Be less strict on rom directories structure

sveetch opened this issue · comments

Some people like to organize their rom systems directories with sub-directories to categorize, or just have less listed files.

Actually the manager interface is not able to follow sub directories.

  1. List sub directories
  2. Clickable sub directories to get into them;
  3. View have to remember from what system it come from when walking into sub directories;
  4. Upload and delete form should be aware of real current path to do their action in the right place;