Last active
February 14, 2023 06:33
Revisions
-
anthonyeden revised this gist
Feb 14, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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, 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. -
anthonyeden revised this gist
Feb 14, 2023 . 2 changed files with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
anthonyeden revised this gist
Jan 29, 2023 . 1 changed file with 7 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,7 @@ tcp://127.0.0.1:23901/TYPE=%Category%;; TITLE=%Title%;; ARTIST=%Artist%;; ALBUM=%Album%;; DURATION=%LengthSeconds%;; PLAYOUTID=%Filename%;; ~~;; -
anthonyeden created this gist
Jan 29, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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% ----