Skip to content

Instantly share code, notes, and snippets.

@anthonyeden
Last active February 14, 2023 06:33

Revisions

  1. anthonyeden revised this gist Feb 14, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,6 @@ 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, and 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.
    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.
  2. anthonyeden revised this gist Feb 14, 2023. 2 changed files with 8 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    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, and 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.
    1 change: 1 addition & 0 deletions template.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    tcp://127.0.0.1:23901/{"Title":%Title%,"Artist":%Artist%,"Album":%Album%,"Duration":%LengthSeconds%,"Type":%Category%,"PlayoutId":%Filename%}\json
  3. anthonyeden revised this gist Jan 29, 2023. 1 changed file with 7 additions and 8 deletions.
    15 changes: 7 additions & 8 deletions template.txt
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,7 @@
    TYPE=%Category%
    TITLE=%Title%
    ARTIST=%Artist%
    ALBUM=%Album%
    DURATION=%LengthSeconds%
    PLAYOUTID=%Filename%
    ----

    tcp://127.0.0.1:23901/TYPE=%Category%;;
    TITLE=%Title%;;
    ARTIST=%Artist%;;
    ALBUM=%Album%;;
    DURATION=%LengthSeconds%;;
    PLAYOUTID=%Filename%;;
    ~~;;
  4. anthonyeden created this gist Jan 29, 2023.
    8 changes: 8 additions & 0 deletions template.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    TYPE=%Category%
    TITLE=%Title%
    ARTIST=%Artist%
    ALBUM=%Album%
    DURATION=%LengthSeconds%
    PLAYOUTID=%Filename%
    ----