[Plugin] YaRSS2 - RSS plugin with GTKUI support

Suggest, post, or discuss plugins for Deluge
mspeener

Saving to a directory/folder with spaces in them

Post by mspeener »

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?
bro
Top Bloke
Top Bloke
Posts: 364
Joined: Sun Aug 28, 2011 6:46 pm
Location: Norway

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Post by bro »

Nokism wrote:Hi Bro

The cookie thing didn't work i got the follow message
here are the images of my settings
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)?

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.
bro
Top Bloke
Top Bloke
Posts: 364
Joined: Sun Aug 28, 2011 6:46 pm
Location: Norway

Re: Saving to a directory/folder with spaces in them

Post by bro »

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?
You shouldn't have to escape anything. Simply use the entire path including spaces.
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.
Nokism
New User
New User
Posts: 9
Joined: Fri Nov 09, 2012 11:07 am

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Post by Nokism »

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
bro
Top Bloke
Top Bloke
Posts: 364
Joined: Sun Aug 28, 2011 6:46 pm
Location: Norway

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Post by bro »

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
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?

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.
bryter

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Post by bryter »

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.
bro
Top Bloke
Top Bloke
Posts: 364
Joined: Sun Aug 28, 2011 6:46 pm
Location: Norway

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Post by bro »

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.
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.
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.
bryter

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Post by bryter »

bro wrote:
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.
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.
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?
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?
Nokism
New User
New User
Posts: 9
Joined: Fri Nov 09, 2012 11:07 am

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Post by Nokism »

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

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 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
Nokism
New User
New User
Posts: 9
Joined: Fri Nov 09, 2012 11:07 am

Re: [Plugin] YaRSS2 - RSS plugin with GTKUI support

Post by Nokism »

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
Post Reply