Add automatic cover art fetching from LibRetro thumbnails

Downloads box art from libretro-thumbnails GitHub repos for all
supported consoles (PS1, NES, SNES, N64, Genesis, PS2). Art is
fetched in the background on first scan and cached locally. Also
fixes multi-track .bin files showing as separate game entries.
This commit is contained in:
2026-04-09 21:09:26 -04:00
parent 0b4e408d18
commit 547d1501c0
7 changed files with 183 additions and 19 deletions

View File

@@ -80,6 +80,9 @@ dependencies {
// DataStore
implementation(libs.datastore.prefs)
// Image loading
implementation(libs.coil.compose)
// Testing
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)