TorrServer icon indicating copy to clipboard operation
TorrServer copied to clipboard

A feature to add a domain to the m3u file

Open slashfast opened this issue 2 years ago • 0 comments

Hello! I use the nginx server for the reverse proxy, but if I want to download a .m3u playlist and open this as text file, I see http://127.0.0.1:8090, instead of domain:port.

Can you add a feature, that allows to add domain name to the playlist instead of 127.0.0.1

I knows about direct link, but I use mpv and don't wanna open terminal and paste link, only drag'n'drop file to the window.

Additional: Copy link: https://example.com:443/stream/movie.mkv?link=blabla&index=1&play

.m3u playlist

#EXTM3U
#EXTINF:0,movie.mkv
http://127.0.0.1:8090/stream/movie.mkv?link=blabla&index=1&play

What I want

#EXTM3U
#EXTINF:0,movie.mkv
https://example.com:443/stream/movie.mkv?link=blabla&index=1&play

(it's work, if I edit playlist manualy)

slashfast avatar Nov 01 '22 14:11 slashfast