mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
SabProvider now gets JSON instead of XML for history and queue.
This commit is contained in:
parent
26c4240a6b
commit
b4eed1a657
25 changed files with 503 additions and 6505 deletions
72
NzbDrone.Core.Test/Files/History.txt
Normal file
72
NzbDrone.Core.Test/Files/History.txt
Normal file
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"total_size": "40.30 GB",
|
||||
"month_size": "20.23 GB",
|
||||
"week_size": "5.12 GB",
|
||||
"cache_limit":"-1",
|
||||
"paused":true,
|
||||
"new_rel_url":"",
|
||||
"restart_req":false,
|
||||
"slots":[
|
||||
{
|
||||
"action_line":"",
|
||||
"show_details":"True",
|
||||
"script_log":"",
|
||||
"meta":null,
|
||||
"fail_message":"",
|
||||
"loaded":false,
|
||||
"id":605,
|
||||
"size":"778.1 MB",
|
||||
"category":"Apps",
|
||||
"pp":"D",
|
||||
"completeness":0,
|
||||
"script":"",
|
||||
"nzb_name":"Ubuntu.nzb",
|
||||
"download_time":567,
|
||||
"storage":"X:\\Apps\\Ubuntu",
|
||||
"status":"Completed",
|
||||
"script_line":"",
|
||||
"completed":1236646078,
|
||||
"nzo_id":"SABnzbd_nzo_ipet0h",
|
||||
"downloaded":815878352,
|
||||
"report":"000000",
|
||||
"path":"Ubuntu",
|
||||
"postproc_time":368,
|
||||
"name":"Ubuntu",
|
||||
"url":"https://newzbin.com/browse/post/000000/",
|
||||
"bytes":815878352,
|
||||
"url_info":"http://google.com",
|
||||
"stage_log":[
|
||||
{"name":"download","actions":["Downloaded in 9 minutes 27 seconds at an average of 1404kB/s"]},
|
||||
{"name":"repair","actions":["[ubuntu] Repaired in 4 minutes 24 seconds","[ubuntu.sample] Quick Check OK"]},
|
||||
{"name":"unpack","actions":["[ubuntu] Unpacked 1 file/folder in 36 seconds"]}
|
||||
]
|
||||
}],
|
||||
"helpuri":"http://wiki.sabnzbd.org/",
|
||||
"uptime":"12m",
|
||||
"version":"trunk",
|
||||
"diskspacetotal2":"503.32",
|
||||
"color_scheme":"",
|
||||
"darwin":false,
|
||||
"nt":true,
|
||||
"status":"Paused",
|
||||
"last_warning":"",
|
||||
"have_warnings":"0",
|
||||
"cache_art":"0",
|
||||
"finishaction":null,
|
||||
"noofslots":516,
|
||||
"cache_size":"0",
|
||||
"new_release":"",
|
||||
"pause_int":"0",
|
||||
"mbleft":"785.89",
|
||||
"diskspace2":"25.08",
|
||||
"diskspace1":"25.08",
|
||||
"diskspacetotal1":"503.32",
|
||||
"timeleft":"0:00:00",
|
||||
"mb":"785.89",
|
||||
"eta":"unknown",
|
||||
"nzb_quota":"",
|
||||
"loadavg":"",
|
||||
"kbpersec":"0.00",
|
||||
"speedlimit":"0",
|
||||
"webdir":"path\\to\\templates"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue