recalbox / recalbox-manager

Django project to manage a Recalbox from a web interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate the recalbox-support.sh script

digitalLumberjack opened this issue · comments

The recalbox-support.sh can get many informations on the current system, package them in an archive. the manager should be able to execute this script and let the user download the pacakge on it's PC.

We can even imagine a webservice on recalbox.com that can save the file and return a uri, that the user can pass to the community when asking for support.

Nice, but you should give me some url for this script, i dont know anything about it

Seems related to recalbox/recalbox-buildroot#52

This actually looks 'alpha' stuff, i will wait some news about more stable stuff for this script to integrate it.

Keep me in touch here.

  • Script seems to be stored in /recalbox/scripts
  • Script are not actually in any beta and is only planned for 3.3.0 stable release (??)

Think about the definitive path where the script will belong to in Recalbox system and give it to mo, so the produdction settings can be ready for the futur recalbox release that ship the script.

availible in recalbox 4.0.0
Path : /recalbox/scripts/recalbox-support.sh
archive created : /recalox/share/save/recalbox-support-xxxxxxx.tar.gz
must be to upload with megatools, package is added in recalbox 4.0.0 ?
https://github.com/megous/megatools
https://github.com/recalbox/recalbox-os/wiki/Recalbox-support--%28FR%29

@Laddyacris to add/check for package on Recalbox system you should directly cast @digitalLumberjack or @rockaddicted , plus i don't know anything about 4.x release yet.

But to say, implementing upload to a service through the webinterface will not be trivial as this can take a long time and freeze the web interface. To start, the best is to implement archive building and download from the web interface, so at least the user can retrieve it and upload it itself.