Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Display RATING tag
23-06-2019, 15:06
Post: #1
Display RATING tag
Hi everybody,

I'm using trackrating for my whole library which is managed by foobar2000 (about 50.000 flac-files). The tag is RATING and the value is set from 1 to 5.

I would like to display (BubbleUPnP) the rating tag wherever a single track is listed, regardless which kind of presentation I have choosen.

Please can you give me some support how to achieve this?

Thanks

Martin
Find all posts by this user
Quote this message in a reply
23-06-2019, 19:08 (This post was last modified: 23-06-2019 19:08 by simoncn.)
Post: #2
RE: Display RATING tag
You can do the following:

1) Add Rating to itemTags (if it isn't already in indexTags)

2) Set the tagFormat property to Title.displayFormat={$title^$rating^ [^]}

3) Restart MinimServer

This will display the rating (in brackets) after each track title.
Find all posts by this user
Quote this message in a reply
24-06-2019, 10:21 (This post was last modified: 24-06-2019 10:29 by Bummer.)
Post: #3
RE: Display RATING tag
Hi Simon,

thank you very much for your help! It works!

One additional question: How to move the [RATING] at the end of the line?
Example:

Wes Montgomery
A Day In The Life

06. Eleanor Rigby [RATING] (3:05)

06. Eleanor Rigby (3:05) ~~some space~~ [RATING]

Is this possible?

Sincerely

Martin
Find all posts by this user
Quote this message in a reply
24-06-2019, 13:03
Post: #4
RE: Display RATING tag
You can do the following:

1) Add #AudioDuration to itemTags (if it isn't already in indexTags)

2) Set the tagFormat property to Title.displayFormat={$title^$#AudioDuration^ (^) ^$rating^ [^]}

3) Restart MinimServer

This will display the tracks duration as you requested BUT I don’t think it will have any effect on the duration at the end of the title, which I suspect is controlled by the control point.
Find all posts by this user
Quote this message in a reply
24-06-2019, 13:56 (This post was last modified: 24-06-2019 16:41 by Bummer.)
Post: #5
RE: Display RATING tag
@ Alandbush,

thanks for your help. Your string leads to the following output:

06. Eleanor Rigby (3:05) [RATING] (3:05)

Is it not possible to erase the right (3:05)?

Martin
Find all posts by this user
Quote this message in a reply
24-06-2019, 16:39
Post: #6
RE: Display RATING tag
To add some space before [rating], you can set tagFormat to something like:

Code:
Title.displayFormat={$title^$rating^          [^]}

This puts 10 spaces before the [.
Find all posts by this user
Quote this message in a reply
24-06-2019, 17:03
Post: #7
RE: Display RATING tag
Hi Simon,

thank you once again. Now it looks quite pretty, as for rating value I have choosen stars, which has been explained some threads before.

Nonetheless a different problem still remains which I will post in another thread.

Martin
Find all posts by this user
Quote this message in a reply
24-06-2019, 19:14 (This post was last modified: 24-06-2019 19:16 by Alandbush.)
Post: #8
RE: Display RATING tag
(24-06-2019 13:56)Bummer Wrote:  @ Alandbush,

thanks for your help. Your string leads to the following output:

06. Eleanor Rigby (3:05) [RATING] (3:05)

Is it not possible to erase the right (3:05)?

Martin

As I thought, this duration instance is controlled by BubbleUPNP controller.
You can remove this value by selecting
- More
- Settings
- Library
- Duration
Find all posts by this user
Quote this message in a reply
01-08-2020, 09:31
Post: #9
RE: Display RATING tag
Hi Simon

I am running the full version on Minimserver 2 on a Synology and I get an error when I use the tageformat you suggested earlier for TagFormat


Title.displayFormat={$title^$rating^ [^]}

It does not like the $rating

Any advice ?
Find all posts by this user
Quote this message in a reply
01-08-2020, 10:52
Post: #10
RE: Display RATING tag
You need to add Rating to itemTags or indexTags.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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