Skip to content

Instantly share code, notes, and snippets.

@anthonyeden
Last active February 14, 2023 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonyeden/4e594146e9c68d2e31aa921a3907d5fe to your computer and use it in GitHub Desktop.
Save anthonyeden/4e594146e9c68d2e31aa921a3907d5fe to your computer and use it in GitHub Desktop.
MetaRadio: MegaSeg Template

This template allow you to send data from MegaSeg to MetaRadio.

Either template can be used, but users of MegaSeg 6.2.3 or later should use the JSON format.

To set this up, go to MegaSeg > Settings > Logging, select 'Telnet' from the dropdown, paste the template into the "Server URL field" and check the box next to "Send track info to server". All other fields can be left empty.

Ensure you change the IP Address "127.0.0.1" to the IP Address of your computer running MetaRadio, and make sure you use the same port number (e.g. 23901) in both MegaSeg and MetaRadio.

tcp://127.0.0.1:23901/{"Title":%Title%,"Artist":%Artist%,"Album":%Album%,"Duration":%LengthSeconds%,"Type":%Category%,"PlayoutId":%Filename%}\json
tcp://127.0.0.1:23901/TYPE=%Category%;;
TITLE=%Title%;;
ARTIST=%Artist%;;
ALBUM=%Album%;;
DURATION=%LengthSeconds%;;
PLAYOUTID=%Filename%;;
~~;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment