Re: Tip: My TvNZB rss
Posted: October 8th, 2008, 10:06 am
Thanks. Scheduling means it checks every x minutes?shypike wrote: You have to check the "Schedule" box.
Or click the "Download" button for a one time action.
Thanks. Scheduling means it checks every x minutes?shypike wrote: You have to check the "Schedule" box.
Or click the "Download" button for a one time action.
Yes, think of "Scheduled" as being "Enabled", we may rename it to that in the future to be even clearer.Coeluh wrote:Thanks. Scheduling means it checks every x minutes?shypike wrote: You have to check the "Schedule" box.
Or click the "Download" button for a one time action.
Strange.. i already use htmlspecialchars() in php..switch wrote: Foechoer, good work, but could you escape character such as & in show names in the feed description so it validates? Otherwise nothing shows when viewing the feed in firefox, and I think it may cause SABnzbd to not be able to parse it too.
This is already happening:switch wrote: & should be converted to &
This is for the list of shows selected for the feed in the area.
Code: Select all
The translations performed are:
* '&' (ampersand) becomes '&' // <- This is what you asked for
* '"' (double quote) becomes '"' when ENT_NOQUOTES is not set.
* ''' (single quote) becomes ''' only when ENT_QUOTES is set.
* '<' (less than) becomes '<'
* '>' (greater than) becomes '>'
I have requested that as well as a bunch of other new fall shows to be added over at tvnzb.com, which is where this tool feeds from, they have been added to the shows list, so just a matter of time until Foechoer picks those changes up I guess.lazyman wrote: This really cleans up the filter list.
Do you think you could add a new show called The Mentalist?
Thanks for this tool.
What i understand from it, a feed is sent as soon an episode is released. So you get the latest episode released from the moment you generate your custom feed and implement it in sabnzbd.Doraemonn wrote: Wow this looks awesome, but I have a question -
Does the resulting feed only include new episodes of my chosen shows that AIRED over the last 2-3 days, or that have been posted? The reason I ask is because I am currently using a custom Newzbin RSS and filtering by season on a per show basis (e.g. Accept "Dexter*3x" for season 3 etc.). This is to avoid downloading newly posted episodes of old seasons.
So will your generator prevent the downloading of old eps?
Thanks!
Only new aired shows are parsed.big2o wrote:What i understand from it, a feed is sent as soon an episode is released. So you get the latest episode released from the moment you generate your custom feed and implement it in sabnzbd.Doraemonn wrote: Wow this looks awesome, but I have a question -
Does the resulting feed only include new episodes of my chosen shows that AIRED over the last 2-3 days, or that have been posted? The reason I ask is because I am currently using a custom Newzbin RSS and filtering by season on a per show basis (e.g. Accept "Dexter*3x" for season 3 etc.). This is to avoid downloading newly posted episodes of old seasons.
So will your generator prevent the downloading of old eps?
Thanks!
By the way works fine for me, since I am up2date with all shows I'm interested in.