MinimServer Forum
Saved views or Bookmarks - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Saved views or Bookmarks (/showthread.php?tid=6213)

Pages: 1 2


RE: Saved views or Bookmarks - samnorthernlights - 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?


RE: Saved views or Bookmarks - Alandbush - 17-10-2021 23:21

(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



RE: Saved views or Bookmarks - simbun - 17-10-2021 23:31

Exactly what @Alandbush says above.

Refer to the example using Lenny Kravitz here for details.


RE: Saved views or Bookmarks - samnorthernlights - 18-10-2021 06:54

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.