Page 1 of 1

Getting track artist using console commands

Posted: 16 Mar 2019 01:16
by StronkAndStable
I'd like to be able to grab the current track's artist from the RC client, but cannot find a command that will give that information. I can use the

Code: Select all

get_title
command to return the track title, but there doesn't seem to be an equivalent for artist information. Console with example command: Image

It looks like this issue has already been brought up here before but there wasn't a solution. Old post: https://forum.videolan.org/viewtopic.php?t=127533

Thanks in advance

Re: Getting track artist using console commands

Posted: 16 Mar 2019 18:05
by Jean-Baptiste Kempf
Indeed, that is not supported.

Re: Getting track artist using console commands

Posted: 18 Mar 2019 22:59
by StronkAndStable
Oh okay, thanks. I'll have a crack at programming it in myself! Wish me luck!

Re: Getting track artist using console commands

Posted: 20 Mar 2019 08:14
by Jean-Baptiste Kempf
Oh okay, thanks. I'll have a crack at programming it in myself! Wish me luck!
It is a lua script, so not hard to do.