Bootstrap Castarr from NodeCast prototype

Imported the native TV app (Kotlin, ExoPlayer, embedded remote server, QR
pairing) plus CONTEXT.md and ADRs 0001-0005. Rename, Compose for TV UI and
the Dispatcharr integration follow as tracked issues.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
be-nj
2026-08-25 00:09:00 +02:00
commit a11b5a68c0
44 changed files with 2418 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="pair_title">Mit dem Handy koppeln</string>
<string name="pair_subtitle">Richte die Kamera auf den Code — die Fernbedienung öffnet sich direkt im Browser.</string>
<string name="ready_to_pair">Bereit zum Koppeln</string>
<string name="paired_with">Gekoppelt mit %1$s</string>
<string name="pairing_code">Code %1$s</string>
<string name="no_network">Keine Netzwerkverbindung</string>
<string name="playing">Wird abgespielt</string>
<string name="paused">Pausiert</string>
<string name="buffering">Lädt…</string>
<string name="playback_error">Wiedergabefehler (%1$s)</string>
<string name="playlist_error">Playlist konnte nicht geladen werden</string>
</resources>