{"id":50361534,"url":"https://github.com/moderras/miruplay","last_synced_at":"2026-05-30T02:02:35.353Z","repository":{"id":356036341,"uuid":"1230471238","full_name":"ModerRAS/MiruPlay","owner":"ModerRAS","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-25T08:22:47.000Z","size":143495,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-25T08:26:24.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ModerRAS.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-06T03:03:54.000Z","updated_at":"2026-05-25T03:27:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ModerRAS/MiruPlay","commit_stats":null,"previous_names":["moderras/miruplay"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/ModerRAS/MiruPlay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModerRAS%2FMiruPlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModerRAS%2FMiruPlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModerRAS%2FMiruPlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModerRAS%2FMiruPlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ModerRAS","download_url":"https://codeload.github.com/ModerRAS/MiruPlay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ModerRAS%2FMiruPlay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33677261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-30T02:02:32.604Z","updated_at":"2026-05-30T02:02:35.348Z","avatar_url":"https://github.com/ModerRAS.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MiruPlay\n\n\u003e Android TV + Windows Desktop Anime Media Manager — local scraping, cloud sync, multi-source playback\n\n[简体中文](./README.md) | [日本語](./README.ja.md)\n\n## Current Status\n\n- Android TV remains the primary entry point, using Jetpack Compose TV, Media3, and Hilt.\n- The Windows desktop port now has a Compose Desktop shell, Local/WebDAV/SMB sources, Bangumi metadata, CloudDrive2/RSS settings, WebUI access, mpv playback, and optional RIFE runtime support.\n- Windows completion is tracked in the [Windows port roadmap](./docs/windows-port-roadmap.md). Real CloudDrive2/RSS live QA, target-hardware RIFE matrix evidence, signed installer evidence, and broader device end-to-end QA still require the matching external environments.\n\n## Features\n\n- **Multi-Source Media** — Supports local files, WebDAV, SMB, and other media sources\n- **Metadata Scraping** — Auto-fetch anime info, posters, and episode lists from Bangumi\n- **RSS Cloud Sync** — Automatically sync new episodes via RSS subscription\n- **Remote Control** — Built-in HTTP server + gRPC API for browser / third-party client control\n- **TV Remote Optimized** — Compose + Leanback UI fully adapted for D-pad navigation\n- **Windows Desktop** — Compose Desktop UI, mpv playback, optional RIFE backends, and desktop JSON storage\n- **Playback Progress** — Track and resume playback progress per episode\n\n## Tech Stack\n\n| Category | Technology |\n|----------|------------|\n| Language | Kotlin 2.0.0 |\n| UI | Jetpack Compose TV + Compose Desktop |\n| DI | Hilt (Android) |\n| Database | Room (Android) + JSON store (Windows desktop) |\n| Player | Media3 (ExoPlayer, Android) + mpv (Windows) |\n| Network | OkHttp + NanoHTTPD + gRPC + Protobuf |\n| Serialization | Kotlinx Serialization |\n\n## Build\n\n**Requirements:**\n- JDK 21 (Temurin)\n- Android SDK 35\n\n```bash\n# Debug build\n./gradlew assembleDebug\n\n# Release build (requires signing)\n./gradlew assembleRelease -PVERSION_NAME=1.0.0 -PVERSION_CODE=100\n\n# Run tests\n./gradlew test\n\n# Lint\n./gradlew lint\n\n# Lightweight Windows desktop install without copying a local mpv runtime\n./gradlew :desktop-app:installDist -PbundleMpvRuntime=false\n\n# Safe local Windows port gate\npowershell -ExecutionPolicy Bypass -File tools/verify-windows-port.ps1\n```\n\n## Project Structure\n\n```\nMiruPlay/\n├── app/              # App entry, navigation, Hilt wiring\n├── core/\n│   ├── model/       # Domain models, data classes\n│   └── common/      # Shared utilities, Result type\n├── data/            # Room database, DAOs, repositories\n├── ui-tv/           # TV Compose UI (screens, components, theme)\n├── ui-design/       # Shared Android TV / Windows palette and input contracts\n├── desktop-app/     # Windows Compose Desktop entry, settings, WebUI bridge\n├── player-core/     # Media3 player integration\n├── player-mpv/      # Windows mpv commands, IPC, runtime verification\n├── media-source-api/# Cross-platform media source contracts\n├── media-source/    # Android media source implementation\n├── media-source-desktop/ # Windows Local / WebDAV / SMB sources\n├── repository-api/  # Cross-platform repository and presentation helpers\n├── repository-desktop/ # Windows JSON-backed repository\n├── scanner/         # Local file scanner\n├── scanner-desktop/ # Windows scanner\n├── scraper/         # Anime metadata scraping (Bangumi)\n├── scraper-core/    # Shared scraper contracts and Bangumi mapping\n├── scraper-desktop/ # Windows Bangumi client\n├── sync-engine/     # RSS sync engine\n├── sync-engine-shared/ # Shared Cloud/RSS actions and directory browsing\n├── sync-engine-desktop/ # Windows CloudDrive2/RSS runner and scheduler\n├── cloud-drive/     # Cloud drive integration\n├── cloud-drive-api/ # Shared CloudDrive contracts\n├── cloud-drive-desktop/ # Windows CloudDrive2 gRPC client\n├── metadata/        # NFO metadata read/write\n├── metadata-core/   # Shared NFO parsing/writing\n├── web-control/     # HTTP control server\n├── web-control-core/# Shared WebUI HTTP routing and DTOs\n├── runtime/mpv/     # Local mpv/RIFE payload placeholder; large files are not committed\n└── gradle/          # Dependency version catalog\n```\n\n## Documentation\n\n- [Windows port roadmap](./docs/windows-port-roadmap.md) — Windows completion status, required evidence, and remaining live/target-host QA\n- [Windows port plan](./docs/windows-port-plan.md) — architecture split, desktop entry, mpv/RIFE packaging strategy\n- [Windows port audit](./docs/windows-port-audit.md) — covered evidence and risk audit\n- [mpv runtime packaging](./docs/mpv-runtime-packaging.md) — Windows mpv/RIFE runtime preparation and release gates\n\n## License\n\n[GNU General Public License v3.0](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoderras%2Fmiruplay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoderras%2Fmiruplay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoderras%2Fmiruplay/lists"}