NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 2 3 4 5 … 43 Next »
M3U from french ISP (free.fr) problem

 
  • 0 Vote(s) - 0 Average
M3U from french ISP (free.fr) problem
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#11
2024-11-23, 01:51 PM (This post was last modified: 2024-11-23, 02:05 PM by mvallevand.)
If you are trying to add many channels it is much easier to call a script with parameters and test the script outside NextPVR.

I tried to connect to mafreebox.freebox.fr/ using my cheapo VPN but no luck too bad looks there is a grabber script I could try and modify.

Is this actually a server or a local device?

Martin
beber2410
Offline

Junior Member

France
Posts: 8
Threads: 0
Joined: Nov 2024
#12
2024-11-24, 11:07 AM
So, after 3 new hours !! :
I finaly get working with this extras xml file :

<extras>
    <channel name="Arte">
      <command>ffmpeg</command>
      <args>-i rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&amp;service=204&amp;flavour=hd -vcodec h264 -acodec aac -f mpegts -</args>
    </channel>
<channel name="France 2">
      <command>ffmpeg</command>
      <args>-i rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&amp;service=201&amp;flavour=hd -vcodec h264 -acodec aac -f mpegts -</args>
    </channel>
  </extras>

I succes add epg located on my libreelec/kodi miniPC (I was not able to add "/storage/downloads/guide.gz" file seams that Npvr don't like .gz format from local file but it like http:// .gz ... something to improve ??

Now I want to add channels logo whitch are on local .png files ... but I don't know if it's possible and how to do that ??

Beber
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#13
2024-11-24, 02:55 PM
There is <icon></icon> you can add to channel for the logo. However normally that is also in the XMLTV file (click download icons) On the channel line you can add the number ="7" and number="2"

It thought you were leaving for TVHeadend but if this command gives you a file

curl http://mafreebox.freebox.fr/api/v3/tv/channels/

gives output I could automate the extra from that you.

For the extra you definitely need to add -v panic because you are corrupting the ts stream You only really need to transcode them for the NextPVR web server, if you use Kodi that is overkill. I would just use -c copy and let the web server trancode them on demand (there might be a bug on extras right now)

Martub
beber2410
Offline

Junior Member

France
Posts: 8
Threads: 0
Joined: Nov 2024
#14
2024-12-07, 10:20 AM
So after some days I come back !
I've a new RPI5 as I install like server of emby server and I'm trying NPVR.
Thanks a lot Martub for your explanations.
This is an example of my extras.xml file witch is working very well :
<extras>
<channel name="Arte" number="1">
<icon>file:///home/rpi/nextpvr/icons/arte.png</icon>
<command>ffmpeg</command>
<args>-v panic -i rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&amp;service=204&amp;flavour=hd -c copy -f mpegts - </args>
</channel>
<extras>

Channel name, number is OK and reading well on LibreELEC/KODI.

The last thing that I doesn't work is the icons witch doesn't appears. I put them on /home/rpi/nextpvr/icons.
I tried on extras.xml file : /home/rpi/nextpvr/icons/arte.png and //home/rpi/nextpvr/icons/arte.png and ///home/rpi/nextpvr/icons/arte.png and file:///home/rpi/nextpvr/icons/arte.png but without success ...
Can you tell me what is the good syntax ??
Thanks a lot
Beber
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,849
Threads: 954
Joined: May 2006
#15
2024-12-07, 02:41 PM (This post was last modified: 2024-12-07, 05:39 PM by mvallevand.)
For locally saved icons just place them in the channel icon folder not the xml. That would be /media/channel the data folder so for LE that would be something like.

/home/.kodi/userdata/addon_data/service.nextpvr/config/media/channels

The filename will be ChannelName.png or jpg and it is case sensitive with the channel name.

Martin
beber2410
Offline

Junior Member

France
Posts: 8
Threads: 0
Joined: Nov 2024
#16
2024-12-07, 03:03 PM
Ok that worked.
Thank you Martin, I continue testing ....
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recording Problem zawx 2 646 2023-10-29, 03:29 AM
Last Post: zawx
  The problem with the disable groups RickN 1 631 2023-05-16, 11:52 AM
Last Post: mvallevand
  Problem with some Channel Logos Paul92 2 992 2022-06-29, 10:07 PM
Last Post: Paul92
  Problem import m3u list robiwan 2 1,054 2022-01-01, 09:43 AM
Last Post: robiwan
  Problem with Guide GWCowling323 5 1,931 2021-01-20, 04:57 PM
Last Post: GWCowling323
  TV Guide Time Zone problem in Web App MovieWiz 24 4,880 2020-11-02, 04:40 AM
Last Post: sub
  EPG Problem with DVB-C on Version 5.0.2.200322 Escape7 3 1,531 2020-04-02, 05:17 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode