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 … 261 262 263 264 265 … 433 Next »
Two things I need to know

Two things I need to know
Tre4Bax
Offline

Member

Posts: 98
Threads: 30
Joined: Mar 2013
#1
2013-03-29, 09:24 AM
Hi there,

I am trying to get this box working 100% and for that I need to know two things

1) How can I see what frequency a particular channel is tuned to?

2) What is an OID? Is it internal to NextPVR or generated from somewhere else. Can I make my own up or do they have to match?

Any answers gratefully received
Kiwi
Offline

Member

Posts: 215
Threads: 32
Joined: Oct 2012
#2
2013-03-29, 09:37 AM
1) U can check the frequency when u view the Device Setup of your device in Settings -> Devices.

2) This OID u mention, do u mean the number that is in the recordings xml file both for the pending and recurring ones when we export it? If so, I have tried renumbering, and it works in importing the modified file, though I have not tried using the same number in 2 recordings (probably wise to avoid using the same number).
Tre4Bax
Offline

Member

Posts: 98
Threads: 30
Joined: Mar 2013
#3
2013-03-29, 11:14 AM
Many thanks, I'll look at that.

I'm trying to import my Mediacenter recordings into NextPVR. To do that I'm writing some code to create an import file I can import into NextPVR. I've managed to get at much of the info in the media file but the OIDs for the events and the ChannelOID are not available there so I guessed they would be NextPVR specific. I suspect though that ChannelOID will be important even though I have the Channel name okay.

At this point my plan was to just generate OIDs starting above the top ones in the exported recording list and see what happens. I will probably backup all the NextPVR files before I do this to allow me to recover.....
Kiwi
Offline

Member

Posts: 215
Threads: 32
Joined: Oct 2012
#4
2013-03-29, 11:23 AM
Tre4Bax Wrote:Many thanks, I'll look at that.

I'm trying to import my Mediacenter recordings into NextPVR. To do that I'm writing some code to create an import file I can import into NextPVR. I've managed to get at much of the info in the media file but the OIDs for the events and the ChannelOID are not available there so I guessed they would be NextPVR specific. I suspect though that ChannelOID will be important even though I have the Channel name okay.

At this point my plan was to just generate OIDs starting above the top ones in the exported recording list and see what happens. I will probably backup all the NextPVR files before I do this to allow me to recover.....

I see. In that case I suggest u create a dummy recurring recording entry in NextPVR using the channel that u intend to record to, and export it so that u can read the value of the ChannelOID. Then u can copy the value to your Mediacenter xml file to import into NextPVR.

Btw, ChannelOID is different from OID in case u are mistaken. OID ranks the recording priority, if I'm not wrong.
Tre4Bax
Offline

Member

Posts: 98
Threads: 30
Joined: Mar 2013
#5
2013-03-29, 11:26 AM
Just tried with a single file and it says no recordings imported :-(
Kiwi
Offline

Member

Posts: 215
Threads: 32
Joined: Oct 2012
#6
2013-03-29, 11:30 AM
Tre4Bax Wrote:Just tried with a single file and it says no recordings imported :-(

The format of the xml file has to be something like this for each entry:

Code:
<recurring>
    <oid>11</oid>
    <name>HD5NEWS</name>
    <matchrules>
<Rules><ChannelOID>7151</ChannelOID><ChannelName>HD5</ChannelName><StartTime>2012-11-01T13:29:00.0000000Z</StartTime><EndTime>2012-11-01T14:25:00.0000000Z</EndTime><PrePadding>0</PrePadding><PostPadding>0</PostPadding><Quality>0</Quality><Keep>0</Keep></Rules>
    </matchrules>
  </recurring>
Replace the relevant values for your own NextPVR settings, like ChannelOID, ChannelName, etc.
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#7
2013-03-29, 11:52 AM
Tre4Bax Wrote:2) What is an OID?
It's a name given to a column in the NextPVR database. Values in that column uniquely identify each row in a table. There are OID columns in several tables in the database. Software to look inside the database might help. I use SQLite Manager (it's a Firefox plugin).
Kiwi
Offline

Member

Posts: 215
Threads: 32
Joined: Oct 2012
#8
2013-03-29, 12:59 PM
Graham Wrote:It's a name given to a column in the NextPVR database. Values in that column uniquely identify each row in a table. There are OID columns in several tables in the database. Software to look inside the database might help. I use SQLite Manager (it's a Firefox plugin).

Nice info. Smile

Btw, what does the O in OID stand for?
Lao Pan
Offline

Posting Freak

UK (Mendip TX)
Posts: 1,300
Threads: 114
Joined: Oct 2008
#9
2013-03-29, 02:14 PM
OID = Object Identifier

They need to be unique they are created by NPVR for the database.
It's not an overly complicated system - it's more - overly simple operatives  Huh
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#10
2013-03-29, 03:56 PM
Tre4Bax Wrote:Many thanks, I'll look at that.

I'm trying to import my Mediacenter recordings into NextPVR. To do that I'm writing some code to create an import file I can import into NextPVR. I've managed to get at much of the info in the media file but the OIDs for the events and the ChannelOID are not available there so I guessed they would be NextPVR specific. I suspect though that ChannelOID will be important even though I have the Channel name okay.

At this point my plan was to just generate OIDs starting above the top ones in the exported recording list and see what happens. I will probably backup all the NextPVR files before I do this to allow me to recover.....
You can leave the OID/ChannelOID as zero. It'll create them as appropriate when it imports the recording.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  TVguide.com listings changed things again Legacy14 1 1,370 2018-07-26, 04:37 AM
Last Post: CDinger
  Windows 10 Setup a Mess - Several Things Maavalous 17 5,216 2017-08-21, 06:50 PM
Last Post: Maavalous
  Couple of things... mattyb 6 2,547 2012-09-10, 07:56 PM
Last Post: mattyb
  Things missing from GBPVR djphatjive 8 2,867 2011-08-26, 03:02 PM
Last Post: imilne
  HDHR recordings fails daily - restart fixes things for a while wtg 20 4,797 2011-01-26, 06:43 PM
Last Post: johnsonx42
  N-PVR 1.5.21 Small Visual Anomalies And Other Things... IanSav 12 4,016 2010-07-03, 09:07 AM
Last Post: johnsonx42
  things I never liked about GB-PVR that have now made it to Next-PVR.... johnsonx42 23 7,996 2010-06-20, 08:10 PM
Last Post: johnsonx42

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

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

Linear Mode
Threaded Mode