Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
storagenode
storagenode

Running a storage node

Basic settings

  • First create a Lobber API key for the groups you want to download torrents for.
  • Add the key to the LobberCore settings in the Deluge settings dialog.

Done. The plugin will now check Lobber every 15 minutes to see if there are any torrents the key have read access to, if any new torrents are found the plugin will download them and start them in Deluge.

Advanced settings

If you want to make some advanced settings you have to locate the file lobbercore.conf, it should be in $HOME/.config/deluge/.

Code Block
titleStandard configuration file
{
  "file": 1, 
  "format": 1
}{
  "torrentlobber_evaluatorkey": "total_seedersYOUR SECRET KEY", 
  "monitortracker_torrentshost": true, "https://dev.lobber.se"
  "minfeed_seedersurl": 1"https://dev.lobber.se/torrent/all.json", 
  "download_dir": "/var/www/lobber/seeding/",
  "unique_path": false, 
  "proxy_port": 7001, 
  "removedminutes_torrentsdelay": []15, 
  "uniqueremove_pathdata": truefalse, 
  "feedmonitor_urltorrents": "https://dev.lobber.se/torrent/all.json"false, 
  "maxtorrent_seedersevaluator": 2"total_seeders", 
  "removemin_dataseeders": true1, 
  "lobbermax_keyseeders": ""2, 
  "minutesremoved_delaytorrents": 1[], 
  "
}

Setting

Value

Description

lobber_key

Key string

Your Lobber API key

tracker_host

...

https://urlport

The URL to the Lobber tracker you want to use.

feed_url

https://

...

url/json-feed.json

The URL to the Lobber json feed you want to monitor for new torrents.

download_dir

Directory path

Path to the directory you want to save your downloaded data in. If this is empty ("") the standard Deluge setting will be used. Ending slash (tick) is important.

unique_path

true/false

If set to true the download directory will be appended by a new directory with the torrents hash in which the data will be downloaded.

proxy_port

An unused local port

This is the port that will be used for the localhost proxy.

minutes_delay

Number of minutes

This is the delay between the plugins checks for new torrents.

remove_data

true/false

If set to true the torrents data will be removed if a torrent is removed by the plugin.

torrent_evaluator

Name of the torrent evaluator to use.

There is only one torrent evaluator right now, total_seeders. This evaluator will check how many seeders a torrent has every 15 minutes. If the torrent has more than min_seeders the torrent will be paused, equal or lower than min_seeders resumed and over or equal to max_seeders removed.

removed_torrents

List of removed torrents

This setting is used internally to remeber which torrents that should not be added again.

Anchor
lobberwebappstoragenode
lobberwebappstoragenode

...