You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the latest version of YouTube Music (Application).
I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem Description
Tuna is spammed by requests even if it's not launched and thus also dev/debug log is spammed by error messages. Also ofc this is not too optimal since it happens on each elapsed time change.
Proposed Solution
The main idea would be to switch to "lazy" mode after X failed requests in a row (which could be configurable), what I mean by that is that the plugin would be basically stopped after that and only do much less frequent light requests (HEAD?) to check if Tuna is back online. Once a positive reply is recceived, it could switch back to regular mode.
Alternatives Considered
Another idea would be to activate the feature by Tuna sending a signal to YTM, e.g. a request, whenever it's ready to receive and awaiting data combined with X retries/timeout on YTMs side and then completely disabling the feature until receiving the signal. But this requires changes from Tuna and from what I know that project is inactive.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Preflight Checklist
Problem Description
Tuna is spammed by requests even if it's not launched and thus also dev/debug log is spammed by error messages. Also ofc this is not too optimal since it happens on each elapsed time change.
Proposed Solution
The main idea would be to switch to "lazy" mode after X failed requests in a row (which could be configurable), what I mean by that is that the plugin would be basically stopped after that and only do much less frequent light requests (
HEAD
?) to check if Tuna is back online. Once a positive reply is recceived, it could switch back to regular mode.Alternatives Considered
Another idea would be to activate the feature by Tuna sending a signal to YTM, e.g. a request, whenever it's ready to receive and awaiting data combined with X retries/timeout on YTMs side and then completely disabling the feature until receiving the signal. But this requires changes from Tuna and from what I know that project is inactive.
Additional Information
No response
The text was updated successfully, but these errors were encountered: