Max Goltzsche

Results 40 issues of Max Goltzsche

During Youtube Music auto-play mopidy crashes occasionally (every few days). The log indicates this happened due to a segmentation fault caused by the YoutubeAutoplayer: ``` ... [info] ONhU2ielz8g: Downloading 1...

Looks like something has changed within Youtube recently that broke auto-play. First, when I start a fresh installation without Youtube API key or cookie configured and search for a track,...

When I browse Youtube in the Mopidy library, the two available directories "My Youtube artists" and "My Youtube playlists" are empty and errors are logged. Browsing "My Youtube artists" fails...

To maintain an [sv4git GitHub Action](https://github.com/mgoltzsche/conventional-release), I would like to create a git tag for the major version in addition to the full semantic version one, overwriting the existing one...

* Display the playlists provided by the [Mopidy-Subidy](https://github.com/Prior99/mopidy-subidy) and [Mopidy-WebM3U](https://github.com/mgoltzsche/mopidy-webm3u) extensions in addition to the ones provided by the built-in M3U plugin. * Show artists and albums from the [Mopidy-Subidy](https://github.com/Prior99/mopidy-subidy)...

When I import a directory that includes a `cover.jpg` file into my beets library with both `import.move` and `import.quiet` set to `true`, the cover art is not imported. When I...

Currently the Spotify track ID is persisted within the Beets DB only for songs that have been matched against Spotify on import. Others don't have a Spotify ID. However, it...

The Spotify plugin doesn't match/find most songs. ### Problem Running this command in verbose (`-vv`) mode: ```sh $ beet -vv spotify ``` Led to this problem: ``` user configuration: /data/beets/config.yaml...

Implements the `get_images` method within the LibraryProvider so that it returns image URLs for tracks and albums. The returned image URLs point to a new Mopidy endpoint `/subidy/coverart/{id}` which forwards/reverse-proxies...

...by falling back to using `0` when a sort key is `None`. This makes the artist detail view also show up when one of the artist's tracks is missing a...