-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to handle multiple arbitrary rss feeds #4
Comments
From #25: as part of this, supporting non-torrents in the feed would be nice. |
Support for http://shanaproject.com would be nice, and free if they don't have specific namespaces metadata in their feeds (haven't checked them yet). |
Feed info: http://www.shanaproject.com/help/feeds/ Full site feed: http://www.shanaproject.com/feeds/site/ Subbers have feeds too: http://www.shanaproject.com/feeds/subber/HorribleSubs/ Users have public (and private) feeds: http://www.shanaproject.com/feeds/user/27760/ (The private feed marks files are downloaded when the url's are accessed). |
Supporting maybe MORE than just RSS feeds. People could remotely add simple items, e.g. I also have a local script that will run off the crontab and look for a remote public URL file, e.g. Google Doc / FTP / Dropbox URL and download a data content in it Basically the data file content looks like this and I just scrub the part before the pipe and check it against previous loads.
|
@brandbrilliance don’t feel like coming up with a new standard for feeds :) it’s not at all hard to convert that to rss... |
Done in alpha 5 https://github.com/mipstian/catch/releases/tag/2.0-alpha5 |
Reported by josebiro, Jul 17, 2010
Ability to handle multiple arbitrary rss feeds
This didn't make 1.0 but will definitely come in the future.
The main problem here is how to make clear that regular feeds do not support stuff like folders, etc..
Status: Accepted
Automatically creating folders is out the window, but ideally when adding such feeds you could specify where catch should download them to.
Yep, per-feed download targets would be nice and easy to implement.
If you know someone who develops for the Mac, please ask him/her to join the project. There are many good feature request but I just don't have time on my hands right now.
Contact me: ronmcasey@gmail.com
I'd like to see Catch accept feeds from sites other than showsRSS. If the feeds are formatted the same, is there any reason why it wouldn't work?
@dawalsh no, there's not. As I said before, though, there's a little UI design work - which I love, by the way - needed in order to create UI that can easily support both formats but makes it clear that advances features such as "Organize torrents in folders by show name" are only possible with ShowRSS feeds.
Problem is, I don't have lots of time on my hands now. And being this an open-source project, I hoped someone else would join and help us with code. If you know some Cocoa developers by all means ask them!
The text was updated successfully, but these errors were encountered: