mopidy-tidal icon indicating copy to clipboard operation
mopidy-tidal copied to clipboard

Tidal Backend plugin for Mopidy

Results 44 mopidy-tidal issues
Sort by recently updated
recently updated
newest added

Cleanup tidalapi 0.6 leftovers. _Originally posted by @2e0byo in https://github.com/tehkillerbee/mopidy-tidal/issues/73#issuecomment-1242997999_

Closes #75 Known limitations: - Bulk removals may be a bit slow because the current API seems to only support one removal per call - Additions are always appended to...

Implement the `PlaylistProvider` `create`, `delete` and `save` methods.

Disclaimer: I may be being stupid here. Currently `LruCache` is just a FIFO. When the cache overflows it pops the item added least recently. An LRU cache should (right?) take...

@tehkillerbee here's a start on the work of refactoring the test suite to be (i) more correct and (ii) easier to maintain. So far I've not fixed the broken tests,...

Recently, I am experiencing a lot of errors in the log, like this one: ```2024-01-26 04:41:53,632 WARNING [625:TidalBackend-3 (_actor_loop)] tidalapi.request: HTTP error on 404 2024-01-26 04:41:53,633 INFO [625:TidalBackend-3 (_actor_loop)] pykka:...

We should print the mopidy-tidal (and tidalapi) version info to the mopidy log. In this way we can make sure that people are using the latest versions, before they add...

enhancement

See this discussion for more details: https://github.com/tehkillerbee/mopidy-tidal/discussions/132 PRs are still welcome but be aware that somee tests currently fail with slightly confusing error messages.

See e.g. https://github.com/tehkillerbee/mopidy-tidal/blob/33b41e1f15a425fd983c172bacd48147a30f1fe2/mopidy_tidal/library.py#L395 This check is incorrect as tidalapi never returns anything falsy, but *does* raise an exception if an invalid album is accessed.

Hi, I don't understand why tidal artist cache is locked on 820 ko max. I can't end artists art requests because of seems max size... So, it never end caching......