Meelo
Meelo copied to clipboard
Self-Hosted, Personal Music Server, designed for collectors and music maniacs
Thanks to expo, it was pretty easy to setup the app for iOS (done in #1228) It would be nice to make it functional and align it with android in...
**Describe the bug** Opening large albums (3000 tracks) in the mobile app causes the app to freeze. For example, this [[The New Complete Edition]](https://musicbrainz.org/release/06b914aa-f4d5-49bd-9df1-0b89b046ab16)
The matcher should be able to find albums' record labels
Some CI tasks take a long time (e.g. build mobile APK) or do not provide reliable results (e.g. Matcher's tests) Setting up a self-hosted runner would fix this. - [...
Like on the webapp, it would be nice to have a simple fade between tracks
**Is your feature request related to a problem? Please describe.** I'm loving using the new app, however I mostly play music in my car on long trips. I've noticed that...
The wiki should be reworked into an exhaustive source of knowledge for users. It should include the following pages/sections - Setting up - [ ] Restructure so that each section...
The matcher is slow. This is because we run requests in series. We could leverage parallelism and a queue for each provider to allow using them in parallel.