diff --git a/unshackle/core/utils/tags.py b/unshackle/core/utils/tags.py index 56d25f0..728c03d 100644 --- a/unshackle/core/utils/tags.py +++ b/unshackle/core/utils/tags.py @@ -359,7 +359,7 @@ def tag_file(path: Path, title: Title, tmdb_id: Optional[int] | None = None) -> standard_tags["TVDB2"] = f"series/{show_ids['tvdb']}" if show_ids.get("tmdbtv"): standard_tags["TMDB"] = f"tv/{show_ids['tmdbtv']}" - + # Handle movie data from Simkl elif simkl_data.get("type") == "movie" and "movie" in simkl_data: movie_ids = simkl_data.get("movie", {}).get("ids", {}) diff --git a/unshackle/unshackle-example.yaml b/unshackle/unshackle-example.yaml index aa8819b..2a6414a 100644 --- a/unshackle/unshackle-example.yaml +++ b/unshackle/unshackle-example.yaml @@ -117,7 +117,7 @@ remote_cdm: type: "decrypt_labs" device_name: "L1" # Scheme identifier - must match exactly device_type: ANDROID - system_id: 4464 + system_id: 4464 security_level: 1 host: "https://keyxtractor.decryptlabs.com" secret: "your_decrypt_labs_api_key_here"