GunsAkimbo / autodl-chatzilla

Based on https://sourceforge.net/projects/autodl/ which seems to be discontiuned by original author
1 stars 1 forks source link

Feature Request #1

Closed MaxSchouten closed 9 years ago

MaxSchouten commented 10 years ago

Would it be possible to automatically add a label to everything thats uploaded through utorrent webui?

GunsAkimbo commented 10 years ago

This is already possible with the script option and I have been using it for a long time already. See attached pic. If you want to have a fixed value, replace $(Category) with something else. skjermbilde 2014-08-07 kl 11 11 26

MaxSchouten commented 10 years ago

Thanks for the wicked fast response. Does the category take the label name from the filters settings?

GunsAkimbo commented 10 years ago

Not directly from filter settings, but parsed from the IRC announce text if the bot writes it. The label name will basically be the same name as torrent category name :)

Edit: clarification

MaxSchouten commented 10 years ago

Ah, thats genius! I'm only using it for tv series so i'll just stick with the fixed value method. Thnx!

MaxSchouten commented 10 years ago

Messing with the script section a bit, it's also possible to have it extract archives and move the extracted content to another folder? I currently have a python script in utorrent to do just that, however it extracts everything that gets downloaded, not just tv episodes (which kind of sucks).

Whenever I click the browse button in ChatZilla, it throws up this error "Could not browse for file/folder. Error: TypeError: netscape.security.PrivilegeManager is undefined". Do you know a way to fix this? (im running it in firefox, not XUL)

MaxSchouten commented 10 years ago

Just downgraded to ChatZilla v0.9.86 and went the XUL way, browsing folders now works perfectly! Any suggestions on the unpacking part? Should I just leave it blank, select my download folder, or use some other argument? This is how I set it up: image

GunsAkimbo commented 10 years ago

Mozilla removed the support for netscape.security.PrivilegeManager in FF 17, it seems: https://bugzilla.mozilla.org/show_bug.cgi?id=546848

Can't really help you with the unpacking, I have not used it other than the webui part.

The purpose of this repository was just to fix some critical bugs only, because I was tired of living in constant fear for Firefox updating my Chatzilla to 0.9.90 which broke the plugin :P I am not really using chatzilla-autodl anymore, as I have moved on to irssi-autodl for rTorrent/ruTorrent.

MaxSchouten commented 10 years ago

Ah, too bad. I can't run linux on my primary pc, so i'll have to stick with ChatZilla. Thanks for all the help!