-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[squeezebox] Add channels for composer, band and conductor tags. #13353
Comments
If those tags are returned by the LMS in the status message, then it would be pretty straightforward to add new channels for those tags. To see the status message, and whether or not those tags are included, you would need to enable TRACE level logging. |
I looked with TRACE level enabled, but unfortunately the status message doesn't contain those tags. I am not familiar with the LMS CLI, so maybe the status message can be configured to display those? |
OK, I found something. You can configure the status query to contain more (or other?) tags. This is what I could get (first line my query, from second on the response from the server):
|
The documentation says that the standard tag configuration is "tags:gald" = genre, artist, album, duration. Each of these artist types can also contain a list of multiple entries, as can be seen in my example above. |
Yeah makes sense. The binding currently sends this.
|
I found the status query in SqueezeBoxServerHandler.java, line 100:
would have to be changed to
I would request to add channels for: albumartist |
@schup011 Are you interested in trying out a version of the binding that includes channels for those tags? |
Yes, would be happy to, thanks a lot! Could you provide some instructions how to install the new version of the binding? |
This is the file to download Instructions for installing are here. Note: The new channels are designated "advanced", so you need to tick the advanced checkbox in the UI to see them. |
It works perfectly. Thank you very much. I tested albumartist, trackartist, composer, conductor, band. |
In the squeezebox add-in, there is only a limited set of tags of the played music piece, such as title, artist, year and so on available as player thing channels.
It would be great to enhance this set by some tags commonly used with classical music pieces, such as:
COMPOSER
BAND
CONDUCTOR
Is it possible to add those?
The text was updated successfully, but these errors were encountered: