2020-11-22, 02:28 PM
same thing, plays for a bit, freeze, drops back to guide screen
on another note, I had nextpvr running in docker on the archlinux box, today spinning it up to compare results, its unable to find the m3u/xml.
from the dockerfile
--volume /home/jerry/nextpvr/config:/config
I've placed m3u/xml at ~/config/myname.m3u/myname.xml
results in Could not find file '/config/myname.m3u'
if I change web to config/myname.m3u results in
Could not find a part of the path '/app/config/myname.m3u'
this is from docker logs -f nextpvr
on another note, I had nextpvr running in docker on the archlinux box, today spinning it up to compare results, its unable to find the m3u/xml.
from the dockerfile
--volume /home/jerry/nextpvr/config:/config
I've placed m3u/xml at ~/config/myname.m3u/myname.xml
results in Could not find file '/config/myname.m3u'
if I change web to config/myname.m3u results in
Could not find a part of the path '/app/config/myname.m3u'
this is from docker logs -f nextpvr