Post Reply 
Sorting selections
07-11-2020, 17:00
Post: #10
RE: Sorting selections
(04-11-2020 11:59)RSJ Wrote:  For 'composer' and 'conductor', I am only interested in the classical and opera genres. Is it possible to exclude other genres when I select 'composer' or 'conductor'?

From this I have to assume you have music files from other genres that also contain composer and conductor tags, otherwise those genres wouldn't appear when you've selected one.

Given the above, are you just after a way to filter both Classical AND Opera genres at the same time?
Alandbush gave you two filters but you could create a single filter using tagUpdate functionality.

Code:
@GENRE=Classical
@GENRE=Opera
+OPERASICAL=1

indexTags: OPERASICAL=1:ClassicalOROpera

This basically create a virtual (within MinimSever) tag called OPERASICAL with a value of 1 for every file that has a genre tag of 'Classical' or 'Opera'.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Sorting selections - RSJ - 04-11-2020, 11:59
RE: Sorting selections - simoncn - 04-11-2020, 18:56
RE: Sorting selections - RSJ - 04-11-2020, 19:09
RE: Sorting selections - simoncn - 04-11-2020, 19:22
RE: Sorting selections - RSJ - 04-11-2020, 19:28
RE: Sorting selections - simoncn - 04-11-2020, 20:48
RE: Sorting selections - haggis999 - 06-11-2020, 18:01
RE: Sorting selections - Alandbush - 07-11-2020, 14:33
RE: Sorting selections - RSJ - 07-11-2020, 15:02
RE: Sorting selections - simbun - 07-11-2020 17:00
RE: Sorting selections - haggis999 - 08-11-2020, 16:46
RE: Sorting selections - DavidL - 08-11-2020, 20:37
RE: Sorting selections - haggis999 - 09-11-2020, 00:14
RE: Sorting selections - RSJ - 08-11-2020, 20:44
RE: Sorting selections - simbun - 08-11-2020, 22:14
RE: Sorting selections - RSJ - 09-11-2020, 17:35
RE: Sorting selections - simoncn - 09-11-2020, 18:09
RE: Sorting selections - haggis999 - 10-11-2020, 11:26
RE: Sorting selections - RSJ - 09-11-2020, 18:30
RE: Sorting selections - simoncn - 10-11-2020, 12:06
RE: Sorting selections - haggis999 - 10-11-2020, 13:54

Forum Jump:


User(s) browsing this thread: 1 Guest(s)