NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 248 249 250 251 252 … 433 Next »
Single NPVR Setup, Multiple Locations / Transmitters

Single NPVR Setup, Multiple Locations / Transmitters
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 54,125
Threads: 967
Joined: May 2006
#11
2013-08-05, 12:42 PM (This post was last modified: 2013-08-05, 01:06 PM by mvallevand.)
Using npvr.db3 and home.db3 and away.db3 (last good copy of applicable npvr.db3)

The rough code you need for sqlite3 when you return home is

Code:
attach "home.db3" as home;
update channel_mapping
set tuning =
(select tuning from home.channel_mapping as home
where channel_mapping.channel_source_number = home.channel_source_number);

Then when you leave you do something similar with away.db3

Keeping unique common channel numbers is key here This assumes that there are no h264/mpeg2 mismatches for live tv.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPVR - EPG Setup - XML/XMLTV EPG - Zap2it & Zap2xml Erdrick 126 151,067 2024-01-29, 01:07 AM
Last Post: stoenjes44
  uray encoder setup with ir change 105 3 2,141 2023-03-20, 12:30 PM
Last Post: mvallevand
  npvr is not responding johndutcher 3 1,904 2022-05-05, 07:57 PM
Last Post: sub
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 4,872 2022-04-14, 04:33 AM
Last Post: Antmannz
  nPVR Continually Wakes PC bfos 23 12,971 2022-02-17, 03:48 PM
Last Post: sub
  Can't find tuner filter in NPVR 4.05 on old XP machine (eee 701) with RTL2832U iamanotheruser 3 2,208 2022-01-03, 04:45 AM
Last Post: mvallevand
Photo How to setup Multidec with HDHomeRun HDHR4-2DT spin35 7 3,331 2021-09-18, 02:12 AM
Last Post: sub
  Streaming Services with NPVR tesla1886 4 3,293 2021-01-04, 02:58 AM
Last Post: tesla1886
  NPVR choosing incorrect xml guide display-name after reboot drlava 7 3,889 2020-12-27, 02:27 AM
Last Post: sub
  Decoders setup page sylva1 5 3,077 2020-04-29, 01:26 AM
Last Post: sylva1

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

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

Linear Mode
Threaded Mode