NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 40 41 42 43 44 Next »
Two requests

 
  • 0 Vote(s) - 0 Average
Two requests
dazed
Offline

Junior Member

Posts: 16
Threads: 4
Joined: Sep 2019
#1
2019-09-22, 01:44 PM
Option to change the postion of channel groups, it's currently sorted alphabetically. It stays like this when imported into Kodi I have to manually edit the TV32.db to set the order i want
[ATTACH=CONFIG]47633[/ATTACH]

If it's not possible already can we export the channel list as a m3u. I'd like to be able to use that m3u with xTeVe and Plex because Plex seems to hate my dvb tuners.

Been using v5 for about a week or so now and haven't had an issues with channel changing or recordings so keep up the good work. Smile
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2019-09-22, 06:04 PM
Being able to sort the channel groups is on my to do list for the future.

You can get the m3u currently using:
http://ipaddress:8866/services/service?m...hannel.m3u

There is some limitations around using multiple tuners via the m3u, but it'd certainly be fine if you're only trying to do a single tuner that way.
dazed
Offline

Junior Member

Posts: 16
Threads: 4
Joined: Sep 2019
#3
2019-09-22, 06:43 PM
sub Wrote:You can get the m3u currently using:
http://ipaddress:8866/services/service?m...hannel.m3u

Does that only work for a single channel? Like method=BBCOneHD.m3u because I get this
[ATTACH=CONFIG]47638[/ATTACH]

I was thinking similar to tvheadend http://ipaddress:9981/playlist which gives you a full list
[ATTACH=CONFIG]47639[/ATTACH]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#4
2019-09-23, 05:57 PM
dazed Wrote:Does that only work for a single channel? Like method=BBCOneHD.m3u because I get this
[ATTACH=CONFIG]47638[/ATTACH]
Where did you get that? It looks like you've opened it in a browser, which is expecting html/xml. Don't open it in a browser - just open it in something like VLC.

I'd need to set the mime type differently to have it open nicely in a browser.

Quote:I was thinking similar to tvheadend http://ipaddress:9981/playlist which gives you a full list
[ATTACH=CONFIG]47639[/ATTACH]
Yeah, that's exactly the type of response it returns. ie, this is what I get:
Code:
#EXTM3U

#EXTINF:0, 1 - TVNZ 1
http://127.0.0.1:8866/live?channel=1

#EXTINF:0, 2 - TVNZ 2
http://127.0.0.1:8866/live?channel=2

#EXTINF:0, 3 - Three
http://127.0.0.1:8866/live?channel=3

#EXTINF:0, 4 - Bravo
http://127.0.0.1:8866/live?channel=4

#EXTINF:0, 5 - Maori Television
http://127.0.0.1:8866/live?channel=5

#EXTINF:0, 6 - TVNZ 1 +1
http://127.0.0.1:8866/live?channel=6

#EXTINF:0, 7 - TVNZ 2 +1
http://127.0.0.1:8866/live?channel=7

#EXTINF:0, 8 - ThreePlus1
http://127.0.0.1:8866/live?channel=8

#EXTINF:0, 9 - Bravo PLUS 1
http://127.0.0.1:8866/live?channel=9

#EXTINF:0, 10 - PRIME
http://127.0.0.1:8866/live?channel=10

#EXTINF:0, 11 - ThreeLife
http://127.0.0.1:8866/live?channel=11

#EXTINF:0, 12 - ChoiceTV
http://127.0.0.1:8866/live?channel=12

#EXTINF:0, 13 - TVNZ DUKE
http://127.0.0.1:8866/live?channel=13

#EXTINF:0, 14 - ThreeLife+1
http://127.0.0.1:8866/live?channel=14

#EXTINF:0, 15 - Te Reo
http://127.0.0.1:8866/live?channel=15

#EXTINF:0, 16 - Al Jazeera
http://127.0.0.1:8866/live?channel=16

#EXTINF:0, 17 - HGTV
http://127.0.0.1:8866/live?channel=17

#EXTINF:0, 20 - TVSN Shopping
http://127.0.0.1:8866/live?channel=20

#EXTINF:0, 25 - Shine TV
http://127.0.0.1:8866/live?channel=25

#EXTINF:0, 26 - Firstlight
http://127.0.0.1:8866/live?channel=26

#EXTINF:0, 27 - Hope Channel
http://127.0.0.1:8866/live?channel=27
...etc...
dazed
Offline

Junior Member

Posts: 16
Threads: 4
Joined: Sep 2019
#5
2019-09-23, 07:25 PM
I replied but I think it's held for moderation because there was a url in it
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#6
2019-09-23, 07:36 PM
Sorry, I missed that they were marked for requiring approval. You should see it and my response now.
dazed
Offline

Junior Member

Posts: 16
Threads: 4
Joined: Sep 2019
#7
2019-09-23, 08:31 PM
sub Wrote:Where did you get that? It looks like you've opened it in a browser, which is expecting html/xml. Don't open it in a browser - just open it in something like VLC.

I thought it would allow me to get the m3u file like with tvheadend. I've tested with Plex through xTeVe and it plays perfectly
https://i.imgur.com/OKOgRGm.png

I now don't need to buy new hardware just for Plex :p thank you
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#8
2019-09-23, 09:21 PM
dazed Wrote:I thought it would allow me to get the m3u file like with tvheadend.
It does. The only thing that is different is the mime type, which causes the browser to show it a different way.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



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

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

Linear Mode
Threaded Mode