2025-01-22, 04:27 PM
(This post was last modified: 2025-01-22, 06:35 PM by TheDreadPirate. Edited 1 time in total.)
Hi everyone,
I'm hoping to get some help with reformatting an IPTV code to work in Jellyfin. The code below currently works in VLC, but I'd like to be able to use it in Jellyfin as well.
Any advice on how to achieve this would be greatly appreciated!
Thanks,
I'm hoping to get some help with reformatting an IPTV code to work in Jellyfin. The code below currently works in VLC, but I'd like to be able to use it in Jellyfin as well.
Code:
#EXTINF:-1 group-title="USA (DADDY LIVE)" tvg-id="CBS.(WCBS).New.York,.NY.us" tvg-logo="https://raw.githubusercontent.com/tv-logo/tv-logos/main/countries/united-states/us-local/cbs-2-wcbs-us.png" tvg-name="CBSNY",CBSNY
#EXTVLCOPT:http-referrer=https://{IPTV URL Censored - TDP}/
#EXTVLCOPT:http-origin=https://{IPTV URL Censored - TDP}
#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1
https://{IPTV URL Censored - TDP}/index.m3u8
Any advice on how to achieve this would be greatly appreciated!
Thanks,