jkaberg / tvhProxy

An small flask app to help Plex DVR connect with Tvheadend
Other
216 stars 107 forks source link

Plex not reporting 3 tuners. #14

Closed matbor closed 7 years ago

matbor commented 7 years ago

Plex Server Version 1.5.6.379 doesn't seem to report three tuners even though TVheadend can record to all three and hitting the discover.json reveals the turner count. Any suggestions?

{
  "BaseURL": "http://localhost", 
  "DeviceAuth": "test1234", 
  "DeviceID": "12345678", 
  "FirmwareName": "hdhomeruntc_atsc", 
  "FirmwareVersion": "20150826", 
  "FriendlyName": "tvhProxy", 
  "LineupURL": "http://localhost/lineup.json", 
  "ModelNumber": "HDTC-2US", 
  "TunerCount": 3
}

img_1022

matbor commented 7 years ago

Changing tuner count to 2 fixed it, guess plex doesn't like more than two tuners atm.