docu update

This commit is contained in:
2026-01-16 20:30:25 +01:00
parent c88e2d2b7b
commit d1a966cc0d
10 changed files with 52 additions and 1887 deletions

View File

@@ -253,6 +253,7 @@ NFO files are created in the anime directory:
**Endpoint**: `GET /api/nfo/check`
**Query Parameters**:
- `folder_path` (required): Absolute path to anime directory
**Response**:
@@ -327,6 +328,7 @@ NFO files are created in the anime directory:
**Endpoint**: `GET /api/nfo/view`
**Query Parameters**:
- `file_path` (required): Absolute path to NFO file
**Response**:
@@ -344,6 +346,7 @@ NFO files are created in the anime directory:
**Endpoint**: `GET /api/nfo/media/status`
**Query Parameters**:
- `folder_path` (required): Absolute path to anime directory
**Response**:
@@ -456,6 +459,7 @@ NFO files are created in the anime directory:
**Problem**: NFO files are not being created during downloads.
**Solutions**:
1. Verify TMDB API key is configured correctly
2. Check `auto_create` is enabled in settings
3. Ensure anime directory has write permissions
@@ -467,6 +471,7 @@ NFO files are created in the anime directory:
**Problem**: TMDB validation fails with "Invalid API key".
**Solutions**:
1. Verify API key is copied correctly (no extra spaces)
2. Ensure you're using the v3 API key (not v4)
3. Check API key is active on TMDB website
@@ -477,6 +482,7 @@ NFO files are created in the anime directory:
**Problem**: NFO files are created but images are missing.
**Solutions**:
1. Enable image downloads in settings (poster/logo/fanart)
2. Verify TMDB API key is valid
3. Check network connectivity to TMDB servers
@@ -488,6 +494,7 @@ NFO files are created in the anime directory:
**Problem**: NFO contains wrong show information.
**Solutions**:
1. Verify anime title matches TMDB exactly
2. Use TMDB ID if available for accurate matching
3. Update NFO files with `force=true` to refresh metadata
@@ -498,6 +505,7 @@ NFO files are created in the anime directory:
**Problem**: "Permission denied" when creating NFO files.
**Solutions**:
1. Check anime directory permissions: `chmod 755 /path/to/anime`
2. Ensure application user has write access
3. Verify directory ownership: `chown -R user:group /path/to/anime`
@@ -508,6 +516,7 @@ NFO files are created in the anime directory:
**Problem**: NFO creation takes a long time.
**Solutions**:
1. Reduce image size (use w500 instead of original)
2. Disable unnecessary images (logo, fanart)
3. Create NFOs in batches during off-peak hours