Page 1 of 1

write datas from a track inside embedded overlay

Posted: 19 Dec 2019 17:48
by moogwill
trying to get the moderator text, title, artist and art from a file played inside an embeded overlay.

here's the script I'm using, when testing (using test fonction) it write empty files as expĂȘcted, but when playing the overlay nothing happens

I can't get it to wrk properly.

Re: write datas from a track inside embedded overlay

Posted: 19 Dec 2019 17:55
by radio42
This is not possible.
You cannot get the moderator text (meta data) of the tracks embedded inside the embedded contained.
Instead, the embedded container is an entry of its own and might have a moderator text itself.

What however is possible to set an option in the general settings, section Streaming to expand the container for the title updates. This however would only apply to the Streaming.OnSongTitleChanged event. Eg. You can use that event to update your web site or alike.

Re: write datas from a track inside embedded overlay

Posted: 19 Dec 2019 18:01
by moogwill
if it's able to generate my.txt files without having to change filters for the playlist log entries that probably would do the trick

Re: write datas from a track inside embedded overlay

Posted: 19 Dec 2019 19:23
by radio42
As said this is not possible.