Page 19 of 78

Saving to a directory/folder with spaces in them

Posted: Sun Nov 18, 2012 6:37 am
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?

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

Posted: Sun Nov 18, 2012 11:21 am
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?

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

Posted: Sun Nov 18, 2012 11:27 am
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.

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

Posted: Sun Nov 18, 2012 11:52 am
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

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

Posted: Sun Nov 18, 2012 2:16 pm
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?

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

Posted: Sun Nov 18, 2012 6:13 pm
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.

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

Posted: Sun Nov 18, 2012 10:12 pm
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.

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

Posted: Sun Nov 18, 2012 10:52 pm
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?

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

Posted: Mon Nov 19, 2012 4:45 am
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

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

Posted: Mon Nov 19, 2012 5:30 am
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