Search found 5 matches

by ctrl
Thu Sep 12, 2013 8:37 pm
Forum: Plugins
Topic: disable() not called on daemon shutdown
Replies: 0
Views: 2102

disable() not called on daemon shutdown

Hi, I wrote a dummy plugin tracking calls to enable() and disable(). I can see enable being called on daemon startup and whenever I re-enable the plugin, but disable is only called when plugin is disabled, not when daemon is stopped as stated in the plugin wiki: "disable() - This method is call...
by ctrl
Sat Feb 04, 2012 8:54 pm
Forum: Plugins
Topic: [Script] Periscope/Subliminal Subtitles Script
Replies: 8
Views: 43470

Re: [Script] Subtitles script for execute plugin

Fixed space in folder issue and added an & on periscope call because sometimes it hangs and this hangs deluge right after. Not a neat solution anyway.
by ctrl
Sat Feb 04, 2012 11:56 am
Forum: Plugins
Topic: [Script] Periscope/Subliminal Subtitles Script
Replies: 8
Views: 43470

Re: [Script] Subtitles script for execute plugin

I didn't catch the space issue, I'll check it. I updated again the original script because there was an issue with recursion that now should be fixed. Unfortunately, I'm still missing python for now :)
by ctrl
Sat Jan 28, 2012 11:51 am
Forum: Plugins
Topic: [Script] Periscope/Subliminal Subtitles Script
Replies: 8
Views: 43470

Re: [Script] Subtitles script for execute plugin

Edit: now with subfolders recursion
by ctrl
Sun Jan 22, 2012 5:48 pm
Forum: Plugins
Topic: [Script] Periscope/Subliminal Subtitles Script
Replies: 8
Views: 43470

[Script] Periscope/Subliminal Subtitles Script

In case anyone is interested, I created this script for automatic subtitles download using periscope. It's to be configured in execute plugin on torrent completion and looks for english subtitles for AVIs and MKVs. Maybe in the future I'll make one with video file recognition using file magic number...