NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 78 79 80 81 82 … 1231 Next »
How to disable a tuner?

 
  • 0 Vote(s) - 0 Average
How to disable a tuner?
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#1
2009-11-04, 12:13 PM
I want to disable a tuner.

I know I can delete the configuration but I want something less drastic than scorched earth. I've tried disabling all the channels associated with one of my tuners and then updating the EPG.

This, you would think, would cause PVRX2 to not fire up this tuner when a recording is called for but PVRX2 still allocates programmes for recording to it - resulting of course in a blank, zero-length file. Any thoughts on how to achieve this?
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

Snooze
Offline

Posting Freak

Posts: 905
Threads: 26
Joined: Feb 2009
#2
2009-11-04, 12:26 PM
How about creating a duplicate of your other tuner(s) and putting at the top of the capture source list? Basically surrounding the one you dont want to use with the tuner(s) you want to use in the order you want to use them.
[SIZE="1"]Gigabyte GA-EP45-UD3R, Win8, Core 2 Duo E8400 3.0GHz, 6 GB (2GBx2, 1GBx2) DDR2 800, GIGABYTE GV-N220OC-1GI Video, CM Real Power Pro 550 Watt PS, HVR-2250 & HVR-1600 analog/Clear QAM, Realtek S/PDIF, Harmony 880 in MCE remote mode w/ Gestion LM Remote Keymap.
NPVR 2.5.9 (SAF6) Cyberlink video & LAV/ffdshow Audio Filters. Skin=Default Horizontal
Plugins: Weather
External Apps: XBMC, Hulu, Boxee, Winamp
Utilities:Comskip[/SIZE]
dennit
Offline

Posting Freak

Posts: 788
Threads: 43
Joined: Aug 2007
#3
2009-11-04, 03:15 PM
liteswap Wrote:I want to disable a tuner.

I know I can delete the configuration but I want something less drastic than scorched earth. I've tried disabling all the channels associated with one of my tuners and then updating the EPG.

This, you would think, would cause PVRX2 to not fire up this tuner when a recording is called for but PVRX2 still allocates programmes for recording to it - resulting of course in a blank, zero-length file. Any thoughts on how to achieve this?

If you disabled the channels associated with the source (tuner), then it shouldn't be able to schedule a programme on that source.

The gbpvr.db3 database has the following tables:
CAPTURE_SOURCE (one entry for each tuners),
CHANNEL (one entry for each channel, regardless of how many tuners can tune the channel),
PROGRAMME (one entry for each programme on each channel),
SOURCE_CHANNEL_MAPPING (one entry for each channel on each source - if the same channel is available on 3 sources, there will be 3 entries, if you disable a channel on a source, it marks it here.)

When you schedule a programme from PROGRAMME it knows the channel for that programme, then looks in SOURCE_CHANNEL_MAPPING to find an available source that can tune that channel. If you have disabled a channel from a source, it should have marked it in SCM and not selected it for the recording.

If I was looking into this, I'd use SQLiteSpy to check the database.
imagn
Offline

Senior Member

Posts: 437
Threads: 65
Joined: Mar 2008
#4
2009-11-04, 03:20 PM
liteswap Wrote:I want to disable a tuner.

I know I can delete the configuration but I want something less drastic than scorched earth. I've tried disabling all the channels associated with one of my tuners and then updating the EPG.

This, you would think, would cause PVRX2 to not fire up this tuner when a recording is called for but PVRX2 still allocates programmes for recording to it - resulting of course in a blank, zero-length file. Any thoughts on how to achieve this?

I think the one step you missed here is that you need to empty the epg and then update it. From my understanding if you empty the epg, it then update it will force GBPVR to reallocate recordings to the tuners that are active. Simply updating the epg may not do this. I have seen this when i added a tuner and there were still conflicts, I just emptied EPG then updated it and it updated my scheduled recordings accordingly
HTPC Server: 2.3gh AMD Quad 9600, 4GB ram, 320gb HDD, 1TB HDD, and 750GB External USB HDD, NVIDIA GeForce 8600gt, Win 7 (32bit), (2x) HVR2250 using QAM

Client: AM2 5600, biostar 790GX (onbard HD3300), 4gb memory, Vista, LM remote mapping app, Acer Revo R3610 (Atom N330) Win 7, 785G (HD 4200), Win 7, 4gb ram
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#5
2009-11-04, 03:30 PM
Yup, I'm fairly sure that any pending recordings will still be allocated to that tuner.
Until the EPG update that includes emptying it takes place.
dennit
Offline

Posting Freak

Posts: 788
Threads: 43
Joined: Aug 2007
#6
2009-11-04, 05:18 PM
martint123 Wrote:Yup, I'm fairly sure that any pending recordings will still be allocated to that tuner.
Until the EPG update that includes emptying it takes place.

Hmmmmm. The recording was put into the RECORDING_SCHEDULE table when first scheduled (or at the time of an EPG update for recurring) and merely disabling the channel would not affect one time scheduled programs. I think recurring scheduled programmes should have been reallocated, as I believe it removes all entries for the recurring program from RECORDING_SCHEDULE except for the very first one, then recalculates them. I assumed he was talking about newly scheduled programs being allocated to the disabled tuner, not previously scheduled or recurring.

When he scheduled a programme, the PROGRAMME table identified a particular channel, and GBPVR selected a particular tuner, then put that scheduled show into the RECORDING_SCHEDULE table. I don't think there's any procedure for undoing that process, except for recurring schedules, where it doesn't undo the first one, but does undo and redo the subsequent shows for each EPG update.

I suspect there's no standard way to "shift" previously scheduled programs off of the disabled tuner. I'm not sure if emptying the EPG will even deal with them. (Does GBPVR ever look at the RECORDING_SCHEDULE table to see if channels have been disabled from a source after the entry was made?) I can think of ways to do it manually with SQL, but I'm not sure if that's what he wants.
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#7
2009-11-05, 12:36 AM
Thanks for the insights guys - it's a bit more complex than I thought, then! Maybe a bit more reason for sub to consider adding an enabled/disabled checkbox for each tuner since, as it stands, taking the rational route of disabling channels to cut a tuner out of the loop in fact does nothing of the kind (and if I recall correctly) would explain some of the incongruous behaviour I've noted previously. Makes me wonder why that feature's there at all...
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#8
2009-11-05, 10:55 AM
Hopefully it's in hand
http://forums.nextpvr.com/showthread.php...ht=disable
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Multiple tuners - do you set and EPG for each or just on one tuner? ram4x4nut 1 5,121 2013-07-23, 07:01 AM
Last Post: Lao Pan
  Difficulty adding DigitalNow Quad DVB-T tuner csy 14 7,888 2011-07-30, 07:47 AM
Last Post: ToughRowToHoe
  Order of tuner use for live tv and recording shaunpatrick77 1 1,716 2011-02-19, 10:49 AM
Last Post: martint123
  default live tv tuner glampe 1 2,135 2010-10-27, 11:48 PM
Last Post: steeb
  How to correctly configure HVR-2250 dual tuner card ?? Kyle 2 2,190 2010-09-25, 02:47 AM
Last Post: Kyle
  Multiple Tuner Cards dhayzen 10 4,627 2010-08-26, 09:56 AM
Last Post: martint123
  IR fails -- Dual Hauppauge Tuner jackyl 1 1,531 2010-07-11, 05:03 PM
Last Post: sub
  EPG and Tuner issue jackyl 6 2,483 2010-07-11, 04:58 PM
Last Post: sub
  Setting up BDA.ini for new Kworld 450 T tuner mark_lt 2 1,784 2010-06-24, 06:37 AM
Last Post: mark_lt
  Repeatable Windows crash with MagicPro ProHDTV Gold Digital Tuner? jksmurf 2 1,714 2010-05-30, 10:58 PM
Last Post: jksmurf

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode