Cjdradio radio tab while playing
Cjdradio video tab
Cjdradio Network tab
- prerequisites
You'll need to install Python>= 3.12.3, libvlc and PIP (python package installer) through your usual software channels provided by your operating system.
-
How to join a trusted overlay network: please refer to https://yggdrasil-network.github.io
-
installation of dependencies
pip install python-vlc
pip install tinytag
** Note that externally managed environnements will require either
-
a virtual environnement, or
-
the use of externally managed package provided by your distribution (like as an example python3-vlc and so on, if available)
-
or, if you have no other choice, the use of --break-system-packages with Pip which is dangerous for your system install but actually safe if all you need is tinytag and your externally managed environnement hasn't it
-
run the app
python3 cjdradio.py
-
tui-style playback
python3 cjdradio.py no-gui autoplay
-
daemon mode help screen
python3 cjdradio.py no-gui


