This is a simple SomaFM channel list import to use in several applications.
Radiola: A Mac simple systray stream player
- Generates a bookmark.opml to copy to your app config folder:
python simport.py radiola
- Python 3.11+
-
Create a python environment to avoid polute your system ( or docker env )
-
Install poetry and pre-commit
$ pip install -U poetry pre-commit
-
Install the dependencies
$ poetry install
-
Run precommit setup
$ pre-commit init