#1473 Add sort by rating for composer, genre, and artist tracks.

This commit is contained in:
Alain Nussbaumer
2023-03-23 23:19:55 +01:00
parent 88425fc38d
commit c6b4f565a5
19 changed files with 303 additions and 114 deletions

View File

@@ -270,6 +270,7 @@
"sort-by": {
"title": "Sortieren nach",
"name": "Name",
"rating": "Bewertung",
"release-date": "Erscheinungsdatum"
}
},
@@ -333,7 +334,12 @@
"composer": {
"album-count": "{count} Alben",
"shuffle": "Zufallswiedergabe",
"track-count": "{count} Tracks"
"track-count": "{count} Tracks",
"sort-by": {
"title": "Sortieren nach",
"name": "Name",
"rating": "Bewertung"
}
},
"composers": {
"count": "{count} Komponisten",
@@ -346,7 +352,12 @@
"genre": {
"album-count": "{count} Alben",
"shuffle": "Zufallswiedergabe",
"track-count": "{count} Tracks"
"track-count": "{count} Tracks",
"sort-by": {
"title": "Sortieren nach",
"name": "Name",
"rating": "Bewertung"
}
},
"genres": {
"count": "{count} Genres",

View File

@@ -270,6 +270,7 @@
"sort-by": {
"title": "Sort by",
"name": "Name",
"rating": "Rating",
"release-date": "Release date"
}
},
@@ -333,7 +334,12 @@
"composer": {
"album-count": "{count} albums",
"shuffle": "Shuffle",
"track-count": "{count} tracks"
"track-count": "{count} tracks",
"sort-by": {
"title": "Sort by",
"name": "Name",
"rating": "Rating"
}
},
"composers": {
"count": "{count} composers",
@@ -346,7 +352,12 @@
"genre": {
"album-count": "{count} albums",
"shuffle": "Shuffle",
"track-count": "{count} tracks"
"track-count": "{count} tracks",
"sort-by": {
"title": "Sort by",
"name": "Name",
"rating": "Rating"
}
},
"genres": {
"count": "{count} genres",

View File

@@ -270,6 +270,7 @@
"sort-by": {
"title": "Trier par",
"name": "Nom",
"rating": "Classement",
"release-date": "Date de sortie"
}
},
@@ -333,7 +334,12 @@
"composer": {
"album-count": "{count} albums",
"shuffle": "Lecture aléatoire",
"track-count": "{count} pistes"
"track-count": "{count} pistes",
"sort-by": {
"title": "Trier par",
"name": "Nom",
"rating": "Classement"
}
},
"composers": {
"count": "{count} compositeurs",
@@ -346,7 +352,12 @@
"genre": {
"album-count": "{count} albums",
"shuffle": "Lecture aléatoire",
"track-count": "{count} pistes"
"track-count": "{count} pistes",
"sort-by": {
"title": "Trier par",
"name": "Nom",
"rating": "Classement"
}
},
"genres": {
"count": "{count} genres",