MinimServer Forum

Full Version: Saved views or Bookmarks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(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?
(17-10-2021 21:38)samnorthernlights Wrote: [ -> ]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?

I believe something similar to the following is what you require.
Nb - the entries comprise a group and should not separated by blank lines.

Code:
@GENRE=Concerto
&INSTRUMENT=Piano
&COUNTRY=Russia
+BOOKMARKS=Russian piano concertos
&INSTRUMENT=Piano
&COUNTRY=Germany
+BOOKMARKS=German piano concertos
&INSTRUMENT=Violin
&COUNTRY=Germany
+BOOKMARKS=German violin concertos
Exactly what @Alandbush says above.

Refer to the example using Lenny Kravitz here for details.
That works perfectly. Thank you both once again. I am getting the hang of this now so can play around with it a bit more. Really useful this feature.
Pages: 1 2
Reference URL's