08-27-2020, 06:43 PM
(08-27-2020, 05:37 PM)Atair Wrote:Quote:2. The Library in moOde does not use on-demand MPD search queries to generate the data, it's based on a server-side filtering routine that generates a Genre/Artist/Album/Track array thats loaded entirely into the Browser's memory. This allows Tag and Album view to avoid round trips to the server to get data and as a result be very responsive for most collections.
Yes, I remember. You told me already in another thread.
But mpd holds the complete and correct info. So why should it not be possible to retrieve the complete info when generating the HTML/XML code?
Quote:If there is more demand for breaking out multiple genres then I'd add it to the TODO list.
Sounds rather disapppointing. Why falling behind what is standard in most media servers?
Because we have chosen to implement the Library in a particular way that uses only a single instance of each tag which works well for the majority of moOde users. Modifying it would prolly be a substantial work effort and given the lack of demand for multiple genres or multiple other tags there is no justification for spending time on it but its always possible that another developer will be interested in working on it and contributing the feature.
You should look at the sources to understand how the Library is generated. https://github.com/moode-player/moode.