2012-11-01, 12:33
Thank you for the answer.
Is it this solution? I am a complete noob..
Is it this solution? I am a complete noob..
(2012-10-17, 14:08)strontydog Wrote:Quote:There is also some issues with the xbmc progress dialog so I have some ideas about writing my own a'la the youtube addon download notification.
Where did you add the fix? It couldn't hurt to add it by default.
I added it at the end of def wait_for_nzf method just before the return.
xbmc.executebuiltin('Dialog.Close(all, true)')
return iscanceled
I am using the nzbmatrix addon and had to do a similar change to this as well but that doesn't seem to have been updated in a while.