Feature #5793
Add auth param to img urls in xmltv feed
Status:
New
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Start date:
2019-12-14
Due date:
% Done:
0%
Estimated time:
Description
Is it possible to add auth parameters to the imagecache url, like in /playlist/auth/channels
, to the xmltv feed (/xmltv/channels
).
I need to have the auth params there because my emby server uses the images from the xmltv-feed and I don't want to create a "*" user.
Otherwise i need to create a proxy to add the parameter but I think it should be implemented in TvHeadend itself.
If I saw it correctly, this code src/webui/webui.c#L517-L529 needed to be added here src/webui/xmltv.c#L122.