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
Function which will change original tvg-name in m3u on other without prefix like |USA| via regex
for example:
original m3u
#EXTINF:-1 tvg-id="" tvg-name="[USA] DISCOVERY WEST HD" tvg-logo="urltologo" group-title="|NA| USA GENERAL",[USA] DISCOVERY WEST HD urltostring
after import in SM
will be DISCOVERY WEST HD -> (original "[USA] DISCOVERY WEST HD" after regex "DISCOVERY WEST HD" )
The text was updated successfully, but these errors were encountered:
Function which will change original tvg-name in m3u on other without prefix like |USA| via regex
for example:
original m3u
#EXTINF:-1 tvg-id="" tvg-name="[USA] DISCOVERY WEST HD" tvg-logo="urltologo" group-title="|NA| USA GENERAL",[USA] DISCOVERY WEST HD urltostring
after import in SM
will be DISCOVERY WEST HD -> (original "[USA] DISCOVERY WEST HD" after regex "DISCOVERY WEST HD" )
The text was updated successfully, but these errors were encountered: