Issue #483: these circled-letter suffixes are in-list markers for
human readers (subscription-required, geo-blocked, YouTube-sourced,
etc.), but were leaking into the generated tvg-name verbatim (e.g.
tvg-name="Rai 1 Ⓖ"), breaking EPG matching for any provider keying
off channel name. Now stripped from tvg-name only; the display name
after the comma still shows the marker as before.
Part of a broader link-health sweep across lists/. Tested every URL
directly (curl/ffprobe), replaced dead ones where a working source
was findable, moved the rest to each file's Invalid section.
- Monaco: both channels were dead (S3 access denied / DNS failure);
found current sources for TV Monaco (okast.tv master.m3u8, no
per-session token) and Monaco Info (webtv.monacoinfo.com).
- Paraguay: Unicanal and ABC TV's direct CDN URLs were dead; both run
active official YouTube channels, switched to the same Ⓨ /live
pattern already used elsewhere in the repo. Trece's stream is dead
and its own site actually embeds Unicanal's feed instead of its
own, so no fix found - moved to Invalid.
- Kosovo: RTK 1/2/4's tokenized URLs are dead and no current source
found; RTK 3 has a working non-tokenized URL, kept.
- Armenia: Armenia 1, Kentron TV and Armenia TV had dead URLs; found
working replacements. 5TV only has a short-lived (~5h) signed-token
URL with no stable gateway, so it wasn't worth hardcoding - moved
to Invalid.
- New lists/zz_music_en.md for the "NOW" retro-music FAST channels
(Now 70's/80's, NOW Rock) - no existing thematic list fit them.
Add ISO 3166-1 alpha-2 country codes via tvg-country attribute
to all #EXTINF lines, enabling IPTV players to filter and display
channels by country.
Co-authored-by: Kálmán „KAMI” Szalai <kami911gmail.com>