Quote:
Originally Posted by LlamaZorz
When trying to fetch news from a customized RSS feed, it seems calibre limits me to 120 articles or 20 pages of output on my kindle. There is a lot more material in the feed. I have set max_articles_per_feed = 999, and it still stops at 120. What can I do to have a bigger file.
|
Did you also adjust the below code?
Code:
oldest_article = 7 #days
This sets how many days to go back in the feed. Then there is always the possibility that the feed limits you to 120.
I had one feed that stopped at 10 no matter what things were set to. But in Google reader I was able to go further back. I solved that problem by using the Google reader recipe. Initially it still only allowed 10 but as they came in I was no longer limited.
Quote:
Originally Posted by LlamaZorz
Also why are some feeds from calibre when displayed on the kindle in a list and others the traditional Amazon Newspaper format?
|
Not having a Kindle I don't know what the "traditional Amazon Newspaper format" is except to suggest it was an industry way of dealing with feeds. What exactly does the traditional Amazon Newspaper format look like?
For that matter what does "a list" look like? If you mean that some feeds don't have a summary after each headline, again that is controlled by the site itself.
I hope my rambling at least let you know your not alone in trying to figure all of this out.