load trending images from tmdb at startup
- need TMDB_API_KEY as environment variable - mount /cache for data persistence Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
16
server/cinema/lib/feature/poster/domain/poster.enums.dart
Normal file
16
server/cinema/lib/feature/poster/domain/poster.enums.dart
Normal file
@@ -0,0 +1,16 @@
|
||||
enum PosterOrientation {
|
||||
horizontal,
|
||||
vertical,
|
||||
}
|
||||
|
||||
enum PosterFormat {
|
||||
png,
|
||||
jpeg,
|
||||
bmp,
|
||||
}
|
||||
|
||||
enum PosterOutput {
|
||||
image,
|
||||
lvgl,
|
||||
lvglBinary,
|
||||
}
|
||||
Reference in New Issue
Block a user