Love this, thanks so much, i was about to write a CLI client myself (nothing this full though) but you just saved me a ton of work! ^^
some issues with ncurses in history and pause so i opened an "issue" on the code.google page.
keep up the great work!
Working CLI interface for 0.5.0 for sabnzbd+
-
- Newbie
- Posts: 21
- Joined: March 14th, 2010, 11:24 am
- Contact:
Re: Working CLI interface for 0.5.0 for sabnzbd+
I didn't think anyone but me used this.
I'll push an updated version this month.
I'll push an updated version this month.
Re: Working CLI interface for 0.5.0 for sabnzbd+
I would love for these tools to be updated and working with sabnzbd 0.7.11
Currently I'm experiencing:
When I press 4 for the [4-More] page I encounter the following:
WARNING: API version mismatch between SABCurses (0.5.4) and daemon ()
$ sabcurses.py
When I enter the [1-Queue] page I encounter the following:
68 - 178
Traceback (most recent call last):
File "/usr/local/bin/sabcurses.py", line 1413, in main
mainloop(sabnzbd)
File "/usr/local/bin/sabcurses.py", line 1165, in mainloop
sabnzbd.display()
File "/usr/local/bin/sabcurses.py", line 982, in display
self.run_commands('queue', None)
File "/usr/local/bin/sabcurses.py", line 841, in run_commands
self.print_diskwarnings()
File "/usr/local/bin/sabcurses.py", line 350, in print_diskwarnings
if float(rd['mbleft']) / 1024 > float(rd['diskspace2']):
KeyError: 'mbleft'
$ sabcurses.py
68 - 178
Traceback (most recent call last):
File "/usr/local/bin/sabcurses.py", line 1413, in main
mainloop(sabnzbd)
File "/usr/local/bin/sabcurses.py", line 1165, in mainloop
sabnzbd.display()
File "/usr/local/bin/sabcurses.py", line 982, in display
self.run_commands('queue', None)
File "/usr/local/bin/sabcurses.py", line 841, in run_commands
self.print_diskwarnings()
File "/usr/local/bin/sabcurses.py", line 350, in print_diskwarnings
if float(rd['mbleft']) / 1024 > float(rd['diskspace2']):
KeyError: 'mbleft'
Currently I'm experiencing:
When I press 4 for the [4-More] page I encounter the following:
WARNING: API version mismatch between SABCurses (0.5.4) and daemon ()
$ sabcurses.py
When I enter the [1-Queue] page I encounter the following:
68 - 178
Traceback (most recent call last):
File "/usr/local/bin/sabcurses.py", line 1413, in main
mainloop(sabnzbd)
File "/usr/local/bin/sabcurses.py", line 1165, in mainloop
sabnzbd.display()
File "/usr/local/bin/sabcurses.py", line 982, in display
self.run_commands('queue', None)
File "/usr/local/bin/sabcurses.py", line 841, in run_commands
self.print_diskwarnings()
File "/usr/local/bin/sabcurses.py", line 350, in print_diskwarnings
if float(rd['mbleft']) / 1024 > float(rd['diskspace2']):
KeyError: 'mbleft'
$ sabcurses.py
68 - 178
Traceback (most recent call last):
File "/usr/local/bin/sabcurses.py", line 1413, in main
mainloop(sabnzbd)
File "/usr/local/bin/sabcurses.py", line 1165, in mainloop
sabnzbd.display()
File "/usr/local/bin/sabcurses.py", line 982, in display
self.run_commands('queue', None)
File "/usr/local/bin/sabcurses.py", line 841, in run_commands
self.print_diskwarnings()
File "/usr/local/bin/sabcurses.py", line 350, in print_diskwarnings
if float(rd['mbleft']) / 1024 > float(rd['diskspace2']):
KeyError: 'mbleft'
-
- Newbie
- Posts: 21
- Joined: March 14th, 2010, 11:24 am
- Contact:
Re: Working CLI interface for 0.5.0 for sabnzbd+
Moved(moving) to github.
Try getting the latest version from here.
https://github.com/TobiasTheViking/sabcli
Sorry for not updating this publicly.
Try getting the latest version from here.
https://github.com/TobiasTheViking/sabcli
Sorry for not updating this publicly.
-
- Newbie
- Posts: 1
- Joined: June 13th, 2013, 4:34 am
Re: Working CLI interface for 0.5.0 for sabnzbd+
Thanks for the script it's working well !