Nick Steel

Results 63 issues of Nick Steel

The Spotify Web API provides "new releases" at https://api.spotify.com/v1/browse/new-releases which we can integrate into browse().

C-enhancement
A-webapi
good first issue

It's supposed to provide all the tracks from your playlists but it was never updated to use the Web API and is still trying to use `session.playlist_container`, which is entirely...

C-bug
A-webapi

Iris causes this straight away when you go to browse. ``` HttpServer DEBUG 2021-02-10 00:05:40,784 Received WebSocket message from 127.0.0.1: '{"method":"core.library.get_images","params":{"uris":["file:root","local:directory","orfradio:","soundcloud:directory","spotify:directory","tunein:root"]},"jsonrpc":"2.0","id":13}' Core-14 ERROR 2021-02-10 00:05:40,789 SpotifyBackend backend caused an exception....

C-bug
good first issue

The Spotify Web API provides categories of playlists at https://api.spotify.com/v1/browse/categories/{category_id}/playlists which we can integrate into browse().

C-enhancement
A-webapi

When using MPD's `find` command the results are supposed to be an exact match of the query but due to limitations in Spotify's searching you actually get partial matches more...

C-enhancement

Originally reported by @simmel at https://github.com/mopidy/mopidy-spotify/issues/146#issuecomment-392501405 ``` kaka:~$ mopidy INFO Starting Mopidy 2.1.0 INFO Loading config from builtin defaults INFO Loading config from /Users/simlu/.config/mopidy/mopidy.conf INFO Loading config from command line...

C-bug

I disabled these since they were broken while migrating to CircleCI. I have no idea how that JS test stuff works (and I don't want to).

enhancement
help wanted

Following the [sudden change to their API](https://getsatisfaction.com/lastfm/topics/api-announcement-dac8oefw5vrxq) (straight out of Spotify's playbook - which is actually now a much better source of images), last,fm no longer provide images. Maybe worth...

bug

Ultimately this belongs somewhere else but for now I just want to display the Musicbox version info from /etc/issue somewhere in the webclient. I think adding a Musicbox-only status page...

We already provide an easy way to find the URI for an individual song, but it'd be good also have some way of doing the same for playlists (so people...

enhancement