All checks were successful
build / build (push) Successful in 1m47s
- Share the percent-encoder as VideoCache.encodeUrl() and apply it to the live URL handed to FFmpeg in VideoPlayback (cache-miss path), not just the cache download. The lookup key stays the anchor's raw URL so cache hits still match; only the wire/FFmpeg URL is encoded. Non-ASCII paths now both cache and stream correctly instead of relying on FFmpeg's lenient handling. - Add VideoCache.ensureCacheDir(), called on every client JOIN, to create video_player_cache/ inside whatever game dir Minecraft actually runs from (vanilla .minecraft or a custom-launcher dir like .mc_custom) and log the resolved absolute path, so the folder exists up front and the active install location is visible in the log. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
17 lines
457 B
Properties
17 lines
457 B
Properties
org.gradle.jvmargs=-Xmx2G
|
|
org.gradle.parallel=true
|
|
# Config cache disabled — new loom + IntelliJ aren't fully compatible yet
|
|
org.gradle.configuration-cache=false
|
|
|
|
# Mod
|
|
mod_id=video_player
|
|
mod_version=0.4.38
|
|
maven_group=com.ejclaw.videoplayer
|
|
archives_base_name=video_player
|
|
|
|
# Minecraft / Fabric (26.1.2 — single target, intermediary/Yarn retired)
|
|
minecraft_version=26.1.2
|
|
loader_version=0.19.2
|
|
loom_version=1.16-SNAPSHOT
|
|
fabric_version=0.149.0+26.1.2
|