Commit graph

292 commits

Author SHA1 Message Date
Chigozirim Igweamaka
69bd180e99 fix: update .gitignore to ignore recordings directory 2025-04-12 14:34:46 +01:00
Chigozirim Igweamaka
5b24c06e6d fix: update .gitignore to correctly ignore the songs directory 2025-04-12 14:33:13 +01:00
Chigozirim Igweamaka
28eca1ea2a Delete songs folder 2025-04-12 14:32:44 +01:00
Chigozirim Igweamaka
649f19b4a0
Merge pull request #36 from cgzirim/development
Dockerize App
2025-04-08 02:49:12 +01:00
Chigozirim Igweamaka
fadd713226
Update README.md 2025-04-07 13:07:12 +01:00
Chigozirim Igweamaka
7b80c0b04e update docker-compose.yml to define named volumes for database and songs 2025-04-07 02:42:34 +01:00
Chigozirim Igweamaka
e740795f46 feat: add Dockerfile and docker-compose.yml for application setup 2025-04-07 02:29:40 +01:00
Chigozirim Igweamaka
cd231fe6a8 add example environment configuration file 2025-04-07 02:29:01 +01:00
Chigozirim Igweamaka
3a1cd1e7f1 chore: add .dockerignore file to exclude unnecessary files from Docker builds 2025-04-07 02:28:44 +01:00
Chigozirim Igweamaka
8ea5a7a25b Restructure project: Move server-side files to a dedicated 'server' directory 2025-04-07 02:27:59 +01:00
Chigozirim Igweamaka
7a5ad4bfcc fix: update start_server function to change directory to server path 2025-04-07 02:24:29 +01:00
Chigozirim Igweamaka
3cf204363d fix: correct source path in appspec.yml to point to server directory 2025-04-07 02:23:56 +01:00
Chigozirim Igweamaka
389d0fe794 chore: update .gitignore to include sqlite3 and .env files 2025-04-07 02:23:38 +01:00
Chigozirim Igweamaka
be76a55c52
Merge pull request #35 from cgzirim/development
Add WASM support for fingerprint generation on the client side
2025-04-01 18:12:07 +01:00
Chigozirim Igweamaka
2eb682ffe2 Merge main 2025-04-01 18:08:54 +01:00
Chigozirim Igweamaka
77e544ce41 Add ReformatWAV function for channel conversion 2025-04-01 17:57:25 +01:00
Chigozirim Igweamaka
8a918c74cd feat: implement audio snippet recording and fingerprint processing 2025-04-01 17:53:17 +01:00
Chigozirim Igweamaka
6647fa1af7 feat: add event handler to process new fingerprints 2025-04-01 17:46:30 +01:00
Chigozirim Igweamaka
8e1e34a7f5 feat: add FFmpeg dependencies 2025-04-01 17:45:14 +01:00
Chigozirim Igweamaka
66b0071698 feat: integrate FFmpeg for audio processing and add WASM support for fingerprint generation 2025-04-01 17:44:54 +01:00
Chigozirim Igweamaka
7e883c30d5 fix #34: add missing imports wav.go 2025-03-28 02:30:50 +01:00
Chigozirim Igweamaka
b6fc65eb73
Merge pull request #30 from JChris246/fix/no-title
[Fix] convert tags keys to lowercase
2025-03-15 14:23:46 +01:00
Chigozirim Igweamaka
603f6eac51
Merge branch 'main' into fix/no-title 2025-03-15 14:22:46 +01:00
Chigozirim Igweamaka
5f8f5a9ddc
Merge pull request #29 from JChris246/fix/rename-files
[Fix] allow moving files across drives
2025-03-15 13:45:44 +01:00
Chigozirim Igweamaka
de7a0de54d fix: remove uniqueness constraint on ytID in db schema to allow ytID to be null for multiple songs without one 2025-03-15 13:44:42 +01:00
JChris246
41c3c5ae4c fix: allow moving files across drives 2025-03-13 23:20:54 -04:00
JChris246
91c9e4c15a fix: convert tags keys to lowercase 2025-03-13 23:20:39 -04:00
Chigozirim Igweamaka
900c8152d2
Merge pull request #28 from cgzirim/development
Development
2025-03-11 19:55:26 +01:00
Chigozirim Igweamaka
34122d10a5 feat: add WASM binary and include wasm_exec.js in index.html 2025-03-11 19:53:02 +01:00
Chigozirim Igweamaka
af6319147c feat: add WASM support for audio fingerprint generation 2025-03-11 09:21:53 +01:00
Chigozirim Igweamaka
495163ebb4 refactor: update FindMatches function 2025-03-11 09:18:29 +01:00
Chigozirim Igweamaka
177c654cc8 refactor: remove LowPassFilter implementation from filter.go 2025-03-11 09:16:57 +01:00
Chigozirim Igweamaka
5411913a98 refactor: improve comments and variable names for clarity. 2025-03-08 07:43:24 +01:00
Chigozirim Igweamaka
1e5e42e1dc refactor: remove shazamInit.go 2025-03-08 06:02:31 +01:00
Chigozirim Igweamaka
3f8f1b0514 refactor: optimize timestamp handling in FindMatches function 2025-03-08 06:01:16 +01:00
Chigozirim Igweamaka
f1430ffb8b refactor: improve variable names and update comments for clarity 2025-03-08 05:47:20 +01:00
Chigozirim Igweamaka
854b94fca6 Implement filterMatches to remove matches with insufficient target zones 2025-03-08 05:13:28 +01:00
Chigozirim Igweamaka
b122773a3e fix (#23): allow saving songs without ytID 2025-02-24 03:34:58 +01:00
Chigozirim Igweamaka
017aff06b0
Update README.md 2025-02-15 06:48:44 +01:00
Chigozirim Igweamaka
bc55332212
Update README.md 2025-01-16 15:46:38 +01:00
Chigozirim Igweamaka
c5ef4c4d0b
Update README.md 2024-09-28 04:47:32 +01:00
Chigozirim Igweamaka
def9665408
Update README.md 2024-08-06 08:04:18 +01:00
Chigozirim Igweamaka
c727bd7b7b
Update README.md 2024-08-06 07:51:50 +01:00
Chigozirim Igweamaka
45fa3da74c
Update README.md 2024-08-05 00:30:28 +01:00
Chigozirim Igweamaka
80093b51d0
Update README.md 2024-08-05 00:01:55 +01:00
Chigozirim Igweamaka
8c3bba038d
Merge pull request #14 from cgzirim/development
Update project's name on the UI
2024-08-04 23:52:57 +01:00
Chigozirim Igweamaka
8affd31305
Delete client/src/components/test_animate.js 2024-08-04 23:52:07 +01:00
Chigozirim Igweamaka
f0b798871b Update project's name on the UI 2024-08-04 23:12:53 +01:00
Chigozirim Igweamaka
0a67461819
Update README.md 2024-08-04 22:52:08 +01:00
Chigozirim Igweamaka
e8d706742d
Merge pull request #13 from cgzirim/development
Integrate SQLite as an alternative to MongoDB for storage.
2024-08-04 22:37:50 +01:00