Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Number Of Tuners? #27

Closed
Migz93 opened this issue Jul 4, 2018 · 4 comments
Closed

Incorrect Number Of Tuners? #27

Migz93 opened this issue Jul 4, 2018 · 4 comments
Labels

Comments

@Migz93
Copy link

Migz93 commented Jul 4, 2018

I have 2 physical tuners plumbed into tvheadend.
My antennas is configured with "TUNER_COUNT" = 2 but once antennas is added to plex i'm seeing 50 tuners which is a bit of a pain as i don't get recording schedule conflicts as my plex server thinks theres loads of tuners.
If i set the TUNER_COUNT to 1 then i get 49 tuners, if i set it to 3 i get 51 tuners.

@jfarseneau jfarseneau added the bug label Aug 17, 2018
@ideasman69
Copy link

Yeah I'm seeing the same thing!

vmware_2018-11-09_07-53-40

Awesome job though @TheJF - this is a great little app

@DasPflanze
Copy link

Yes, I'm having the same problem...
Did someone find a workaround?

@DasPflanze
Copy link

So I found one myself. Using the config.yml instead of environment variables I've got now the right amount of tuners.

@bennydiamond
Copy link

2 in ASCII translate to a numerical value of 50 (base10).
Clearly, value of TUNER_COUNT is cast from string to int. Try to write it with quotes:

TUNER_COUNT="2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants