recalbox / recalbox-manager

Django project to manage a Recalbox from a web interface
MIT License
14 stars 54 forks source link

Be less strict on rom directories structure #49

Open sveetch opened 8 years ago

sveetch commented 8 years ago

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.

sveetch commented 8 years ago
  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;