Bug #6081
Stream URL from m3u playlist is changed by import through "IPTV Automatic Network" function and no longer usable.
Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
IPTV
Target version:
-
Start date:
2021-08-23
Due date:
% Done:
0%
Estimated time:
Found in version:
4.3-1975
Affected Versions:
Description
When importing the m3u playlists, the underscore "_" is replaced by an HTML encoding "%5F". Therefore the created muxes do not work.
Currently all muxes have to be edited manually.
The corresponding forum post with examples can be found here: https://tvheadend.org/boards/4/topics/45090?r=45414#message-45414.
History
Updated by Flole Systems over 2 years ago
- Status changed from New to Invalid
According to rfc2396 it is valid to escape those characters. Further according to rfc2616 URIs should be decoded by the server and the 2 URIs you mentioned in the forum post are equal. Thus, this behavior is explicitly allowed by the rfc and the server is not interpreting this valid request properly, so this bug needs to be fixed serverside.