17-10-2021, 21:38
(11-05-2021 11:50)simbun Wrote: [ -> ](11-05-2021 11:13)samnorthernlights Wrote: [ -> ]Your solution looks interesting and nothing lost giving it a go! Would this solution accommodate more than one txt file?
Instructions are simply appended, so you only need one tagUpdate.txt file:
Code:
@GENRE=Concerto
&INSTRUMENT=Piano
&COUNTRY=Russia
+BOOKMARKS=Russian piano concertos
@GENRE=Concerto
&INSTRUMENT=Piano
&COUNTRY=Germany
+BOOKMARKS=German piano concertos
...
Hi again @simbun. I ran into a problem with this but not sure I can fixit. As in your example above I created an entry for genre=concerto and instrument=piano. Worked great so I thought I'd add a new entry genre=concerto and instrument=violin but it does not like it at all. Although it is a separate group if you like it sees the genre as a duplicate and minim watch shows an angry red! Any thoughts?