Update icecast2 FIP relay using HTTP/Json API http://zmpd.zered.net:8042/fip-metadata.mp3
python
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Yann Weber ac7483d5d0 Code cleaning il y a 8 ans
.gitignore Initial commit il y a 8 ans
COPYING Code cleaning il y a 8 ans
README.txt Code cleaning il y a 8 ans
conf-sample.ini Bugfix + conf & argparse il y a 8 ans
fip_current.py Code cleaning il y a 8 ans

README.txt

Usage :
-------

./fip_current.py [-c CONFIG.ini] [-u]

#Show current song metadata
./fip_current.py

#Update icecast2 metadata
./fip_current.py -c CONFIG.ini -u

Requierments :
--------------

icecast2
python3
python3-requests

Icecast2 configuration sample :
-------------------------------

<relay>
<server>audio.scdn.arkena.com</server>
<port>80</port>
<mount>/11016/fip-midfi128.mp3</mount>
<local-mount>/fip-metadata.mp3</local-mount>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>

Crontab :
---------

#Update every minute
* * * * * /path/fip_current.py -uc /path/conf.ini