Fix playlist plugin refresh intervals - #738
Open
Rs4anti wants to merge 3 commits into
Open
Conversation
|
I already have a PR open for this issue since March 19, #629 It addresses the scheduled refresh behavior, including plugin-specific refresh intervals Maybe we can compare both approaches and consolidate the fixes into one PR |
Author
|
Yep, fine for me.
I have tested personally only witch only, have you tested it also for other
plugins? Because I will need it for calendar plugin also.
Greetings
…On Tue, 11 Aug 2026, 19:18 Saulo Benigno, ***@***.***> wrote:
*saulob* left a comment (fatihak/InkyPi#738)
<#738 (comment)>
I already have a PR open for this issue since March 19, #629
<#629>
It addresses the scheduled refresh behavior, including plugin-specific
refresh intervals
Maybe we can compare both approaches and consolidate the fixes into one PR
—
Reply to this email directly, view it on GitHub
<#738?email_source=notifications&email_token=AKVHXNSB63DLFHUGQKVFWXD5JNIOHA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMRVGY2DOMBTGIYKM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-5256470320>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKVHXNTYPP6HWIKTSQP6YUL5JNIOHAVCNFSNUABFKJSXA33TNF2G64TZHM4DQOJWGM3DGOJVHNEXG43VMU5TKMJQGQZTKNZTGYYKC5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AKVHXNSK27JB2BYJAJ5K3Y35JNIOHA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMRVGY2DOMBTGIYKM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KUZTPN52GK4S7NFXXG>
and Android
<https://github.com/notifications/mobile/android/AKVHXNULHIVVZF4EF2MCYJL5JNIOHA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMRVGY2DOMBTGIYKM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K4ZTPN52GK4S7MFXGI4TPNFSA>.
Download it today!
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
Yes, my PR works with all plugins, not just the clock plugin If you can test my PR with the Calendar plugin as well, I would really appreciate it :) Thanks |
Author
|
Yes I will ,
I'll notify you when done.
Thanks!
…On Tue, 11 Aug 2026, 21:59 Saulo Benigno, ***@***.***> wrote:
*saulob* left a comment (fatihak/InkyPi#738)
<#738 (comment)>
Yes, my PR works with all plugins, not just the clock plugin
If you can test my PR with the Calendar plugin as well, I would really
appreciate it :)
Thanks
—
Reply to this email directly, view it on GitHub
<#738?email_source=notifications&email_token=AKVHXNXLIVXIKZRAFF2WBZL5JN3IZA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMRVHAYTMNZYGI22M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-5258167825>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKVHXNULA52QSZKICEBH4GL5JN3IZAVCNFSNUABFKJSXA33TNF2G64TZHM4DQOJWGM3DGOJVHNEXG43VMU5TKMJQGQZTKNZTGYYKC5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AKVHXNUJYNHNUM5Q3ZHXNAT5JN3IZA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMRVHAYTMNZYGI22M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KUZTPN52GK4S7NFXXG>
and Android
<https://github.com/notifications/mobile/android/AKVHXNRIAX4FXAOYXYPSSJL5JN3IZA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMRVHAYTMNZYGI22M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K4ZTPN52GK4S7MFXGI4TPNFSA>.
Download it today!
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix playlist plugin refresh intervals
This change fixes refresh scheduling for playlist plugin instances with their own refresh interval.
Changes
Example
With:
plugin_cycle_interval_seconds = 600interval = 60the clock is refreshed every 60 seconds while it remains the active plugin, while playlist rotation continues to use the global cycle interval.