Max Rumpf
Max Rumpf
As outlined in [my recent comment](https://github.com/UnicornsOnLSD/finamp/issues/87#issuecomment-1064319704) in #87, stop events submitted to the server seem to use the playback progress of the following song that's already playing, which causes scrobbling...
When using search to find e.g. an album or artist, it would be useful to not only match the entity title, but also the sort name of that entity. This...
### Discussed in https://github.com/beetbox/beets/discussions/4247 Originally posted by **Maxr1998** January 23, 2022 When running `beet mbsync`, the command should print the proposed changes, and then ask for approval, similarly to `beet...
**Description** There are multiple issues with the current lockscreen lifecycle which could trigger for some more or less special, but often widely used apps - regardless if using the Xposed...
Use volume buttons to enter a pattern which unlocks app
User plays a rhythm on screen, the app measures the times between taps and then unlocks screen. Great for all drummers out there! :D
At the moment, hass-cli only supports bash and zsh, fish completions would be very useful. Reference: http://fishshell.com/docs/current/index.html#completion-own
The currently shipped ExoPlayer profile doesn't properly advertise the device capabilities in some cases, e.g. HEVC seems to be transcoded sometimes although it shouldn't need to. Since I'm not very...
Using [`MediaLibraryService`](https://developer.android.com/reference/androidx/media2/session/MediaLibraryService) instead of `MediaBrowserCompat`, we can return pages of data, which should fix #284. Depending on the complexity, it might be better to wait for `androidx.media3`.