feat: M3 weighted shuffle v1 — real /api/radio with scoring #21

Merged
bvandeusen merged 262 commits from dev into main 2026-04-27 11:00:29 -04:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 327ecb6757 - Show all commits
@@ -1,4 +1,4 @@
package com.fabledsword.minstrel.cache.audio_cache
package com.fabledsword.minstrel.cache.audiocache
/**
* Defaults for the 2-bucket audio cache. Matches the Flutter client.
@@ -11,7 +11,7 @@ import androidx.media3.datasource.cache.SimpleCache
import androidx.media3.datasource.okhttp.OkHttpDataSource
import androidx.media3.exoplayer.ExoPlayer
import androidx.media3.exoplayer.source.DefaultMediaSourceFactory
import com.fabledsword.minstrel.cache.audio_cache.CacheConfig
import com.fabledsword.minstrel.cache.audiocache.CacheConfig
import dagger.hilt.android.qualifiers.ApplicationContext
import okhttp3.OkHttpClient
import java.io.File
@@ -1,6 +1,6 @@
package com.fabledsword.minstrel.player
import com.fabledsword.minstrel.cache.audio_cache.CacheConfig
import com.fabledsword.minstrel.cache.audiocache.CacheConfig
import dagger.Module
import dagger.Provides
import dagger.hilt.InstallIn