![]() |
More than one library - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: More than one library (/showthread.php?tid=5724) Pages:
1
2
|
More than one library - Huebi - 08-12-2023 Hi, is it possible two have more than one library? I would like to have my Audiobooks separated from my Music und not a mix of both. There two different directories on my NAS, but when i specify bith of them then i'm getting a mixture of music and audiobooks. //Huebi RE: More than one library - Tim Curtis - 08-12-2023 You should be able to do this with the new feature "Save and reuse searches for Library Tag/Album view" in upcoming 8.3.4 release (Q3). Here's the status thread for the upcoming release. https://moodeaudio.org/forum/showthread.php?tid=5638&pid=47242#pid47242 RE: More than one library - Huebi - 08-23-2023 (08-12-2023, 04:57 PM)Tim Curtis Wrote: You should be able to do this with the new feature "Save and reuse searches for Library Tag/Album view" in upcoming 8.3.4 release (Q3). Ok, i've updated to 8.3.5 today. The saved searches are a bit tedious to use (a click/tap doesn't select it, but asks again if it should be activated), and I can now display all my audiobooks via the genre "Audiobook", for example. however, I haven't found how to display all albums that do NOT have a certain criterion. I can specify a list of all other genres, but that I would have to adjust a new genre again and again. Have I overlooked something or you can not specify an exclusion criterion in the advanced search? //Huebi RE: More than one library - Tim Curtis - 08-23-2023 Click just brings up a context menu with Activate/Delete options. If it were implemented such that a click activated the search then a separate trash can button would be would need to be added to each line to provide a delete option. MPD does in fact support != or !EXPRESSION in searches. Post some examples of searches you would like to perform using the exclusion operator and I'll see if something can be added to Adv Search. Not that MPD only supports the AND operator when combining EXPRESSIONS. MPD Search Filters https://mpd.readthedocs.io/en/latest/protocol.html#filters RE: More than one library - Nutul - 08-23-2023 (08-23-2023, 11:51 AM)Tim Curtis Wrote: Click just brings up a context menu with Activate/Delete options. If it were implemented such that a click activated the search then a separate trash can button would be would need to be added to each line to provide a delete option. You mean something like genre !Audiobook if it works like this, the saved searches are even more powerful than I first thought. RE: More than one library - Huebi - 08-23-2023 (08-23-2023, 12:10 PM)Nutul Wrote: You mean something like If there would be such a NOT operator that would be great RE: More than one library - Tim Curtis - 08-23-2023 (08-23-2023, 12:32 PM)Huebi Wrote:(08-23-2023, 12:10 PM)Nutul Wrote: You mean something like Please post some example searches that you would use so I have something to work with. RE: More than one library - Huebi - 08-23-2023 (08-23-2023, 01:16 PM)Tim Curtis Wrote: Please post some example searches that you would use so I have something to work with. What I currently have in mind is grouping the files by genre. Grouping different genres together is not a problem, but I would also like to have something like "everything without audiobooks", like this Code: Genre !Audiobooks or also everything without classics. Code: Genre !Classical It doesn't need to be more complicated than that for me at the moment ![]() Or full scope: Code: Select * Ok, just kidding ![]() RE: More than one library - Nutul - 08-23-2023 I am talking just for discriminating Audiobooks AND Music. There is a quick-filter for folder; now I don't know if this looks for PART or ALL the path (@Tim Curtis can comment...), but if you put them all under /Audiobooks, while you music under /Music, maybe it's possible to filter by folder... ETA Just checkd, my music is grouped at artist level under the first letter; using quick-filter "folder /Music/B" gives me exactly that: everything under /Music/B, so in your case "folder /Audiobooks" and "folder /Music" should lead to the initial desired functionality. RE: More than one library - Huebi - 08-23-2023 Still i cant excliude classical from the rest, these are in the same samba share/folder |