write datas from a track inside embedded overlay

You have a question or need an advice about how to do something? Ask it here!
Post Reply
moogwill
Posts: 420
Joined: 28 Feb 2016 12:31
write datas from a track inside embedded overlay

Post 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.
Attachments
overlay export cap.PNG
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: write datas from a track inside embedded overlay

Post 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.
moogwill
Posts: 420
Joined: 28 Feb 2016 12:31
Re: write datas from a track inside embedded overlay

Post 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
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: write datas from a track inside embedded overlay

Post by radio42 »

As said this is not possible.

Post Reply