Nick Steel

Results 63 issues of Nick Steel

**Describe the bug** After performing a seek in the STOPPED state, playback starts at the correct place but Mopidy's state is still STOPPED and commands like `stop` and `pause` do...

A-core

We should use something like `self.set_header("Access-Control-Max-Age", "86400") `

A-http

Tracks, Playlists, Artists, Albums from online streaming services usually have associated URI to view the resource on the service's website/app. It would be good if we could expose these by...

A-core
A-models

From https://github.com/mopidy/website/pull/33#issuecomment-712139224 in reference to calling `PlaybackController.set_state()` from frontend extensions: > IIRC you should never use set_state() directly. It is intended for use by other methods in the core layer...

A-docs
C-enhancement
good first issue

This follows-on from #1871. This current state is as follows * As before, all tags emitted between `about-to-finish` and `STREAM_START` are added to our `_pending_tags` structure. This may contain tags...

Originally reported at https://discourse.mopidy.com/t/problems-accessing-files-via-nfs/4637/7 The following config results in the warning: > WARNING [MainThread] mopidy.file.library /music/Network/flac is not a directory. ``` [file] media_dirs = /music/Network/flac | NAS ``` This happens...

C-bug
good first issue
A-file

`mopidyctl deps` seems to be missing dependencies for packages installed from APT (except GStreamer, which is a special case). Probably related to https://github.com/mopidy/mopidy/pull/1846 ``` Running "/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf deps" as...

C-bug

Mopidy-File does not yet implement `backend.LibraryProvider.get_images`. [This isn't new](https://github.com/mopidy/mopidy/blob/develop/mopidy/file/library.py#L14) but it's worth tracking and highlight it as a good first issue. Initially it would be sufficient just to get the...

C-enhancement
good first issue
A-file

The MPD documentation could do with an update. Specifically: - [x] Retesting with more recent versions - [x] Remove PMix (no longer available) - [x] Remove Droid MPD Client (last...

A-docs

To aid the packaging effort: - [x] mopidy-local-sqlite - [ ] mopidy-local-images - [x] mopidy-youtube - [x] mopidy-podcast, mopidy-podcast-itunes, mopidy-podcast-gpodder - [x] mopidy-tunein - [x] mopidy-spotify-tunigo - is this sticking...

enhancement