recalbox / recalbox-manager

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

Integrate the recalbox-support.sh script #43

Open digitalLumberjack opened 8 years ago

digitalLumberjack commented 8 years ago

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.

sveetch commented 8 years ago

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

sveetch commented 8 years ago

Seems related to https://github.com/recalbox/recalbox-buildroot/pull/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.

sveetch commented 8 years ago
sveetch commented 8 years ago

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.

Laddyacris commented 8 years ago

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

sveetch commented 8 years ago

@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.

nadenislamarre commented 8 years ago

My guess is that downloading from the webinterface is really enough and has a big advantage : no external dependency. the file is then easyly uploadable manually.

sveetch commented 8 years ago

@nadenislamarre :+1: