So I am definitely not super familiar with linux but I am comfortable working in command line provided someone helps me with the syntax and such.
So I've got my Raspberry Pi setup with a static IP on my network, I think I have Docker installed correctly because if I run: "sudo docker version" I get a reply with 20.10.0 for version number.
I ran the docker commands as I found somewhere else and I think it's worked because when I attempted: "sudo docker run --restart unless-stopped --name pluto-for-channels -p 8080:80 jonmaddox/pluto-for-channels" and it returns essentially "Conflict. The container name "/pluto-for-channels" is already in use.
So I think the Docker container is running appropriately but when I put "http://raspberryip:8080playlist.m3u" in the server settings but it doesn't seem to find any channels.
Any help?