9 Commits

Author SHA1 Message Date
fcc0b906e5 Merge branch 'master' of https://gitea.innovativedevsolutions.org/stan44/Fbrowser 2025-04-11 22:33:33 -05:00
98ee9ce50a feat: Implement database integration
This commit introduces database integration using FireflyDB for storing and retrieving audio file metadata.

- Integrated FireflyDB for persistent storage of metadata.
- Added methods to check for existing metadata in the database and retrieve it.
- Modified the Organizer class to use FireflyDB for processing metadata.
- Added auto-scanning and metadata extraction upon directory opening in Fbrowser.
- Created archiver.py and metaextract.py to house the ArchiveExtractor and MetadataExtractor classes respectively.
- Added .gitignore entries for Firefly related files.
- Added Mock MIT License, Contributor License Agreement, and Pro Edition License Agreement files.
2025-04-11 22:30:39 -05:00
5349846eb4 Update readme.md 2025-04-08 00:24:26 -05:00
7e2550b2b2 just updating readme to clarify a couple of things. 2025-04-08 00:23:24 -05:00
bfc4ad9f99 Update readme.md 2025-04-08 00:17:19 -05:00
e322a0dcc6 updated a top comment to clarify run 2025-04-06 20:33:09 -05:00
232503e0a8 cd command updated under git cloning. 2025-04-06 20:14:16 -05:00
32ab74cbef updated git command in readme 2025-04-06 20:08:07 -05:00
3b909bb756 Initial commit 2025-04-06 20:00:26 -05:00