1035 Commits

Author SHA1 Message Date
ConfusedPolarBear
82922b3241 Update CHANGELOG.md 2022-08-30 02:18:42 -05:00
ConfusedPolarBear
a32389b281 Switch to ReadOnlyCollection 2022-08-30 02:18:05 -05:00
ConfusedPolarBear
cbd00b2675 Implement silence detection 2022-08-29 23:56:13 -05:00
ConfusedPolarBear
fb6cd5c1d7 Rename {Chromaprint,FFmpegWrapper}.cs 2022-08-28 22:35:43 -05:00
ConfusedPolarBear
bbed34b0e7 Add inverted index shift amount 2022-08-28 22:25:27 -05:00
ConfusedPolarBear
874f77f94c Search episodes in O(n) instead of O(n^2) time 2022-08-27 03:50:01 -05:00
ConfusedPolarBear
f92eea20b3 Cache inverted indexes 2022-08-26 00:50:45 -05:00
ConfusedPolarBear
e4da9342c8 Change fingerprint cache policy 2022-08-25 23:01:46 -05:00
ConfusedPolarBear
5867bb378f Implement new search algorithm 2022-08-25 22:11:39 -05:00
ConfusedPolarBear
1e1db330d7 Always analyze episodes 2022-08-25 01:37:57 -05:00
ConfusedPolarBear
4558b59e95 Only use inverted indexes to search 2022-08-25 01:28:41 -05:00
ConfusedPolarBear
ce107f2161 Rename task 2022-08-25 01:00:02 -05:00
ConfusedPolarBear
69ddd7a20d Add support bundle
Bundles include the following information:
- Jellyfin version
- Plugin version
- Chromaprint detection status and logs
2022-08-25 00:39:20 -05:00
ConfusedPolarBear
6f86fa935e Bump version 2022-08-24 02:57:20 -05:00
ConfusedPolarBear
0bc1a96aa4 Use new scheduled task ID 2022-08-24 02:17:45 -05:00
ConfusedPolarBear
4f00fcf858 Merge branch 'new_test_framework' 2022-08-24 02:03:24 -05:00
ConfusedPolarBear
18b201bf7e Add new end to end testing tools 2022-08-23 22:56:50 -05:00
ConfusedPolarBear
f92c614348 Fix analyze episodes task interval
Fixes #79
2022-08-22 23:18:13 -05:00
dependabot[bot]
19ea0caa19
chore(deps): bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.3.0 (#75)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.11.0 to 17.3.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.11.0...v17.3.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-18 00:32:03 -05:00
dependabot[bot]
3802ff9e1a
chore(deps): bump xunit from 2.4.1 to 2.4.2 (#70)
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/xunit/xunit/releases)
- [Commits](https://github.com/xunit/xunit/compare/2.4.1...2.4.2)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 23:31:02 -05:00
ConfusedPolarBear
ca825c20bc Update native.md 2022-08-05 23:42:42 -05:00
ConfusedPolarBear
510419ed19 Update manifest.json 2022-08-05 01:31:31 -05:00
ConfusedPolarBear
6f9b200a51 Temporarily pin dependencies to 10.8.1 2022-08-05 01:00:37 -05:00
ConfusedPolarBear
ff612fa83e Update CHANGELOG.md 2022-08-05 00:01:25 -05:00
ConfusedPolarBear
637a11751e Fix step numbers in debug_logs.md 2022-08-02 00:26:17 -05:00
ConfusedPolarBear
73d2b50524 Add verbose log instructions 2022-08-01 23:56:42 -05:00
dependabot[bot]
18045fa717
ci(deps): bump docker/build-push-action from 3.0.0 to 3.1.0 (#65)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-01 21:30:40 -05:00
ConfusedPolarBear
7b9294f2ed Update skip-button.png 2022-07-29 01:14:01 -05:00
ConfusedPolarBear
e6562d3184 Update native.md 2022-07-29 00:20:56 -05:00
ConfusedPolarBear
8e6a5d8e80 Add packaging script 2022-07-27 21:30:57 -05:00
ConfusedPolarBear
bb4397cc22 Add provisional release date for v0.1.6 2022-07-27 16:18:32 -05:00
ConfusedPolarBear
f231d4b80c Reference fixed issues in changelog 2022-07-27 01:03:51 -05:00
ConfusedPolarBear
44e2a237a7 Add TODO 2022-07-25 22:03:06 -05:00
ConfusedPolarBear
c20864e954 Add more debug logging 2022-07-25 00:27:24 -05:00
ConfusedPolarBear
790117bc37 Fallback to zeros in timestamp editor 2022-07-18 01:19:50 -05:00
ConfusedPolarBear
4923d35c03 Log total task runtime in the statistics 2022-07-18 01:16:13 -05:00
ConfusedPolarBear
7c76954116 Remove method parameter from getJson() 2022-07-18 01:16:10 -05:00
ConfusedPolarBear
af2c43a8ae Reorganize config page 2022-07-17 02:13:02 -05:00
ConfusedPolarBear
4d3d252411 Reset shift to zero when changing episodes 2022-07-17 01:59:42 -05:00
ConfusedPolarBear
cc830abae4 Support adding and editing intro timestamps
Closes #26
2022-07-17 01:54:05 -05:00
ConfusedPolarBear
c8b0d59508 Only suggest up to 20 shifts 2022-07-17 01:05:40 -05:00
ConfusedPolarBear
a9554e265f Move visualization code to a dedicated file 2022-07-16 23:35:15 -05:00
ConfusedPolarBear
044c89e977 Simplify configuration getters and setters 2022-07-16 22:12:42 -05:00
ConfusedPolarBear
7bc6b63807 Adjust label for attributes 2022-07-16 21:53:08 -05:00
ConfusedPolarBear
4bed522dad Update docs and changelog 2022-07-12 01:16:41 -05:00
ConfusedPolarBear
2266bfbc1c Cleanup 2022-07-11 01:54:18 -05:00
ConfusedPolarBear
e058e2fa24 Bump version 2022-07-11 01:38:02 -05:00
ConfusedPolarBear
2bd6c90409 Switch from ReadOnlyCollections to raw arrays 2022-07-09 00:24:58 -05:00
ConfusedPolarBear
259bddfc1a Simplify max bucket fingerprint retrieval 2022-07-08 23:21:07 -05:00
ConfusedPolarBear
0d69c3a9d5 Merge branch 'edl' 2022-07-08 01:02:50 -05:00