Refresh query param support for playlist URL

Dashboard URL’s support the ‘refresh’ query param, for instance ‘?refresh=10s’. I would like to start our dashboard machine with a specific playlist (not a dashboard) and auto refresh enabled. However, this parameter is not supported for the playlist URL’s. As far as I can tell from the code, only the ‘kiosk’ query param is supported for playlist URL’s.

Is there any way I can go to a playlist URL and have auto refresh enabled or will this require a code change? I’ve looked at the code in question but my frontend knowledge is close to zero…

Yes, this will require a code change

@torkel Thanks for the confirmation. Any pointers as to how I can do that? I imagine I need to make some changes in public/app/features/playlist/playlist_srv.ts?