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 … 59 60 61 62 63 … 101 Next »
m3u from local file

 
  • 0 Vote(s) - 0 Average
m3u from local file
etrain1
Offline

Junior Member

Canada
Posts: 29
Threads: 7
Joined: May 2021
#1
2021-06-02, 07:25 PM
anyway to import my m3u which is on my own drive
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#2
2021-06-02, 07:34 PM
For what purpose?

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,661
Threads: 767
Joined: Nov 2003
#3
2021-06-02, 08:46 PM
You should be able to enter a URL like file://d:\Test.m3u
etrain1
Offline

Junior Member

Canada
Posts: 29
Threads: 7
Joined: May 2021
#4
2021-06-02, 09:17 PM
(2021-06-02, 07:34 PM)mvallevand Wrote: For what purpose?

Martin

I edited the file
etrain1
Offline

Junior Member

Canada
Posts: 29
Threads: 7
Joined: May 2021
#5
2021-06-02, 09:24 PM
(2021-06-02, 08:46 PM)sub Wrote: You should be able to enter a URL like file://d:\Test.m3u

tried this and it said it was downloading, but it didn't
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#6
2021-06-02, 09:26 PM
I think file: takes 3 slashes. I'd try file:///d:/test.m3u

Martin
etrain1
Offline

Junior Member

Canada
Posts: 29
Threads: 7
Joined: May 2021
#7
2021-06-02, 10:02 PM
(2021-06-02, 09:26 PM)mvallevand Wrote: I think file: takes 3 slashes.  I'd try file:///d:/test.m3u

Martin

tried both file:///d:/test.m3u and file:///d:\test.m3u...neither worked
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,835
Threads: 954
Joined: May 2006
#8
2021-06-02, 10:12 PM
I guess you need to post your logs then.

Martin
dayvboy
Offline

Member

Canada
Posts: 51
Threads: 6
Joined: Mar 2021
#9
2021-06-23, 04:28 AM (This post was last modified: 2021-06-23, 04:46 AM by dayvboy.)
In the windows version, I import a local m3u file by specifying it as:  c:\temp\temp.m3u. I then have to update npvr.db3 database in c:\users\public\npvr-data.  I use DB Browser and a SQL lite script to change "c:\temp\temp.m3u" back into the m3u string given to me by my IPTV provider.  But you have to escape any "&" in the string with "&".  As a hypothetical example, if the m3u string from my IPTV provider is:

"https://someiptv.tv:826/get.php?username=12345678&password=24681357&type=m3u_plus&output=mpegts"

Then my SQL script would look like ... (note the escaped &'s)

UPDATE CHANNEL_MAPPING
SET tuning = REPLACE(tuning,'c:\temp\temp.m3u','https://someiptv.tv:826/get.php?username=12345678&password=24681357&type=m3u_plus&output=mpegts')
WHERE
    tuning IS NOT NULL;


Don't worry, it will only update rows containing c:\temp\temp.m3u.

You have to stop the nextpvr service before you run the script.   open command prompt as admin and run
C:\Windows\System32\net.exe STOP "NEXTPVR Service" or stop it from the computer management screen.

It would be a good idea to backup npvr.db3 before you run the script as a fallback should things go wrong.

I find it very useful.  I get my iptv provider's m3u file, delete thousands of channels that are useless to me and end up only adding the channels I want to watch.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to delete recording. File may be in use. seattlefog 24 713 2025-04-13, 01:08 AM
Last Post: sub
  How to Import Recordings from Prior Install Without any Export Recordings FIle jw1 32 1,957 2024-11-18, 11:41 AM
Last Post: jw1
  V7 Resume now always Plays from File Start peter t 2 367 2024-11-16, 03:53 AM
Last Post: sub
  "missing recorded file"..... new hardware....new setup.. same issue Houghton19@gmail.com 7 1,116 2024-04-16, 12:04 PM
Last Post: Houghton19@gmail.com
  File name missing E01S01 merlebeckman 7 4,365 2023-12-16, 05:33 PM
Last Post: mvallevand
  Cannot change Recording Directory to a Local Network Directory fasteddy 6 1,234 2023-09-26, 08:38 AM
Last Post: cyrano
  .TS File Problem geobrick 24 5,341 2023-06-25, 01:03 AM
Last Post: jobby99
  Unexpected Error on Local.Recorder.StartStream Chris4877 3 678 2023-05-10, 10:57 PM
Last Post: Chris4877
  Batch file for live TV fla 20 2,384 2023-04-30, 03:25 AM
Last Post: fla
  Windows could not start the NextPVR Service service on Local Computer Error 193:0xc1 Jimmyts100 6 5,315 2023-01-10, 04:09 AM
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