Jerrell
Jerrell
IImmich
Created by Jerrell on 7/24/2023 in #help-desk-support
Will the Immich server automatically pick up newly added photos in the Watch directory?
thanks!
6 replies
IImmich
Created by Jerrell on 7/24/2023 in #help-desk-support
Will the Immich server automatically pick up newly added photos in the Watch directory?
will it skip/ignore the ones it's already processed?
6 replies
IImmich
Created by Jerrell on 7/24/2023 in #help-desk-support
Will the Immich server automatically pick up newly added photos in the Watch directory?
sorry yes the read-only gallery. Thanks!
6 replies
IImmich
Created by Jerrell on 7/6/2023 in #help-desk-support
Open API generation fails
Got it working with the below. Thank you!
npx --yes @openapitools/openapi-generator-cli generate -g kotlin -i ./immich-openapi-specs.json -o ../mobile/openapi -t ./openapi-generator/templates/mobile
npx --yes @openapitools/openapi-generator-cli generate -g kotlin -i ./immich-openapi-specs.json -o ../mobile/openapi -t ./openapi-generator/templates/mobile
31 replies
IImmich
Created by Jerrell on 7/6/2023 in #help-desk-support
Open API generation fails
yes MacOs
31 replies
IImmich
Created by Jerrell on 7/6/2023 in #help-desk-support
Open API generation fails
31 replies
IImmich
Created by Jerrell on 7/6/2023 in #help-desk-support
Open API generation fails
hmm still getting a ton of errors
31 replies
IImmich
Created by Jerrell on 7/6/2023 in #help-desk-support
Open API generation fails
oh
31 replies
IImmich
Created by Jerrell on 7/6/2023 in #help-desk-support
Open API generation fails
running the command above gives the following errors
31 replies
IImmich
Created by Jerrell on 7/6/2023 in #help-desk-support
Open API generation fails
ah ok. I'll give that a go in a bit. It looks like this will generate the Kotlin native files ./generate-open-api.sh -mobile
31 replies
IImmich
Created by Jerrell on 7/6/2023 in #help-desk-support
Open API generation fails
I was able to generate them yesterday but something must've changed recently
31 replies
IImmich
Created by Jerrell on 7/6/2023 in #help-desk-support
Open API generation fails
I created the following gradle task tasks.openApiGenerate { generatorName.set("kotlin") inputSpec.set(apiDescriptionFile) outputDir.set(generatedSourcesPath) modelPackage.set("$apiRootName.model") globalProperties.set(mapOf(Pair("models", ""))) typeMappings.set( mapOf( Pair("java.math.BigDecimal", "Double"), Pair("java.time.OffsetDateTime", "String"), Pair("java.util.UUID", "String") ) ) configOptions.set( mapOf( "enumPropertyNaming" to "UPPERCASE", "dateLibrary" to "java8", "serializationLibrary" to "kotlinx_serialization", ) ) }
31 replies
IImmich
Created by Jerrell on 7/6/2023 in #help-desk-support
Open API generation fails
Kotlin
31 replies
IImmich
Created by Jerrell on 7/6/2023 in #help-desk-support
Open API generation fails
generate the DTO classes for me so I don't have to write them by hand
31 replies
IImmich
Created by Jerrell on 7/6/2023 in #help-desk-support
Open API generation fails
it worked before but seems to fail with the latest update to the spec file
31 replies
IImmich
Created by Jerrell on 7/6/2023 in #help-desk-support
Open API generation fails
gradle
31 replies
IImmich
Created by Jerrell on 7/2/2023 in #help-desk-support
Does the API asset/ endpoint support paging?
Oh, I thought you stated web used the time-bucket request. I'm curious how mobile handles loading the assets? Does it load all the assets then?
11 replies
IImmich
Created by Jerrell on 7/2/2023 in #help-desk-support
Does the API asset/ endpoint support paging?
Ah I see. Is the web sending a request for every day or does that endpoint take a range?
11 replies
IImmich
Created by Jerrell on 6/29/2023 in #help-desk-support
Image thumbnails Pink?
Right but the other way is native to all iOS apps.
5 replies
IImmich
Created by Jerrell on 6/29/2023 in #help-desk-support
Image thumbnails Pink?
Ah ok cool. One more question. Do you plan to add the jump to top iOS feature? On iOS if you click the top navigation bar it automatically scrolls scrolling containers to the top
5 replies