-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
[Question] bitrate
missing in songs
#363
Comments
Yes it is possible to add this! |
Thank you. Will be waiting. Before I open other issuse if this is something not possible... would you consider adding information about the sampling rate and the bit depth? Thanks again |
Well lms uses taglib so this is available: https://taglib.org/api/classTagLib_1_1AudioProperties.html |
Yes, Bit depth is probably missing for lossy formats (it's meaningless in that case). In any case it would be nice to have these fields exposed when they are relevant for the specific song (as an audio file). |
Yes indeed, but as AFAIU you need these info using the subsonic API? |
Yes I would like them very much, but not only from lms, they should be supported across all the opensubsonic server, in order to be able to build applications that can consistently show that kind of information. |
Ok then you should request these fields at the open subsonic github, I will gladly add them on lms afterwards. |
Ok sure, will do. |
Yes!
I will add it in referring the same issue |
Awesome, thank you! |
I have created this discussion on the opensubsonic repository. Thank you. |
I added the fields in the Subsonic API.
About that, several releases of the same albums should be scanned as separate albums by LMS since they have different release MBID, and then they will have different ids in the subsonic API. |
Hello, about this discussion on opensubsonic: opensubsonic/open-subsonic-api#64 |
Hello ! I think since there is no objection, the next step is to make a PR with the proposed changes |
Hello again, when using the subsonic python library py-sonic, I notice that the key 'bitrate' is missing from the 'song' dictionary. Example, when you pick a random song. This information is usually available when using navidrome or gonic.
Would it be possible to add this detail to the data structure?
Thank you
The text was updated successfully, but these errors were encountered: