Thanks for the script!
If you take suggestions, I would love to be able to see the ratio displayed for the torrent. I usually remove torrents on the basis of the ratio.
I have a few issues i'd love some help with:
1. I cannot exit the script using my gamepad. I have tried with different actions: Close, Back, etc, to no avail. I can close other scripts. Any idea what could interfere? I have a feeling it has something to do with it being a custom GUI.
2. For me it says "Resume All" all the time, no matter what. I have found indications in language/English/string.xml that you can get "Pause All" too, but I don't know how to trigger it.
3. I'm a bit worried about the save_settings method in utilities.py, it seems to make assumptions about the users rtorrent.rc fie. for example this chunk:
Code:
if ( torrentrc_lines[i].find( ON_FINISHED ) > -1 ):
torrentrc_lines[i] = ON_FINISHED_STR % ( path, path )
which replaces the on_finished line with the following:
Code:
ON_FINISHED_STR = "on_finished = move_complete,\"execute=/bin/mv,-n,$d.get_base_path=,%s ;d.set_directory=%s\"\n"
And how do you know the user hasn't changed that?
4. Sometimes when I enter the settings dialog it locks up XBMC. I have a debug log here when it happens:
http://pastebin.com/m337e2b16
Hope it helps, but I doubt it...
Thanks again, cool script!