feat: Add genre extraction to media properties and icons to tree

This commit is contained in:
sha
2026-01-03 15:34:27 +00:00
parent ef1e1e06ca
commit 0ec1fbe4db
7 changed files with 70 additions and 8 deletions
+2
View File
@@ -35,6 +35,7 @@ class MediaPanelView:
self._props.title("Media Info Summary"),
self._props.media_title,
self._props.media_year,
self._props.media_genres,
self._props.media_duration,
self._props.media_file_size,
self._props.media_file_extension,
@@ -70,6 +71,7 @@ class MediaPanelView:
self._props.tmdb_title,
self._props.tmdb_original_title,
self._props.tmdb_year,
self._props.tmdb_genres,
self._props.tmdb_database_info,
self._props.tmdb_url,
]