129 Commits

Author SHA1 Message Date
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
56b88d55d4 Add button screenshot 2022-05-10 18:53:05 -05:00
ConfusedPolarBear
3b5f323f89 Update README.md 2022-05-10 18:24:16 -05:00
ConfusedPolarBear
0be0635e31 Add container instructions 2022-05-10 16:09:27 -05:00
ConfusedPolarBear
10d9229040 Fix checksum 2022-05-10 03:19:22 -05:00
ConfusedPolarBear
03eef0ec1c Add manifest and README 2022-05-10 03:10:37 -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
ConfusedPolarBear
7bf6931dbc Decrease intro minimum duration
Always report progress to frontend
2022-05-06 03:00:09 -05:00
ConfusedPolarBear
98b0ebe6ce Allow configuring show/hide prompt times 2022-05-05 20:58:37 -05:00
ConfusedPolarBear
1c55d749a3 Allow caching fpcalc results
Probably only useful during development, when the same files are being
fingerprinted repeatedly
2022-05-05 18:10:34 -05:00
ConfusedPolarBear
a444150e0b Remove unused code 2022-05-04 14:40:45 -05:00
ConfusedPolarBear
f97f560e57 Test the beginning of episodes first 2022-05-03 01:09:50 -05:00
ConfusedPolarBear
dad7d6dd72 Don't analyze specials & query folder 2022-05-02 01:18:31 -05:00
ConfusedPolarBear
98f73c3dba Server side works 2022-05-01 01:24:57 -05:00
ConfusedPolarBear
a1862d0e2f Initial rewrite from Go 2022-05-01 00:33:22 -05:00
ConfusedPolarBear
82f8871c1b Rename 2022-04-29 23:52:50 -05:00
Cody Robibero
08963d4c70
Merge pull request #46 from jellyfin/ci 2022-03-19 13:36:23 -06:00
Cody Robibero
4afb53ea6d
Apply suggestions from code review
Co-authored-by: K3rnelPan1c <33120068+h1dden-da3m0n@users.noreply.github.com>
2022-03-19 10:01:24 -06:00
Cody Robibero
144b31bf15 Use meta ci 2022-03-19 08:41:09 -06:00
Cody Robibero
7af4869ba2
Merge pull request #44 from jellyfin/dependabot/github_actions/actions/setup-dotnet-2
ci(deps): bump actions/setup-dotnet from 1 to 2
2022-03-19 06:52:57 -06:00
dependabot[bot]
9cc8711a26
ci(deps): bump actions/setup-dotnet from 1 to 2
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 16:01:13 +00:00
Cody Robibero
d69f27512a
Merge pull request #41 from MinecraftPlaye/vscode-docs
Automate the debugging setup on visual studio code
2022-01-23 07:44:36 -07:00
Patrick Farwick
28a25a426c Add an example tasks.json file 2022-01-23 11:51:22 +01:00
Patrick Farwick
d943670461 Automate the setup on visual studio code
This commit describes how to setup an automation for Visual Studio Code.
The automation aims to build the plugin and then start the server and
optionally the web-client. This way, only one IDE project has to be
opened which starts all necessary dependencies.
2022-01-22 23:00:50 +01:00
Cody Robibero
779a593954
Merge pull request #40 from ldellisola/set-up-debugging-in-visual-studio 2022-01-22 09:28:04 -07:00
ldellisola
f7a179e9eb Added information about debugging plugins using Visual Studio 2022-01-22 14:12:32 +01:00
Cody Robibero
9c5ff6fdf0
Merge pull request #38 from konradrej/master 2022-01-11 16:08:22 -07:00
Konrad Rej
503f7e4696
Update dotnet version
Change references to dotnet 5.0 to dotnet 6.0 as the plugin template has been updated to dotnet 6.0.
2022-01-12 00:04:39 +01:00
Cody Robibero
213e4705b3
Merge pull request #37 from jellyfin/analyzer 2021-12-14 07:46:17 -07:00
Cody Robibero
7cc0743a93 update ci, actually add ruleset 2021-12-14 07:44:50 -07:00
Cody Robibero
2445823c5a update editorconfig, add analyzers 2021-12-13 16:58:05 -07:00
Cody Robibero
c6e0e3414a
Merge pull request #34 from jellyfin/BaronGreenback-patch-1 2021-11-17 17:46:46 -07:00
Cody Robibero
8a3293547a
Merge pull request #36 from MinecraftPlaye/feature-debugging-doc 2021-11-17 17:46:34 -07:00
Patrick Farwick
aec58cd20d Clarify the directory to copy the plugin to 2021-10-06 23:32:06 +02:00
Patrick Farwick
7c634d9ccc Describe how to debug the plugin
Close #15
2021-10-06 23:24:58 +02:00
BaronGreenback
b44c58f11b
Update README.md
Add caveat on IServerEntryPoint
2021-05-29 11:55:59 +01:00
Bond-009
61fe677f69
Merge pull request #33 from h1dden-da3m0n/chore/ci
chore(ci): add missed out --no-restore
2021-04-10 01:40:40 +02:00
h1dden-da3m0n
97aebd982f add missed out --no-restore 2021-03-19 21:46:57 +01:00