Commit Graph

58 Commits

Author SHA1 Message Date
8ee8e1d2ab Merge pull request 'add tagging system for media items' (#1) from claude/compassionate-feistel into tagging
Reviewed-on: http://gitea.lan/gpatti/MediaLore/pulls/1
2026-03-25 22:18:45 +00:00
4a9849d9b5 add external packages 2026-03-25 17:57:47 -04:00
f788b1a441 add tagging system for media items
Introduces user-defined tag categories and tags with a many-to-many
relationship to media items. Tags are stored in a SQLite database
(medialore.db via better-sqlite3) with ON DELETE CASCADE for automatic
cleanup. Users can manage categories and tags at /manage/tags, assign
tags to games in the detail modal, and tag mixed media files via a
hover button on each tile.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-25 17:29:24 -04:00
bf54b45fa1 add thumbnail generation 2026-03-25 16:59:09 -04:00
90528c4768 add library management 2026-03-25 16:40:01 -04:00
ff3cfe7ec3 add readme 2026-03-25 16:24:14 -04:00
88595bee90 initial version 2026-03-25 16:18:23 -04:00
aeec7cae36 add gitignore 2026-03-25 16:17:59 -04:00