Pierre de la Martinière
Pierre de la Martinière
Hello, Tanks for opening this, this is a known issue. Mostly due to the fact that we don't separate albums/artists in database. The idea of filtering by album/artist would improve...
We use NoSQL and a Track collection: there is no Album collection or Artists collection. That's basically the main problem.
Yes of course, we could (and I will implement it), but two albums can have the same name. So we would need to filter by artist AND album, and then,...
Imagine we had the ORM + models system of Laravel, it'd be extremly powerful (and this issue would become a trivial problem). Maybe we need a database with SQL and...
Currently working on this, but the documentation on file association is terrible, and testing it is tough too.
https://electronjs.org/docs/api/app#event-open-file-macos for macOS, parse `process.argv` for linux/win.
The problem is not too hard in terms of OS integration. It's about how the app works itself. Currently, you can only play music that is in your library. In...
> I like ideology in Clementine music player. When you open file from the file manager, it is added into your library no matter what. You can then remove it...
Those features make use of APIs that are provided by Electron, so I would expect them to be installed when the app is installed 🤔 But Linux's DEs are such...
Ah, interesting 🤔 maybe these dependencies should be added there: https://github.com/martpie/museeks/blob/32f09584f5b501cca9d1a570b454ce584dbb3431/electron-builder.yml#L24 But we'd need to be sure to understand why they are not bundled with Electron. And if they are...