1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Adding cover photo change explanation #679

This commit is contained in:
Patrik J. Braun 2023-08-25 21:32:45 +02:00
parent 3c9c7e01a3
commit 839f399908
2 changed files with 276 additions and 274 deletions

View File

@ -1122,6 +1122,7 @@ export class ServerConfig extends ClientConfig {
tags: {
name: $localize`Album cover`,
uiIcon: 'ionImageOutline',
githubIssue: 679,
uiJob: [
{
job: DefaultsJobs[DefaultsJobs['Album Cover Filling']],
@ -1129,7 +1130,8 @@ export class ServerConfig extends ClientConfig {
job: DefaultsJobs[DefaultsJobs['Album Cover Reset']],
hideProgress: true
}]
} as TAGS
} as TAGS,
description: $localize`Specify a search query and sorting that the app can use to pick the best photo for an album and folder cover. There is no way to manually pick folder and album cover in the app. You can tag some of your photos with 'cover' and set that as search query or rate them to 5 and set sorting to descending by rating.`
})
AlbumCover: ServerAlbumCoverConfig = new ServerAlbumCoverConfig();

View File

@ -60,9 +60,9 @@ export class BackendtextService {
case DefaultsJobs['Temp Folder Cleaning']:
return $localize`Temp folder cleaning`;
case DefaultsJobs['Album Cover Filling']:
return $localize`Album Cover filling`;
return $localize`Album cover filling`;
case DefaultsJobs['Album Cover Reset']:
return $localize`Album Cover reset`;
return $localize`Album cover reset`;
case DefaultsJobs['GPX Compression']:
return $localize`GPX compression`;
default: