jellyfin / mopidy-jellyfin

Jellyfin Extension for Mopidy
https://jellyfin.org
Apache License 2.0
93 stars 16 forks source link

Is Bitrate Provided? #105

Closed seniorm0ment closed 3 years ago

seniorm0ment commented 3 years ago

Using Jellyfin-Mopidy through ncmpcpp, I was curious if bitrate should be working? It could be a configuration issue with ncmpcpp, however I believe it's related to the mopidy plugin not supplying the bitrate information.

mcarlton00 commented 3 years ago

Looks like it hasn't been added yet, but it should be pretty straightforward.

The Track object reference is here https://docs.mopidy.com/en/latest/api/models/?highlight=models.ref#mopidy.models.Track

And the section in mopidy-jellyfin where we create those is here: https://github.com/jellyfin/mopidy-jellyfin/blob/0279ed08878505d773b5d3ebb2eb20cca99b7142/mopidy_jellyfin/remote.py#L567-L576