Advertisement
Guest User

Untitled

a guest
Jan 18th, 2013
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # Remember to exchange the XXXXYYYY-Z with the serial number of your HDHomeRun
  2. # tuner:
  3.  
  4. # Auto detect tuner type is not possible in all cases, so you can force it
  5. # DVB-C
  6. # DVB-T
  7. # ATSC
  8.  
  9. [12206127-0]
  10. tuner_type=DVB-C
  11.  
  12. [12206127-1]
  13. tuner_type=DVB-C
  14.  
  15. # You can use a full name including tuner ID. Meaning the tuner will appear as
  16. # "HDHomeRun DVB-C 1234EA3D-0" instead of just "HDHomeRun DVB-C" in for example
  17. # TVHeadend.
  18.  
  19. [12206127-0]
  20. use_full_name=true
  21.  
  22. [12206127-1]
  23. use_full_name=true
  24.  
  25. # You can disable certain tuners. As default all detected hdhomeruns are used
  26.  
  27. #[XXXXYYYY-2]
  28. #disable=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement