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
Thank you for this great app! Installed it on my Roku TV and it works perfectly.
I'm trying to self-host as much as I can, so I also have self-hosted invidious instance.
I think it would be great if users be able to specify (force app to use) their own invidious instance URL - so the app can work in self-hosted environment.
I'm not a developer, so I cannot make proper code changes, but I tested the app with my self-hosted invidious instance by changing const DEFAULT_INSTANCE = "https://<my invidious instance URL>"
and commenting all code in function GetCurrentInstances in InvidiousSettings.bs file.
With this change Playlet plays videos from my self-hosted instance - so in general it is possible.
So would be great to have this feature in roadmap.