David
David
Allowing to force a resolution in the config could be interesting. I imagine that the `auto` quality issue isn't something that's being caused directly by iSponsorBlockTV, but rather YouTube trying...
Are you running the code from source? Maybe the python version you're using is somehow not compatible with iSponsorBlockTV. Would you mind sending the output of `python --version` or `python3...
@matzZz are you using the tui config editor or the cli one? Are you trying to use auto discover or manually enter the device code?
@matzZz for lan discovery to work on Apple TV you need to: 1) Force close the app and reopen it 2) Go to the lan pairing section in settings 3)...
@matzZz that's great to hear!
Feel free to open a PR and fix it yourself if you want to. I'll try and take a look whenever I have time for it
This will be fixed by #108
Hi, please run the container with debug logs so I can find the issue. ``` docker run --rm -it \ --network=host \ -v /PATH_TO_YOUR_CONFIG.json:/app/config.json \ ghcr.io/dmunozv04/isponsorblocktv \ --debug ```
I haven’t been able to debug the issue
After inspecting the logs it looks like the program crashes because it isn't able to read the `atv.metadata.app.identifier`. I'll change that and see if it fixes the issue for you