68 Commits

Author SHA1 Message Date
Hidea
3cfa63c9de Enhance album add process and add countdown reset
Refactor album addition process to improve error handling and add countdown reset functionality.
2025-12-23 18:40:21 +01:00
Hidea
c7949c69e7 Refactor index.html for improved scanner functionality
Refactor HTML structure and scripts for barcode scanner functionality, integrating ZXing library for barcode detection and improving service worker registration.
2025-12-23 17:45:59 +01:00
Hidea
8d97b3e202 Rename comment from 'APP CONFIG' to 'APP SETTINGS' 2025-12-22 17:04:19 +01:00
Hidea
04975c7933 Refactor app.py for improved structure and error handling 2025-12-22 17:03:03 +01:00
Hidea
999da7245e Implement request timeout for API calls
Added a request timeout to API calls to improve error handling and prevent hanging requests.
2025-12-22 16:40:51 +01:00
Hidea
b111cce112 Refactor environment variable handling in app.py 2025-12-22 12:21:28 +01:00
Hidea
d092fbbc37 Change monitored status and update comments in app.py 2025-12-21 16:50:26 +01:00
Hidea
084fea1186 Fix missing newline at end of index.html 2025-12-21 16:40:44 +01:00
Hidea
93d5d4f2f5 Refactor app.py for improved structure and clarity 2025-12-21 16:40:24 +01:00
Hidea
4681cecaf4 Update readme.md 2025-11-02 22:56:11 +01:00
Andrew Shaffer
fb220b98ea Update Docker image reference in compose.yaml 2025-11-02 16:27:49 -05:00
Andrew Shaffer
85a9cf1d9c Delete compose.testing.yaml 2025-11-02 16:27:24 -05:00
Andrew Shaffer
243fccff7a Merge branch 'main' into main 2025-11-02 16:25:37 -05:00
Andrew Shaffer
fdb630e99c docs: fix typo
Updated instructions for environment variables in the README.
2025-11-02 16:12:08 -05:00
Andrew Shaffer
863dc147df docs: fix env variable in README 2025-11-02 16:10:57 -05:00
Andrew Shaffer
e6255b5d0c feat(docker): improve variable handling (#4)
* feat(docker): improve variable handling

* fix: typo
2025-11-02 16:09:55 -05:00
Andrew Shaffer
f46be42da7 docs: docker & env documentation (#3) 2025-11-02 15:57:43 -05:00
Andrew Shaffer
8e77449f39 feat(docker): improve variable handling (#2) 2025-11-02 15:57:29 -05:00
Hidea
e76f8277bd Create docker-publish.yml 2025-11-02 19:28:02 +01:00
Hidea
08bd384261 Merge pull request #1 from drewstopherlee/feature/docker-support
feat: add docker support
2025-11-02 18:50:41 +01:00
Andrew Shaffer
aa2d007f2c fix: typo 2025-11-01 19:41:41 -04:00
Andrew Shaffer
fa3c8a489e fix: typo 2025-11-01 19:41:17 -04:00
Andrew Shaffer
16ed1a69eb feat: add docker ci/cd 2025-11-01 19:40:07 -04:00
Andrew Shaffer
ac5aaaa593 feat: add docker support (#1) 2025-11-01 19:38:21 -04:00
Andrew Shaffer
eec9681c8a feat: add docker support 2025-11-01 19:37:08 -04:00
Hidea
b99078dbfb Update index.html 2025-11-01 14:11:14 +01:00
Hidea
1fe4f2b867 Update readme.md 2025-11-01 14:08:56 +01:00
Hidea
23a57947db Update readme.md 2025-11-01 14:08:11 +01:00
Hidea
6826771542 Update readme.md 2025-11-01 14:08:01 +01:00
Hidea
f12d0cc44a Update readme.md 2025-11-01 14:07:31 +01:00
Hidea
43142b5bb2 Update index.html 2025-11-01 14:05:25 +01:00
Hidea
9ed96f2ed1 Add simple credentials section
Added simple credentials section to readme.
2025-11-01 14:01:32 +01:00
Hidea
24c44f0291 Implement basic authentication for routes
Added basic authentication with username and password checks.
2025-11-01 13:57:03 +01:00
Hidea
c03ae0ec2e Refine status messages and add stop app functionality
Updated status messages and added a stop app button.
2025-11-01 13:49:47 +01:00
Hidea
53aca7771b Refactor status messages in process_barcode function 2025-11-01 13:49:22 +01:00
Hidea
fb1deb81b7 Update README with Lidarr configuration details
Clarify Lidarr configuration requirements in README.
2025-10-30 16:23:01 +01:00
Hidea
befa24cb32 Update readme.md 2025-10-30 16:22:37 +01:00
Hidea
0c12ea0274 Update README with Lidarr configuration details
Add details about required Lidarr parameters and application startup.
2025-10-30 16:18:44 +01:00
Hidea
021218bb54 Revise Lidarr URL and API key placeholders
Updated Lidarr configuration details in the README.
2025-10-30 16:17:35 +01:00
Hidea
0c572f7b53 Introduce LIDARR_DEFAULTS for artist configuration
Added LIDARR_DEFAULTS dictionary for default artist settings.
2025-10-30 16:15:47 +01:00
Hidea
e7f31391c3 Rename short_name from 'LidarrScan' to 'Codebarr' 2025-10-30 15:47:56 +01:00
Hidea
02ad5661c2 Register service worker in index.html
Add service worker registration script to index.html
2025-10-30 15:36:15 +01:00
Hidea
04bc01ca74 Create service-worker.js 2025-10-30 15:35:35 +01:00
Hidea
1fa6baf821 Add files via upload 2025-10-30 15:34:50 +01:00
Hidea
c34aef309a Create icon-512.png 2025-10-30 15:28:40 +01:00
Hidea
a9e86bc067 Create icon-192.png 2025-10-30 15:28:22 +01:00
Hidea
54e363c619 Add manifest.json for Lidarr Barcode Scanner 2025-10-30 15:27:31 +01:00
Hidea
dd0bc39e40 Updated README
Updated README
2025-10-30 14:46:00 +01:00
Hidea
068e8c131f Add LICENSE file with MIT License
Add MIT License to the project
2025-10-30 13:49:56 +01:00
Hidea
a64dcde86e Update readme.md 2025-10-30 13:43:19 +01:00