823 Commits

Author SHA1 Message Date
rlauuzo
fe60457091
Only add episodes without intro/credit to episodesWithoutIntros (#145) 2024-05-08 16:27:41 +02:00
rlauuzo
9d4cb0a4ec
Replace Dictionary + locks with ConcurrentDictionary (#143) 2024-05-08 16:27:16 +02:00
dependabot[bot]
e0aca4785a
chore(deps): bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 (#135)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-05 12:04:51 +00:00
dependabot[bot]
d5ed7be323
chore(deps): bump xunit from 2.7.1 to 2.8.0 (#134)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-05 12:03:47 +00:00
Kilian von Pflugk
71bf5a2a68
Update bug_report_form.yml
add IMDb Id to bugreport template
2024-05-04 14:56:52 +02:00
rlauuzo
c20370c47f
fix negative index 2024-05-01 18:16:07 +02:00
TwistedUmbrellaX
c4c50ae79f
Merge pull request #139 from jumoog/dependabot/github_actions/github/codeql-action-3.25.3
ci(deps): bump github/codeql-action from 3.24.9 to 3.25.3
2024-05-01 11:21:15 -04:00
TwistedUmbrellaX
552a905596
Merge pull request #140 from jumoog/dependabot/github_actions/actions/upload-artifact-4.3.3
ci(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3
2024-05-01 11:20:54 -04:00
rlauuzo
1e16ac4f7e
find the first credits chapter marker (#138) 2024-05-01 17:13:34 +02:00
dependabot[bot]
c40b537beb
ci(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 15:11:23 +00:00
dependabot[bot]
f2680a3735
ci(deps): bump github/codeql-action from 3.24.9 to 3.25.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.25.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](1b1aada464...d39d31e687)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 15:11:20 +00:00
rlauuzo
920fa34a43
Change GetItem to return null to handle nullable LibraryManager (#137) 2024-05-01 13:45:57 +02:00
rlauuzo
c4fbfd43ab
adaptive black frame search range (#132) 2024-05-01 11:13:13 +02:00
rlauuzo
da37638a85
Merge pull request #133 from rlauuzo/reverse-credit-fingerprints
Use reversed fingerprints for credits
2024-05-01 11:10:25 +02:00
rlauuzo
8ccccd349c
Use reversed fingerprints for credits 2024-04-26 15:06:41 +02:00
Kilian von Pflugk
1bae72f764
add Jellyfin Media Analyzer to ACKNOWLEDGEMENTS
give Jellyfin Media Analyzer credit
2024-04-20 23:24:36 +00:00
rlauuzo
8e23df523b
Refactor BaseItemAnalyzerTask and add Edl support for credits (#123)
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
Co-authored-by: TwistedUmbrellaX <twistedumbrella@gmail.com>
Co-authored-by: TwistedUmbrellaX <1173913+AbandonedCart@users.noreply.github.com>
2024-04-20 21:12:04 +02:00
rlauuzo
1394926a3c
Update Plugin.cs 2024-04-20 16:23:47 +02:00
rlauuzo
a9bf646421
No more wasteful XML writes
update only the XML file corresponding to the analyzed mode
2024-04-20 16:21:20 +02:00
Kilian von Pflugk
12bed0560c
update versions for 10.9 2024-04-20 15:02:12 +02:00
Kilian von Pflugk
699483e0be use a local variable 2024-04-20 13:36:04 +02:00
Kilian von Pflugk
4108afebdb remove unused minimumSilence variable 2024-04-20 13:27:16 +02:00
Kilian von Pflugk
0e635d724c remove unused variable 2024-04-20 13:04:56 +02:00
Kilian von Pflugk
2eb6a873a8 more cleanup 2024-04-20 12:58:29 +02:00
Kilian von Pflugk
8ca0212db7 fix QueueLibraryContents 2024-04-20 12:37:20 +02:00
Kilian von Pflugk
451fc8a511 code cleanup 2024-04-20 12:36:38 +02:00
Kilian von Pflugk
169e08047c remove redundant qualifier 2024-04-20 12:22:34 +02:00
Kilian von Pflugk
58f4617ebc remove redundant suppression 2024-04-20 12:21:07 +02:00
TwistedUmbrellaX
28689a917a Ignores have to be applied by *event* 2024-04-19 21:44:10 -04:00
rlauuzo
13a317dce1
Bugfix-FFmpegWrapper (#125)
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-04-19 19:21:06 +00:00
TwistedUmbrellaX
a07111d5e1 Clear restrictions when overriding auto 2024-04-19 14:59:13 -04:00
TwistedUmbrellaX
141156dad7 Library scan should supersede add or modify (#117) 2024-04-19 14:54:12 -04:00
TwistedUmbrellaX
6cc69fc0ee Limit the scope of automatic scanning (#116)
* Add temporary scope limit for auto

* Fix a missing credits variable rename

* Add some extra padding to notes

* Only use path limits when filled in
2024-04-19 14:53:59 -04:00
TwistedUmbrellaX
26d9c76d2f Don't auto build for documentation 2024-04-19 14:51:01 -04:00
TwistedUmbrellaX
edd4652d8a
Merge pull request #122 from jtormalm/master
Add animation on skipButton entry and exit
2024-04-18 11:05:47 -04:00
Jakob Tormalm
3960fa779e Add animation on skipButton entry and exit 2024-04-17 21:21:25 +02:00
rlauuzo
ad3e0c4c08
Change task from being canceled to waiting (#118) 2024-04-16 18:19:05 +02:00
Kilian von Pflugk
d288a2b5cf only process lines that start with "[Parsed_blackframe_"
There is no FFmpeg flag to hide metadata such as description
In our case, the metadata contained something that matched the regex.
2024-04-15 22:14:00 +02:00
dependabot[bot]
636630deb7
chore(deps): bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 (#120)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 16:50:11 +00:00
dependabot[bot]
5f9ab3f04e
chore(deps): bump xunit from 2.7.0 to 2.7.1 (#121)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 16:49:02 +00:00
TwistedUmbrellaX
cd32952055 Credits are included here, too
It doesn't make sense to branch credits off into a section, but it's also proven that we need to be very clear in the wording.
2024-04-13 14:58:43 -04:00
TwistedUmbrellaX
2442e579e0 Add options for adjusting credits length 2024-04-13 14:11:49 -04:00
TwistedUmbrellaX
91240ff437
I think we've earned this one 2024-04-13 10:59:43 -04:00
TwistedUmbrellaX
bbf96ce5a7
Merge pull request #114 from rlauuzo/master
Add cancellation of automatic tasks from scheduled tasks
2024-04-13 10:54:55 -04:00
rlauu
676215c08f Make scheduled tasks cancel automatic tasks 2024-04-13 16:34:58 +02:00
TwistedUmbrellaX
630016aae6
Update configPage.html
The wording was accurate, but made me think a minute. That usually means it will confuse someone eventually.
2024-04-13 10:03:12 -04:00
Kilian von Pflugk
914fdbc124
bug report better log view 2024-04-12 18:45:27 +02:00
Kilian von Pflugk
06939ff330 use the ConfigurationChanged directly
this also fixes a restart issue
2024-04-12 14:09:19 +02:00
Kilian von Pflugk
8ef5f9760f Revert "0.2.0.1"
This reverts commit 4b57816f3200508a7e0552084b5e264b9ac3160d.
2024-04-12 11:26:13 +02:00
Kilian von Pflugk
4b57816f32
0.2.0.1 2024-04-12 11:16:57 +02:00