mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
feat: Add genre extraction to media properties and icons to tree
This commit is contained in:
@@ -200,6 +200,12 @@ class MediaExtractor:
|
||||
("Default", "extract_subtitle_tracks"),
|
||||
],
|
||||
},
|
||||
"genres": {
|
||||
"sources": [
|
||||
("TMDB", "extract_genres"),
|
||||
("Default", "extract_genres"),
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
def get(self, key: str, source: str | None = None):
|
||||
|
||||
Reference in New Issue
Block a user