Add MIT license, contribution guide, and public repo docs

This commit is contained in:
2026-04-30 18:35:44 +02:00
parent d9d8a4f363
commit e0acef44c1
4 changed files with 89 additions and 0 deletions
+1
View File
@@ -314,3 +314,4 @@ Local app dependencies are declared in `pyproject.toml`; `requirements.txt` inst
- Added configurable `REMOTE_PATH_PREFIX` support so Jellyfin paths can be mapped to SSH-visible paths when opening folders from Media/Library tabs (for example `/media/...` -> `/srv/media/...`).
- Updated path handoff logic to prefer mapping through `REMOTE_MEDIA_ROOT` (anchor replacement using the root basename, e.g. `media`) and use `REMOTE_PATH_PREFIX` as fallback.
- Added a public-repo readiness note in README describing what local/sensitive files must stay out of version control.
- Added `LICENSE` (MIT) and `CONTRIBUTING.md` for public-repo baseline documentation.