feat: differentiate between studios and producers in media info and dynamic preview

This commit is contained in:
benexl
2025-12-31 18:11:10 +03:00
parent 6e26ac500d
commit e49baed46f
3 changed files with 12 additions and 2 deletions

View File

@@ -189,7 +189,12 @@ class PreviewCacheWorker(ManagedBackgroundWorker):
),
"STUDIOS": formatter.shell_safe(
formatter.format_list_with_commas(
[t.name for t in media_item.studios if t.name]
[t.name for t in media_item.studios if t.name and t.is_animation_studio]
)
),
"PRODUCERS": formatter.shell_safe(
formatter.format_list_with_commas(
[t.name for t in media_item.studios if t.name and not t.is_animation_studio]
)
),
"SYNONYMNS": formatter.shell_safe(