refactor: rebrand application from "Radarr Language Dashboard" to "Media Max" across all files
Update project name from "Radarr Language Dashboard v2" to "Media Max" in README.md, docker-compose.yml service/container names, app.py logger name and service definition, manifest.json name/short_name/description, and templates/index.html title and header elements. Update docker exec command example in README to use new container name.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Radarr Language Dashboard v2
|
||||
# Media Max
|
||||
|
||||
## Wichtig: Path-Mapping
|
||||
|
||||
@@ -104,7 +104,7 @@ Der API-Key steht in SABnzbd unter `Config > General`. Die laufenden Jobs kommen
|
||||
Prüfe einen Pfad im Container:
|
||||
|
||||
```bash
|
||||
docker exec -it radarr-language-dashboard sh
|
||||
docker exec -it media-max sh
|
||||
ls -lah /media/filme
|
||||
find /media/filme -type f | head
|
||||
ffprobe -v error -show_entries stream=codec_type,codec_name:stream_tags=language -of json "/media/filme/DEIN/FILM.mkv"
|
||||
|
||||
Reference in New Issue
Block a user