tkem / mopidy-dleyna

Mopidy extension for playing music from Digital Media Servers
Apache License 2.0
18 stars 5 forks source link

Add Track.bitrate #46

Closed tkem closed 8 years ago

tkem commented 8 years ago

Available in MediaItem2, but not added in translator: https://wiki.gnome.org/Projects/Rygel/MediaServer2Spec Note that Mopidy expects bitrate in kbit/s.

tkem commented 8 years ago

Unit prefix of bitrate TBD: https://github.com/mopidy/mopidy/issues/1514

tkem commented 8 years ago

According to http://upnp.org/specs/av/UPnP-av-ContentDirectory-v1-Service.pdf, DLNA bitrate is in bytes/sec...

tkem commented 8 years ago

...which minidlna gets wrong, of course.