NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
1 2 3 4 5 … 20 Next »
Radio stations for NextPVR

 
  • 0 Vote(s) - 0 Average
Radio stations for NextPVR
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 56,750
Threads: 998
Joined: May 2006
#21
2025-09-12, 02:10 AM
Are you saying you see them on TuneIn but not in the addon. I can't see them here in Canada potentially because of geoblocking. If so it is possible they use a web player which tune in can launch but NextPVR cannont. You might also be able to find urls for these stations and manually add them as iptv.

Martin
RecordEverything
Offline

Junior Member

USA
Posts: 3
Threads: 0
Joined: Sep 2025
#22
2025-09-12, 03:37 AM
Yes, I can see them on the region page on the TuneIn website (For example: https://tunein.com/radio/Stream-Victor-Valley-r100135/ ). What is the recommended way to find URLs for those stations so I can manually add them?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 56,750
Threads: 998
Joined: May 2006
#23
2025-09-12, 12:54 PM (This post was last modified: 2025-09-12, 12:58 PM by mvallevand.)
I found out the issue the addon didn't support URL's that gave an erro on the http HEAD command. I was a bit confused by one comment you talk about "Highway Rock 99.7" but it seems that iss two stations Highway Rock 96.9 and ViBE 99.7. Both now are available.

The Bear 102.5 is iHeart radio so it doesn't use an r code, they depend on the location. If you don't find it based on your local location, you could use the option described here https://forums.nextpvr.com/showthread.ph...#pid597262

Try v1.2 in post #1. I expect with the HEAD removed some stations will not be playable, but more will.

For Internet radio in general there are lots of ways to find URL's on the Internet without using Tunein.

Martin
RecordEverything
Offline

Junior Member

USA
Posts: 3
Threads: 0
Joined: Sep 2025
#24
2025-09-13, 11:04 PM (This post was last modified: 2025-09-13, 11:04 PM by RecordEverything.)
v1.2 worked well and I was able to get the stations I needed. Thank you!!
LynnO
Offline

Junior Member

Posts: 8
Threads: 1
Joined: Sep 2016
#25
2026-08-21, 08:34 PM
(2024-12-10, 04:47 PM)mvallevand Wrote: I went to update an addon I wrote for v6 but when I checked I couldn't find it so I may never actually released it.   That could explain the lack of feedback!  The main purpose of NextRadio is to provide local radio to NextPVR using IPTV and or cheap SDR radio tuners. 

To install

First unzip the attached into the NextPVR program folder, C:\Program Files\NextPVR or /opt/nextpvr/system/  and then 

- on Windows delete the two JSON files and run NextRadio.exe, 
- on Linux run sudo opt/dotnet/dotnet /opt/nextpvr/system/NextRadio.dll

1.  For Internet radio

Running this will (should?) generate an m3u file with icons for IPTV in your data folder.  On  Windows go to IPTV and for the m3u file enter C:\Users\Public\NPVR-Data\Local Radio.m3u.  On Linux that would be /var/opt/nextpvr/LocalRadio.m3u 

The stations loaded will be the same as you have if you follow the link https://tunein.com/radio/local/  If that doesn't find your local stations go to https://tunein.com/radio/regions/ and navigate to the city that you want and check the URL it should end with -r####  Using Wellington NZ as an example that is https://tunein.com/radio/Stream-Wellington-r101620/  To manually add this you would add the parameter  --rtid r101620 to the command The m3u file will be name CityName.m3u

If you want to confirm the radio stations that will be added use the --list  parameter.

There are advanced options to install based on query too to add genres and specialized music. If you are interested let me know.

2. For SDR radio

SDR radio  uses a program called rtl_fm to tune your FM stations.  Windows and arm32 (for the RPi) programs are included but on Linux if you have it installed locally on Linux that will be used.   Instead of IPTV an extra is created called extra-rtlfm.xml  and you select that directly from the device list.  You will need to refresh the Device list the first time to get it loaded. 

The parameter to install SDR radio is  --sdr   In Canada and the the radio frequencies for you city are geolocated and loaded from this database https://db.wtfda.org/  For other countries all FM radio frequencies are selectable.  You can add the --manual option in North America if your frequency is not showing.

After installing this I leave it to you to tweak the rtl_fm settings. These well be in Windows (C:\Users\Public\NPVR-data\scripts\nextradio\SDRadio.bat and Linux /var/opt/nextpvr/scripts/nextradio/SDRadio.sh Quite often the Internet radio will sound better  but some users link to tinker with their hardware.

If you really only want SDR radio use --no-m3u

Icons for SDR radio will be added from Internet FM if they are found.

Happy listening.

Martin

Hello Martin,

I am trying to put internet radio on an RPi 5 that I am currently running NextPVR on.  I coped the files from NextRadio-1.2.zip to the  /opt/nextpvr/system/ directory, changed the permissions to 777 (chmod 777).  When I tried to run "sudo opt/dotnet/dotnet /opt/nextpvr/system/NextRadio.dll" I got the error "sudo: opt/dotnet/dotnet: command not found".  Do I need a dotnet command, or is it in another directory on my Pi5?

Thanks,
Lynn O
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 56,750
Threads: 998
Joined: May 2006
#26
2026-08-21, 08:41 PM
Assuming you installed with the deb installer all Linux installs are the same. It looks like I made a type and missed a slash so it should be sudo /opt/...

Martin.
LynnO
Offline

Junior Member

Posts: 8
Threads: 1
Joined: Sep 2016
#27
2026-08-22, 08:16 PM
Thanks Martin! Got it to work Smile. The "Slash" clue is I needed to keep me going. After putting in the "/" I got an error saying it could not find dotnet 8.0. Did some digging and found my Pi5 had dotnet 6.0. After some time of trying to upgrade to 8.0, I had to completly remove 6.0 to install 8.0. Had success in getting the file '/var/opt/nextpvr/Local Radio.m3u'. I renamed and copied it to /opt/nextpvr/system/LocalRadio.m3u before I could import the stations into nextPVR, but hey, got it working.

Thanks again,
LynnO
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 56,750
Threads: 998
Joined: May 2006
#28
2026-08-22, 09:39 PM
I guess you are using an unsupported version of NextPVR, since in v7 deb installer /opt/dotnet/dotnet wa upgraded to netcore 8. You shouldn't have needed to move the m3u file either it could be related to the space from the source but glad you got it working.

Martin
LynnO
Offline

Junior Member

Posts: 8
Threads: 1
Joined: Sep 2016
#29
2026-08-23, 07:28 PM
I probably do need to update my nextPVR. I am running Version: 6.1.5.231022.

Thanks again,
Lynn O
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  Comskipped videos played back on NextPVR desktop application halt on commercial break mlopez1007 2 2,700 2023-07-03, 07:47 PM
Last Post: mvallevand
  OlSkool skin for NextPVR v6 Jaggy 0 2,500 2023-06-11, 03:59 AM
Last Post: Jaggy
  Nextpvr imports not playing in Kodi samwiliams33 25 9,021 2021-12-30, 03:20 PM
Last Post: mvallevand
  how to configure RemoteRecorder Plugin to use remote NextPVR instance? bm_00 5 4,714 2020-10-06, 12:32 PM
Last Post: mvallevand
  NextPVR Recording Service Monitor ChaosMageX 2 3,465 2019-09-23, 02:19 PM
Last Post: ChaosMageX
  Need nextPVR Add-on for testing using Kodi Version 19 jmooremcc 3 4,927 2019-06-28, 08:02 PM
Last Post: mvallevand
  NextPVR/Ceton InfiniTV Eth6/ FOIS /Copy Freely Locks up Dnabsuh 4 5,004 2019-03-01, 06:18 PM
Last Post: Dnabsuh
  New Plex Scanners for NextPVR W3bbo 2 5,587 2018-05-25, 07:23 AM
Last Post: W3bbo
  Comskip, NextPVR and Plex buckeyestargazer 4 9,944 2017-06-16, 07:58 PM
Last Post: scJohn
  NextPVR Recordings and MCEBuddy (Script) KV-Tools 6 9,861 2016-10-25, 11:50 PM
Last Post: snagglewest

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

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

Linear Mode
Threaded Mode