Any way to change it to list as 2 tuners instead of 3?
I'm using it on an old system & I'm getting some issues, every time I try to use the 3rd tuner it fails the 1st one. Is there a way to have it declare 2 tuners instead of 3?
#tuner_count=3
#tuner_count=3
I know the tuner Count is 3, I'm asking how to make plex see it as only 2, because when the 3rd gets used the 1st one fails.
it's a config file option...
set this to 2, delete dvr from plex, restart plex, readd
I changed it to 2, to 1, & re-added it, even restarted the server, cleaned bundles, it still shows 3. After it didn't work I figured that part of the config file, the # part, was just comments
Remove the # from the config option. This is what is called 'commented out'. It's a configuration option that can be missing from the config file without negative effect on the script.
[main]
tuner_count=2
Hello @LostOnTheLine. Are you still running into any issues?