MinimServer Forum
newbie question: can one search by 'Rating' or "Favourites'? - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: newbie question: can one search by 'Rating' or "Favourites'? (/showthread.php?tid=4332)

Pages: 1 2


RE: newbie question: can one search by 'Rating' or "Favourites'? - pask - 12-01-2018 12:10

Thanks for the support guys Smile
my request may sound stupid, but since I'm still using Audirvana when computer is on, and Minimserver with point control on Ipad (most of the time I might confess, Lumin app), and I'm rating files via audirvana, and rating tag number are different depending on the format !
For a 5 stars items (rate tag), Audirvana is writing the Flac with 5, the Alac with 100, and the Mp3 with ,0,255 Confused
anyway, I still learning a lot on how Miniserver is working and I enjoy it Smile

From what I've read, I could use tagupdate to rewrite files tag, and by doing so, I'm thinking of writing a .txt files with an albums list i went to displayed as favorites.
are you following me ? Smile


RE: newbie question: can one search by 'Rating' or "Favourites'? - simoncn - 12-01-2018 12:54

Using tagUpdate for this should work. The .txt file would be something like:

@ALBUM=name of first album
+RATING=5
@ALBUM=name of second album
+RATING=3
@ALBUM=name of third album
+RATING=4
....etc.

or alternatively:

@ALBUM=name of first favourite album
+FAVOURITES=1
@ALBUM=name of second favourite album
+FAVOURITES=1
@ALBUM=name of third favourite album
+FAVOURITES=1
....etc.


RE: newbie question: can one search by 'Rating' or "Favourites'? - pask - 12-01-2018 15:54

Fantastic Simon,
it works perfectly Smile) Heart
I have now to figure out, how can I edit this text file from my iPad, and make it to write the file on my Synology Nas...so while listening to an album, a could ad it to my list on the fly, form the iPad.

I'd love, like all Minimserver user I guess, to have the possibility to edit favourites/rating, directly from the point control Angel