-
Notifications
You must be signed in to change notification settings - Fork 54
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
Allow updating progress in absolute values #992
Comments
Sorry this would not be possible since a lot of media does not have this information. |
I don't think #73 will do anything to fix the feature request you want. That being said, I can support what you want if you can propose a UI that could support both percentage and absolute numbers. Do you have examples that does this? |
Could you please clarify? |
Your original requirement:
The current Ryot UI already supports tracking based on percentages. Could you suggest an example of a new UI which can support both? |
Well, the fallback would be the percentage tracker in the absence of further input. BooksSay for a Book we would have the option to specify the metric to track via dropdown and could be any of chapter, page. Thus one could then track relative to that number in the track progress tab. Webnovels/WebmangaOngoning webnovels present an issue in that the chapter number would naturally increase and hence an option to edit the chapter would be necessary if one wanted to maintain an accurate idea of their progress through an ongoing novel. SeriesFor series, the custom metric could be episodes Percentage tracker behaviourAs an aside can the current behaviour for percentage tracker be amended to allow tracking points of progress in the percentage tracker. i.e |
Note to self: When starting a media item via "I am watching this", if the media item has a total runtime (or number of pages etc.), then ask the user whether they would like to track progress in terms of minutes. Store this in an enum. |
@mobedoor You can already track via number of pages for books etc. Are you talking about this feature?
If I allow in absolute terms, how would Ryot know when the media is complete? |
One easy way to fix this is if you are using Openlibrary and the book does not have the information of total number of pages, then you can edit that data and provide it yourself. Then force a metadata update in Ryot via More Actions. |
@IgnisDa true, but one cannot use that for custom media which only supports tracking by percentage.
Via a user inputted parameter to compare against, say 220 chapters for a webnovel. Kindly clarify if I'm misunderstood the question. |
When creating custom media, you can already set the total. For example, for books you can set specifics to |
Can we get a chapters option in book specifics input? That would help with webnovels |
No sorry. If you're willing to make a contribution, I can consider it. |
The default custom entry progress tracking only allows for tracking in percentages. This makes it unfeasable for tracking ongoing media, in my case webnovels.
Based on the media type, the user could track based on chapters, episodes, volumes or simply pages
The text was updated successfully, but these errors were encountered: