Post Reply 
Creating a New Music library view
06-03-2019, 10:02
Post: #6
RE: Creating a New Music library view
(05-03-2019 12:05)simbun Wrote:  In the tagUpdate file is there any way of specifying a match instruction to match a missing/empty/* tag?

The reason I ask is because I was going to write a script that created a crude "most recently added" filter utilising the tagUpdate functionality, but I couldn't get it to work so gave up.

I was trying to use something like:
@RECENTLYADDED=
&ALBUM=The SMiLE Sessions
&ALBUMARTIST=Beach Boys, The
&DATE=2011
=RECENTLYADDED=1

then use 'RecentlyAdded=1' in indexTags.

You can't match a missing tag but there is no need to do this. To add a RECENTLYADDED tag to this album, you can put the following in your tag update file:

@ALBUM=The SMiLE Sessions
&ALBUMARTIST=Beach Boys, The
&DATE=2011
+RECENTLYADDED=1

or even simpler if you don't have any other albums with this title:

@ALBUM=The SMiLE Sessions
+RECENTLYADDED=1
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Creating a New Music library view - simoncn - 06-03-2019 10:02

Forum Jump:


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