Configure external storage for saving and loading deluge settings

From WikiDLXTV
Revision as of 13:51, 12 March 2010 by Mimikino (Talk | contribs) (Created page with '== Problem == There is problem that deluge client only save settings while device is plugged in. On next time then device is plug in you need to set up deluge again. == Solutio…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Problem

There is problem that deluge client only save settings while device is plugged in. On next time then device is plug in you need to set up deluge again.

Solution

  1. Set you device to run deluge client at startup
  2. Configure settings you want in deluge.
  3. Stop deluge daemon.
  4. Copy deluge settings folder from "/tmp/deluge" to you external storage folder, i.e, "-deluge". This path is always stored in variable DELUGECONFIG in scripts we need make.
  5. Create deluge modified start/stop script named "deluge.script", located in DELUGECONFIG, and type [this (follow link)] source code.
  6. Create script "S00custom-options", type [this (follow link)] source code, and place it in root folder of you external storage.
  7. Create script "power.down", type [this (follow link)] source code, and place it in root folder of you external storage.
  8. Ok, now you need set up variable DEVICEID in "S00custom-options". Value is a external storage id.