Very basic implementation of IGDB plugin

This commit is contained in:
grimsi
2024-10-30 16:30:28 +01:00
parent fdfeac3725
commit a4ce0826cc
4 changed files with 125 additions and 39 deletions
@@ -1,4 +1,5 @@
package de.grimsi.gameyfin.pluginapi.gamemetadata
import java.net.URL
import java.time.Instant
@@ -19,6 +20,7 @@ class GameMetadata(
)
enum class Genre {
UNKNOWN,
PINBALL,
ADVENTURE,
INDIE,
@@ -45,6 +47,7 @@ enum class Genre {
}
enum class Theme {
UNKNOWN,
ACTION,
FANTASY,
SCIENCE_FICTION,