Skip to content
/ dabm3us Public

create radio m3u's from welle.io for welle-cli server

Notifications You must be signed in to change notification settings

rocus/dabm3us

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This repository describes an easy way to make the radio stations you can receive by a rtl-SDR dongle available in the form of many m3u files a streamer might understand. In my repository welle-cli I describe a DAB radio receiver/server on a raspberry pi.

With welle-io you can do a radio scan of available radio stations. Welle-io can be installed on your PC or an a raspberry pi. After a radio scan the results are saved in a configuration file. On linux this file might be in the ~/.config/welle.io directory as welle.io.conf. This file contains the radio stations you can receive with your dongle at your place.

First do the following:

grep stationListSerialize welle.io.conf | sed 's/stationListSerialize="// ; s/]"/]/ ; s/\//g' > stations.json

Then run the welle.py program. This will generate many m3u files that your audio streamer clients can use.

In my case my radio server is a raspberry pi at 10.0.2.162:8888 You can ofcourse make changes in welle.py for your personal situation.

About

create radio m3u's from welle.io for welle-cli server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages