NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 83 84 85 86 87 … 103 Next »
Channel list editing.

 
  • 0 Vote(s) - 0 Average
Channel list editing.
mame
Offline

Member

Italy
Posts: 99
Threads: 12
Joined: Apr 2020
#1
2020-06-02, 08:24 PM (This post was last modified: 2020-06-02, 08:26 PM by mame.)
I edited the channel list modifying some #, now I see it modified both in setting and in NextPVR but the npvr.db3 does not highlight the changes.
Where are they registered?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,199
Threads: 958
Joined: May 2006
#2
2020-06-02, 08:37 PM
They are absolutely in the database but multiple tables are involved.

Martin
mame
Offline

Member

Italy
Posts: 99
Threads: 12
Joined: Apr 2020
#3
2020-06-02, 09:41 PM
(2020-06-02, 08:37 PM)mvallevand Wrote: They are absolutely in the database but multiple tables are involved.

Martin

Yes, I know and I export CHANNEL and CHANNEL_MAPPING to get the data that interest me, but the changes (present using NextPVR) are not present in these two tables, are they elsewhere?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#4
2020-06-02, 09:47 PM
I'm not sure I follow you.

The channel names, and channel numbers are in the CHANNEL table. This is what is shown in the Settings->Channels page. They're not stored elsewhere.
mame
Offline

Member

Italy
Posts: 99
Threads: 12
Joined: Apr 2020
#5
2020-06-03, 07:37 AM
(2020-06-02, 09:47 PM)sub Wrote: I'm not sure I follow you.

The channel names, and channel numbers are in the CHANNEL table. This is what is shown in the Settings->Channels page. They're not stored elsewhere.

I have identified the source of the problem: in some cases the field "<readable_source> xxx: xxxx: xxx </readable_source>" is omitted.
For example:
11376, LA7,7, DVB / ATSC EPG, "<epg>
   <source> DVB / ATSC EPG </source>
   <Capture_source> 21 </ capture_source>
   <readable_source> 711: 263: 8572 LA7 </readable_source>
   <Mapping> 711: 263: 8572 </ mapping>
</ EPG>
"0
11377, TELENORD, 13, DVB / ATSC EPG, "<epg>
   <source> DVB / ATSC EPG </source>
   <Capture_source> 21 </ capture_source>
   <Mapping> 1: 17002: 8572 </ mapping>
</ EPG>
"0

Why?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#6
2020-06-03, 07:50 PM
Quote:in some cases the field "<readable_source> xxx: xxxx: xxx </readable_source>" is omitted.
For example:
<readable_source> isn't a database field. It's just a string the API makes from various bits of information, to display some tuning information for the user in the UI. The type of information it uses in here varies depending on the type of channel.

What do you need it for?
mame
Offline

Member

Italy
Posts: 99
Threads: 12
Joined: Apr 2020
#7
2020-06-03, 08:12 PM
(2020-06-03, 07:50 PM)sub Wrote:
Quote:in some cases the field "<readable_source> xxx: xxxx: xxx </readable_source>" is omitted.
For example:
<readable_source> isn't a database field. It's just a string the API makes from various bits of information, to display some tuning information for the user in the UI. The type of information it uses in here varies depending on the type of channel.

What do you need it for?

In recent days I have exported the database several times for the note checks and that string has always been present in all the scanned channels.
Now, for the first time, I observe that it is missing in some channels and I find it an anomalous and unusual fact.
Why do I need it? Nothing in particular, I used that string only to extract the serid:tsid:onid data to be included in my reports used in the previous posts.
I can also get those data from the <Mapping> string, but I can't explain the absence of that string, never missing before.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#8
2020-06-04, 01:53 AM
It's never in the database, so I'm not sure where you think it should be.
mame
Offline

Member

Italy
Posts: 99
Threads: 12
Joined: Apr 2020
#9
2020-06-04, 01:20 PM
What is never in the database?
Here two reports exported from the databases and opened with excel
in the past the string <readable_source> was always there for all the channels, in the last npvr some channels have not it
(look, for an example only, at the channels TELENORD and Telecittà, currently without the previous string).

===  csv exported from npvr.db3 on 22/05/2020:

oid,name,number,epg_source,epg_mapping,minor
……
11376,LA7,7,DVB/ATSC EPG,"<epg>
  <source>DVB/ATSC EPG</source>
  <capture_source>21</capture_source>
  <readable_source>711:263:8572 LA7</readable_source>
  <mapping>711:263:8572</mapping>
</epg>
",0
11377,TELENORD,9,DVB/ATSC EPG,"<epg>
  <source>DVB/ATSC EPG</source>
  <capture_source>21</capture_source>
  <readable_source>1:17002:8572 TELENORD</readable_source>
  <mapping>1:17002:8572</mapping>
</epg>
",0
11378,Primocanale,10,DVB/ATSC EPG,"<epg>
  <source>DVB/ATSC EPG</source>
  <capture_source>21</capture_source>
  <readable_source>1:16515:8572 Primocanale</readable_source>
  <mapping>1:16515:8572</mapping>
</epg>
",0
11379,TelecittΩ,11,DVB/ATSC EPG,"<epg>
  <source>DVB/ATSC EPG</source>
  <capture_source>21</capture_source>
  <readable_source>2:16515:8572 TelecittΩ</readable_source>
  <mapping>2:16515:8572</mapping>
</epg>
",0
11380,E'TV LIGURIA,12,DVB/ATSC EPG,"<epg>
  <source>DVB/ATSC EPG</source>
  <capture_source>21</capture_source>
  <readable_source>5:16515:8572 E&apos;TV LIGURIA</readable_source>
  <mapping>5:16515:8572</mapping>
</epg>
",0


===  csv exported from npvr.db3 on 02/06/2020:

oid,name,number,epg_source,epg_mapping,minor
………..
11376,LA7,7,DVB/ATSC EPG,"<epg>
  <source>DVB/ATSC EPG</source>
  <capture_source>21</capture_source>
  <readable_source>711:263:8572 LA7</readable_source>
  <mapping>711:263:8572</mapping>
</epg>
",0
11377,TELENORD,13,DVB/ATSC EPG,"<epg>
  <source>DVB/ATSC EPG</source>
  <capture_source>21</capture_source>
  <mapping>1:17002:8572</mapping>
</epg>
",0
11378,Primocanale,10,DVB/ATSC EPG,"<epg>
  <source>DVB/ATSC EPG</source>
  <capture_source>21</capture_source>
  <readable_source>1:16515:8572 Primocanale</readable_source>
  <mapping>1:16515:8572</mapping>
</epg>
",0
11379,Telecittà,11,DVB/ATSC EPG,"<epg>
  <source>DVB/ATSC EPG</source>
  <capture_source>21</capture_source>
  <mapping>2:16515:8572</mapping>
</epg>
",0
11380,E'TV LIGURIA,12,DVB/ATSC EPG,"<epg>
  <source>DVB/ATSC EPG</source>
  <capture_source>21</capture_source>
  <readable_source>5:16515:8572 E&apos;TV LIGURIA</readable_source>
  <mapping>5:16515:8572</mapping>
</epg>
",0
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,199
Threads: 958
Joined: May 2006
#10
2020-06-04, 01:35 PM
You asked about the fields for "Channel Editing" for ediitng the name and number. You are looking at unrelated EPG data.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Issues watching one channel, new problem Ricknextpvr 21 540 2025-07-04, 02:32 AM
Last Post: mvallevand
  Channel 7 TV channels do not load into my list cmacd 1 392 2025-05-26, 07:37 AM
Last Post: Renryant
  error: No tuner was available for the requested channel jzk 3 403 2025-04-19, 03:30 PM
Last Post: mvallevand
  Question about Multiple Clients viewing Same Channel JohnySmith1010 15 1,121 2025-04-07, 12:28 PM
Last Post: mvallevand
  Watched program and channel lists mkroc 8 706 2025-03-24, 02:21 PM
Last Post: BrettB
  Channel lock issue during recording erik123 1 322 2025-02-08, 03:35 AM
Last Post: BrettB
  Channel Icons Not Showing peekyblinder71 2 367 2025-01-17, 02:19 AM
Last Post: mvallevand
Sad Failed to download channel list? membball84 4 481 2025-01-15, 11:46 PM
Last Post: membball84
  Issue changing channel to same IPTV connection curtisfeatures 18 1,581 2025-01-14, 04:22 PM
Last Post: mvallevand
  can't get http://localhost:8866/service=?method=channel.m3u JCDinPGH 15 1,603 2024-11-28, 03:20 AM
Last Post: JCDinPGH

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

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

Linear Mode
Threaded Mode