Music#
These work with the Jannis Radio Station
POST: /music/addToLibrary
Add a songs to the music library
- permssions:
DJ
- headers:
- x-api-key (string)UUID (string) - Check permission for this userlink (string) - Youtube Link to Downloadtitle (string) - Song titleartist (string) - Artist name
Return Example:
{"codes": [200]}
GET: /radio/getTrackInfo
Get the current Title and Artist of the song
Return Example:
{"codes": [200], "title": "Panic Room", "artist": "Au/Ra"}