mafintosh/peerflix

MPC-HC m3u open trouble

slavchin opened this issue · 0 comments

Peerflix 0.37.0 mpc 1.7.13.112 Win7 x86

When try to peerflix "http://hd720kino.ru/search-torrents/download/rutracker-5433653" --mpchc -a -r -l , MPC returns me an error Failed to render the file

M3U file's uri in the mpc playlist is http://localhost:8888/.m3u, and thats looks like a reason of problem, i don't know why uri such like this. But when i downloaded m3u file manualy from http://localhost:8888/.m3u filename was m3u.m3u8 and it recognised correctly by MPC.

VLC opens peerflix "uri" --mpchc -a -r -l correctly and there is no problem with it.

I'd try to change m3u pathname in idex.js u.pathname === '/m3u.m3u' but no sense.

Hope you can help.

UPD.

OK, i'd changed app.js and now m3u URI is looks like localhost:8888/m3u.m3u but MPC still cannot open this playlist, just when i do it manualy: i can download it from localhost:8888/m3u.m3u, then open it local from my drive, and MPC opens it correct. Also i'd tried to open 127.0.0.1:8888/m3u.m3u and 192.168.1.24:8888/m3u.m3u link in the MPC, but no luck.

Is it MPC issue? Any suggestions how to fix it?

I don't know about node JS, but maybe there is a way to get local (from HD) m3u file path and start MPC with arg that will contain this full path?