UberMeatShield / contented

An angular app for showing images and video in local directories. Also helps with creating screenshots of video.
Other
0 stars 0 forks source link

Tags - Create tagging on initialization #401

Closed UberMeatShield closed 2 months ago

UberMeatShield commented 2 months ago

Compare tags to filename and tag them as needed. Memory Manager tag (when should this happen?) DB Manager tag (should this do a lookup on new content?)

UberMeatShield commented 2 months ago

This seems to work for memory but I still need some work to make it function for the DB initialization. I didn't want to do it on load because that is already a little slower vs running a tag assignment.

UberMeatShield commented 2 months ago

Made a DB tracking ticket.