Skip to content
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

Set a limit of 500 articles to fetch, but only 50 are downloaded #220

Closed
ddeimeke opened this issue Apr 25, 2016 · 5 comments
Closed

Set a limit of 500 articles to fetch, but only 50 are downloaded #220

ddeimeke opened this issue Apr 25, 2016 · 5 comments
Labels

Comments

@ddeimeke
Copy link

I configured a limit of 500 articles to fetch from my Wallabag 2.0.2 installation. But the limit is not respected. Currently I have about 220 articles and only 50 are fetched.

@Strubbl
Copy link
Contributor

Strubbl commented Apr 25, 2016

Hi Dirk,
the limitation of 50 items is done in your wallabag server instance (Configuration->RSS->number of items in feed). The setting in the app currently only affects the amount of items being displayed in the lists of the app. If you are increasing the "number of items in feed" in your wallabag server instance AND in your app, you are going to see more articles.
This was not a problem with wallabag v1 since per default all items were content of the RSS feed.

@tcitworld I do not know, if we want this as feature in our app in some way. I mean, that if we change the number of items in our app, do we want to change this settings in our wallabag server, too? Or do we only name the setting in our app more precisely? E.g. with a toast/popup note to the user if the app nummer is less than the server number?

@ddeimeke Or do you have a suggestion what makes sense?

@ddeimeke
Copy link
Author

First and foremost: Thank you!

Thinking about it. Setting the feed limit should not affect the number of items seen in the app and vice versa.

The easiest in my opinion would be

https://wallabag.deimeke.net/dirk/TOKEN/starred.xml

contains the number of items configured in the web applications and

https://wallabag.deimeke.net/dirk/TOKEN/starred.xml?count=500

contains the number of items configured in the Android application.

Thought about adding a separate feed, but I do not think this makes any sense.

If it stays like it is, the Android App should mention that the number of items displayed is different from the number of items downloaded.

@Strubbl Strubbl added the depends on wallabag server dependent on changes in wallabag server software label May 3, 2016
@nicosomb
Copy link
Member

nicosomb commented May 4, 2016

Is this issue a duplicate of #199?

@Strubbl
Copy link
Contributor

Strubbl commented May 4, 2016

Yes, I think so. It is the same issue, it is just the other way round.

@di72nn di72nn added Legacy and removed depends on wallabag server dependent on changes in wallabag server software labels Feb 28, 2017
@di72nn
Copy link
Member

di72nn commented Feb 28, 2017

Fixed.

@di72nn di72nn closed this as completed Feb 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants