
Thanks.
yarss wrote:Every thing is Working Fine But i need little help
i dont want to filter coz in that SECTION there are shows with different names uploads daily,So what Ever the Shows Update to that Category i need to download it the thing is when i insert rss feed its garbing current 15 download listed which i downloaded i need to skip that i need new shows but how ? its grabbing all 15 i cant even filter
my Regex value is [SPACE] or .* which mean any & Title Contains space is there any expression value which only downloads new not current listed
You need to update the timestamp to the current time. Then only shows newer than the timestamp will be added.yarss wrote:Every thing is Working Fine But i need little help
i dont want to filter coz in that SECTION there are shows with different names uploads daily,So what Ever the Shows Update to that Category i need to download it the thing is when i insert rss feed its garbing current 15 download listed which i downloaded i need to skip that i need new shows but how ? its grabbing all 15 i cant even filter
my Regex value is [SPACE] or .* which mean any & Title Contains space is there any expression value which only downloads new not current listed
bro wrote:You need to update the timestamp to the current time. Then only shows newer than the timestamp will be added.yarss wrote:Every thing is Working Fine But i need little help
i dont want to filter coz in that SECTION there are shows with different names uploads daily,So what Ever the Shows Update to that Category i need to download it the thing is when i insert rss feed its garbing current 15 download listed which i downloaded i need to skip that i need new shows but how ? its grabbing all 15 i cant even filter
my Regex value is [SPACE] or .* which mean any & Title Contains space is there any expression value which only downloads new not current listed
ok i got its in options i've clicked now but when i manually run subscription its downloading again so how to fix it ?yarss wrote:bro wrote:You need to update the timestamp to the current time. Then only shows newer than the timestamp will be added.yarss wrote:Every thing is Working Fine But i need little help
i dont want to filter coz in that SECTION there are shows with different names uploads daily,So what Ever the Shows Update to that Category i need to download it the thing is when i insert rss feed its garbing current 15 download listed which i downloaded i need to skip that i need new shows but how ? its grabbing all 15 i cant even filter
my Regex value is [SPACE] or .* which mean any & Title Contains space is there any expression value which only downloads new not current listed
Oh thank Youbut how to update time stamp ?
No, there is currently no way to do this.benevida wrote:Is there a way to filter by file size? I've run into some cases of batch torrents trying to download a whole season! (And it was an old one. ) By the same token, I'd like to filter out crappy encodes of only a few MB, (so I'd like to specify a 'minimum' file size).
Thanks.
This means that the RSS feed does not include a timestamp, or the feedparser fails to parse the timestamp. In that case, there is no way to prevent already downloaded torrents from being readded. The best word-around is to keep the already downloaded torrents in Deluge until they are removed from the RSS feed.yarss wrote: ok i got its in options i've clicked now but when i manually run subscription its downloading again so how to fix it ?
but i've noticed some thing its says ": Published time is not available!" what it means ? whats solution
I've edited config file i've seen some thing related to this warning {Published time is not available!}
if you see last update value is null may be think its not getting time from tracker due to thats its downloading old files instead of new
"site": "domain.com",
"last_update": "",
btw its adding again & again when the old torrent is still downloading
my regex value /.*/
thx a lot bro yeah you are correct. it will difficult to add its because the default number of feed tracker have is 10 to 15 so i need to keep old 15 files remove 1 by onebro wrote:This means that the RSS feed does not include a timestamp, or the feedparser fails to parse the timestamp. In that case, there is no way to prevent already downloaded torrents from being readded. The best word-around is to keep the already downloaded torrents in Deluge until they are removed from the RSS feed.yarss wrote: ok i got its in options i've clicked now but when i manually run subscription its downloading again so how to fix it ?
but i've noticed some thing its says ": Published time is not available!" what it means ? whats solution
I've edited config file i've seen some thing related to this warning {Published time is not available!}
if you see last update value is null may be think its not getting time from tracker due to thats its downloading old files instead of new
"site": "domain.com",
"last_update": "",
btw its adding again & again when the old torrent is still downloading
my regex value /.*/