Grab metadata from a file periodically and update output #2198
asymcon
started this conversation in
User Support
Replies: 1 comment
-
Hi! I believe that, if you have a filename, you can do:
This should give you the request metadata. I'd make sure to run this code inside a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to figure out if there is a way to update song name from a file (output of Now Playing Simple foobar plugin).
I've been checking the metadata page on the wiki but got stuck: https://www.liquidsoap.info/doc-1.4.4/metadata.html
Basically the idea is to check this file and update 'title' and 'album' based on the formatting of the file:
[album]
[title]
Is such thing possible with liquidsoap?
Beta Was this translation helpful? Give feedback.
All reactions