When you add a subscription; in options you can tell it to move to a folder. I setup my folders with spaces but this isn't usually a problem, you just escape them right?
If I leave the the space in (we'll use South Park as an example) it's saves in a directory named South. It may also create a directory named Park.
If I escape the spaces South\ Park, it'll be saved in a directory named South\ Park
If I use quotes "South Park" I get a directory named "South Park"
How do I move to a directory named South Park?
[Plugin] YaRSS2 - RSS plugin with GTKUI support
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
As long as you see the list of torrents in the subscription dialog, the cookies are working. If you go to the cookies section and disable the cookie (untick the checkbox), do you still see the list of torrents in the subscription dialog (you shouldn't)?Nokism wrote:Hi Bro
The cookie thing didn't work i got the follow message
here are the images of my settings
Have you tried the beta version I posted earlier?
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Re: Saving to a directory/folder with spaces in them
You shouldn't have to escape anything. Simply use the entire path including spaces.mspeener wrote:When you add a subscription; in options you can tell it to move to a folder. I setup my folders with spaces but this isn't usually a problem, you just escape them right?
If I leave the the space in (we'll use South Park as an example) it's saves in a directory named South. It may also create a directory named Park.
If I escape the spaces South\ Park, it'll be saved in a directory named South\ Park
If I use quotes "South Park" I get a directory named "South Park"
How do I move to a directory named South Park?
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
Bro,
It does give the list when cookies are disabled as well and i haven't tried the beta one yet, do i have to uninstall the current one before trying it?
Edit* Just tried the beta egg, didn't work either.
Any other suggestions?
Thanks
Nok
It does give the list when cookies are disabled as well and i haven't tried the beta one yet, do i have to uninstall the current one before trying it?
Edit* Just tried the beta egg, didn't work either.
Any other suggestions?
Thanks
Nok
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
That makes no sense. With no cookies you shouldn't have access to the feed. If you open the feed in the browser where you haven't logged in, do you still see the feed?Nokism wrote:Bro,
It does give the list when cookies are disabled as well and i haven't tried the beta one yet, do i have to uninstall the current one before trying it?
Edit* Just tried the beta egg, didn't work either.
Any other suggestions?
Thanks
Nok
Are you trying this only on your seedbox, or have you tried running the daemon locally as well?
Last edited by bro on Sun Nov 18, 2012 10:13 pm, edited 1 time in total.
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
Can you tell me how do i tell deluge to download series Treme, episodes s02e01 and onwards? in utorrent this is usually done by writing "s02e01-" in the episode number field.
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
There is not smart filtering, but if you simply want all the episodes of season 2 you can use "Treme.*s02e\d{2}". "\d{2}" means to match exactly two integers.bryter wrote:Can you tell me how do i tell deluge to download series Treme, episodes s02e01 and onwards? in utorrent this is usually done by writing "s02e01-" in the episode number field.
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
So i can not start downloading from a specific episode? Only the whole season? What if i want to download episode 5 up to the last episode of season 2?bro wrote:There is not smart filtering, but if you simply want all the episodes of season 2 you can use "Treme.*s02e\d{2}". "\d{2}" means to match exactly two integers.bryter wrote:Can you tell me how do i tell deluge to download series Treme, episodes s02e01 and onwards? in utorrent this is usually done by writing "s02e01-" in the episode number field.
Also, do i need to make any other changes to the term you provided? If i wanted to download HDTV 720p only, how would i fit it in the expression?
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
Just tried it locally and get the same problem. I can access the feed with or without the cookie enabled, and even when i have logged out of the site apparently
I'm not sure what this means but i still get
I have no idea what/if im doing anything wrong 
I actually think the rss feed is broken now i will PM it to you
Nok
I'm not sure what this means but i still get
Code: Select all
(2012-11-19T15:41:42): Fetching RSS Feed: 'BitmeTV' with Cookie: '{}'.
(2012-11-19T15:41:43): Exception occured when fetching feed: document declared as us-ascii, but parsed as iso-8859-1
(2012-11-19T15:41:45): Adding torrent: 'http://www.bitmetv.org/download.php/261826/**********************.torrent' using cookies: {}
(2012-11-19T15:41:47): Unable to decode torrent file! (invalid bencoding) URL: 'http://www.bitmetv.org/download.php/261826/***************************.torrent'

I actually think the rss feed is broken now i will PM it to you
Nok
Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support
I got it working by getting the UID and pass out of the cookie itself
Thanks for going to all the trouble of helping me bro
really appreciate it
Thanks for going to all the trouble of helping me bro
really appreciate it