109 Commits

Author SHA1 Message Date
ConfusedPolarBear
8d766a1476 Rework library item queuing 2022-06-14 21:14:47 -05:00
ConfusedPolarBear
ac1f0d40f3 Start/stop auto skip timer after saving settings 2022-06-14 14:36:05 -05:00
ConfusedPolarBear
393e2c35e4 Improve ffmpeg feature detection 2022-06-13 17:26:05 -05:00
ConfusedPolarBear
5fdbeafd43 Merge branch 'api-versioning'
Closes #13
2022-06-13 16:13:01 -05:00
ConfusedPolarBear
cac2094b4c Add initial testing script 2022-06-13 14:48:46 -05:00
ConfusedPolarBear
0d20a6fb61 Version API endpoints and add documentation 2022-06-12 21:34:41 -05:00
ConfusedPolarBear
42b00dc1a4 Change some log levels 2022-06-12 17:31:42 -05:00
ConfusedPolarBear
cb3e69ac1c Increase verbosity at startup 2022-06-12 17:16:21 -05:00
ConfusedPolarBear
87eda41001 Embed commit hash into unstable builds 2022-06-12 16:57:15 -05:00
ConfusedPolarBear
01d7f570fa Catch any exception thrown during plugin startup 2022-06-12 16:08:31 -05:00
ConfusedPolarBear
2394c03bbe Remove remaining references to fpcalc 2022-06-10 23:08:27 -05:00
ConfusedPolarBear
70b4f0e034 Merge branch 'ffmpeg5' 2022-06-10 22:20:05 -05:00
ConfusedPolarBear
3fe1b2c45f Use correct program name in exception message 2022-06-10 17:01:17 -05:00
ConfusedPolarBear
2c2dec9ec9 Allow customizing degree of parallelism
Also grouped settings controls
2022-06-09 20:34:18 -05:00
ConfusedPolarBear
9b79e6b05a Log media paths that generate chromaprint errors 2022-06-09 20:03:49 -05:00
ConfusedPolarBear
d042cfccb9 Report scheduled task failure if queue is empty 2022-06-09 19:14:05 -05:00
ConfusedPolarBear
55e04efb8d Rename files 2022-06-09 17:33:39 -05:00
ConfusedPolarBear
3459e3ce4b Move from fpcalc to ffmpeg 2022-06-09 15:56:52 -05:00
ConfusedPolarBear
0d44d33010 Catch ResourceNotFoundException
Thrown if the user abruptly stops playback
2022-06-09 15:38:30 -05:00
ConfusedPolarBear
ea83a7ef2b Notify the user after auto skipping an intro 2022-06-08 16:15:59 -05:00
ConfusedPolarBear
b439afdfbe Cache audio fingerprints by default 2022-06-07 21:36:20 -05:00
ConfusedPolarBear
4ca0511f30 Implement automatic intro skipping
Requires that the client playing media supports remote commands.
Closes #9.
2022-06-07 18:33:59 -05:00
ConfusedPolarBear
d771b6529f Add button to erase all discovered timestamps 2022-06-07 12:18:03 -05:00
ConfusedPolarBear
d8836a30b2 Bump version 2022-06-06 23:18:01 -05:00
ConfusedPolarBear
955ed09326 Improve settings page
* Saving settings should be more reliable
* Don't try to paint empty fingerprints
* Cleanup event listeners after navigation
2022-06-02 14:35:48 -05:00
ConfusedPolarBear
49343afd5d Change variable declarations 2022-06-02 00:10:07 -05:00
ConfusedPolarBear
b3c5cfeffc Display intros on the fingerprint visualization 2022-06-01 21:52:40 -05:00
ConfusedPolarBear
6d1ed21bae Fix unit tests and comment 2022-06-01 13:46:05 -05:00
ConfusedPolarBear
eb1b781768 Tweak algorithm parameters 2022-06-01 04:45:26 -05:00
ConfusedPolarBear
a7469db2df Rename files 2022-05-31 16:18:17 -05:00
ConfusedPolarBear
eee11e23bb Switch to new fingerprint comparison algorithm 2022-05-31 16:12:11 -05:00
ConfusedPolarBear
872451cc7e Display percent similarity 2022-05-30 03:24:19 -05:00
ConfusedPolarBear
19660cb1b2 Add initial troubleshooting code 2022-05-30 02:23:36 -05:00
ConfusedPolarBear
bb2c9a30e3 Fix version check 2022-05-21 22:58:01 -05:00
ConfusedPolarBear
552a1fdf53 Version 0.0.0.2 2022-05-21 19:18:21 -05:00
ConfusedPolarBear
b9612f83c1 Increase accuracy 2022-05-19 00:59:58 -05:00
ConfusedPolarBear
ba8ce041ca Limit parallelism & add mutex 2022-05-17 02:06:34 -05:00
ConfusedPolarBear
05c5526bca Cache the fingerprints for a season temporarily 2022-05-17 01:36:37 -05:00
ConfusedPolarBear
cf1878382b Small refactor 2022-05-16 23:08:20 -05:00
ConfusedPolarBear
2feba9b582 Decrease fingerprinting time by 10x 2022-05-16 19:23:24 -05:00
ConfusedPolarBear
12d53d52c0 Add parallelism 2022-05-16 17:06:46 -05:00
ConfusedPolarBear
08c6c48934 Validate installed fpcalc version 2022-05-13 16:03:39 -05:00
ConfusedPolarBear
56fdbef0ec Start parallel rewrite 2022-05-13 01:28:06 -05:00
ConfusedPolarBear
3370f1058d Add second analysis pass 2022-05-13 01:13:13 -05:00
ConfusedPolarBear
da42b44ec7 Change version 2022-05-10 02:53:24 -05:00
ConfusedPolarBear
2a94a9f103 Update comments and add CountBits unit test 2022-05-10 02:10:39 -05:00
ConfusedPolarBear
96333f5f9e Enable StyleCop analyzers 2022-05-10 00:25:29 -05:00
ConfusedPolarBear
547a2c705b Reformat code to comply with StyleCop analyzers 2022-05-10 00:25:29 -05:00
ConfusedPolarBear
928f467871 Unit test time ranges and audio fingerprinting 2022-05-10 00:25:29 -05:00
ConfusedPolarBear
61932fcf89 Change threshold 2022-05-07 21:11:59 -05:00