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 … 25 26 27 28 29 … 433 Next »
IPTV useername

IPTV useername
jrockow
Offline

Senior Member

Posts: 716
Threads: 111
Joined: Nov 2005
#1
2019-04-11, 10:36 AM
My IPTV provider changed my username.

I previously spent a lot of time cleaning up channels and switching over my EPG to Schedules Direct.
Must I redo all that work now or is there some way (DB change perhaps) I can just insert my new username?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,124
Threads: 957
Joined: May 2006
#2
2019-04-11, 11:55 AM
IPTV is not a particularly stable environment so you should expect extra work, TANSTAAFL. In any case you should consider researching the sqlite replace command

UPDATE channel_mapping
SET tuning = replace( tuning, 'old', 'new' )

making sure that oldpassword replaces exactly what you want and isn't repeated. If you can use =old, =new or &old &new even better.

Martin
jrockow
Offline

Senior Member

Posts: 716
Threads: 111
Joined: Nov 2005
#3
2019-04-11, 02:16 PM
martin,

thanx for your response.
I tried your suggestion earlier without success.

then I loaded up a spare PC with NEXTPVR and did an import of the IPTV channels using the new username.
turns out some of the channel_OID and channel_source_numbers are different from my original setup.
who determines these numbers; NEXTPVR or my IPTV reseller?

I'm using the same VADERS service, but it appears that my reseller has changed, hence the new username.

I'm beginning to think my best move forward would be to delete my IPTV channels in my original setup and re-import all the channels.
Besides all the unwanted channels I deleted, I assigned the remaining channels EPG using Schedules Direct; a whole lot of work.
I get that's on me, I just wanted confirmation.

As you said, TANSTAAFL!
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,124
Threads: 957
Joined: May 2006
#4
2019-04-11, 02:46 PM
Channel mapping changes in the m3u file and the EPG are big issues for sure. Much harder to deal with in SQL the simple change.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#5
2019-04-11, 05:14 PM
jrockow Wrote:turns out some of the channel_OID and channel_source_numbers are different from my original setup.
who determines these numbers; NEXTPVR or my IPTV reseller?
CHANNEL_MAPPING.channel_source_numbers isn't used for IPTV channels. They're probably just some incrementing number. If the numbers are slightly different, it'll likely be because the IPTV provider has changed the channel list since you originally imported it. channel_source_numbers is only really used with analog and HDPVR style devices (for sending to the channel blaster)

The actual channel numbers are often just an incrementing number with IPTV too, unless their m3u providers an "tvg-chno". (most don't)
jrockow
Offline

Senior Member

Posts: 716
Threads: 111
Joined: Nov 2005
#6
2019-04-11, 06:32 PM
So then do concur with Martin that all I need change is the username in the tuning field and it should have worked? It didn't.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#7
2019-04-11, 07:26 PM
If that was all that changed about their url, then yes, that's likely all that needed to change. Hard to guess why without logs etc.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#8
2019-04-11, 07:31 PM (This post was last modified: 2019-04-11, 09:04 PM by pBS.)
you'll have to replace the token= string in sql, then go in settings, then 'channels' then 'bulkmap' then 'ok' out of that screen and nextpvr will reread database changes. Smile
[or just restart recording service]
i do it all the time.. instead of mapping all of the 30 sports channels my game may land on, i just wait to find out which one it'll be on, and then run batch file to update new url,[same area as username] then go into settings/bulkmap and i can watch channel..Smile

wish there were a cmdline to reread tuning strings, but not a huge deal as most of procedure is manual anyways.

Code:
sqlite3.exe npvr.db3 "UPDATE channel_mapping SET tuning = REPLACE(tuning, 'token=oldstring', 'token=newstring');"

if you look in your .m3u8 that is imported, just replace old token= string with new one and you're set..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  IPTV Channel Mapping jrockow 15 8,131 2021-03-07, 09:45 PM
Last Post: jrockow
  State of IPTV support TRW 18 6,122 2020-10-22, 09:58 AM
Last Post: pbelo
  IPTV service called Joker TV quek9 9 6,049 2020-09-27, 08:23 PM
Last Post: quek9
  Someone to create a IPTV channel Brucek2839 0 1,402 2020-04-08, 02:14 PM
Last Post: Brucek2839
  how to create my own IPTV channel Brucek2839 7 3,649 2020-03-31, 04:24 PM
Last Post: mvallevand
  IPTV timeout jrockow 2 2,001 2020-01-12, 07:41 PM
Last Post: jrockow
  IPTV Connections Greyed out mwkurt 2 1,780 2019-12-04, 07:55 PM
Last Post: mwkurt
  Rec service crashing when trying iptv streams that work in vlc pBS 30 7,593 2019-11-30, 04:27 AM
Last Post: pBS
  adding channels to iptv listing pmuraw 1 1,961 2019-11-14, 04:03 AM
Last Post: mvallevand
  IPTV Group Listings pmuraw 2 1,893 2019-10-15, 10:53 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode