mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-06 19:25:24 +00:00
feat(screen-recorder): insert tag of app name
This commit is contained in:
parent
01a294a70a
commit
ef2022fa10
@ -209,6 +209,8 @@ async def loop_files(library_id, folder, folder_path, force, plugins):
|
||||
}
|
||||
for key, value in metadata.items() if key != IS_THUMBNAIL
|
||||
]
|
||||
if "active_app" in metadata:
|
||||
new_entity.setdefault("tags", []).append(metadata["active_app"])
|
||||
is_thumbnail = metadata.get(IS_THUMBNAIL, False)
|
||||
|
||||
existing_entity = existing_entities_dict.get(
|
||||
|
Loading…
x
Reference in New Issue
Block a user