mopidy / mopidy-local

Mopidy extension for playing music from your local music archive
https://mopidy.com/ext/local/
Apache License 2.0
63 stars 26 forks source link

Stop using deprecated methods #21

Open jodal opened 4 years ago

jodal commented 4 years ago

The extension's test suite currently triggers 440 warnings, mostly because it uses a few deprecated Mopidy APIs a lot.

orontee commented 3 months ago

@jodal I'll try to fix this, but expect multiple PRs. I see where most warnings come from but my current fixes are broken and I am not used to debug Mopidy internals...