Read rating from tags

Fixes #790
This commit is contained in:
Jonas Kvinge
2021-10-16 23:33:03 +02:00
parent 3d3aacdcb1
commit 5945d0ebee
3 changed files with 135 additions and 21 deletions

View File

@@ -67,8 +67,11 @@ message SongMetadata {
optional int64 lastplayed = 29;
optional int64 lastseen = 30;
optional bool suspicious_tags = 31;
optional string art_automatic = 32;
optional string art_automatic = 31;
optional float rating = 32;
optional bool suspicious_tags = 40;
}