13 Commits

Author SHA1 Message Date
c900c5e5a4 Merge branch 'master' of https://gitea.innovativedevsolutions.org/stan44/Fbrowser 2025-04-12 00:06:25 -05:00
a69391b1d8 toggle logging added (--debug-on) to enable logging
minor bug fixes.
known stutter bug in database/meta systems
appears to be the delay in connecting to the database.

future work:
1. intergrate firefly.dll as server module.
2. ensure full database funcctionality.
3. add toggle to use database or not. (by default we check for firefly if we don't find we default to python systems. if found we automatically use firefly.(so maybe on toggles))
4. investigate and fix the stutter bug.
2025-04-11 23:59:50 -05:00
9f3b06853a updated to include ifireflylib 2025-04-11 22:40:03 -05:00
7110c393d4 updated readme to include the ifireflylib 2025-04-11 22:38:55 -05:00
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