136 Commits

Author SHA1 Message Date
TwistedUmbrellaX
c52ad5dc05 Fix identifier and name 2024-10-25 14:35:56 -04:00
TwistedUmbrellaX
a606203231 Implement SPDX GLPv3.0 LICENSE 2024-10-25 13:39:12 -04:00
Foowy
9922f97bc8 Corrected spelling in Manage Fingerprints (#232) 2024-10-06 07:26:09 -04:00
Kilian von Pflugk
8a27f15fe1 extend regular expression for ending credit chapters 2024-09-16 07:33:31 -04:00
rlauuzo
c2966d81e8 Update visualizer.js 2024-08-08 04:49:18 -04:00
Kilian von Pflugk
0d4bb295cc add option to edit intros/credits (#223)
new API Endpoint: ´Episode/{Id}/Timestamps´

HTTP POST to update Timestamps.
HTTP GET to receive the unmodified Timestamps. If Intro/Outro not exists the API returns 0
2024-08-08 04:48:01 -04:00
Kilian von Pflugk
252e30cde0 AutoSkip: allow to adjust the intro/credit playback duration (#238)
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
Co-authored-by: rlauuzo <46294892+rlauuzo@users.noreply.github.com>
Co-authored-by: CasuallyFilthy <adamsdeloach@yahoo.com>
2024-08-08 04:36:33 -04:00
Kilian von Pflugk
1516a0fd9a rephrase cache fingerprints warning 2024-06-07 09:39:36 -04:00
rlauuzo
cc7a5f9639 Update Css (#167) 2024-05-27 15:06:14 -04:00
Cloud9Developer
8cd7ff8993 Fixed Skip button not displaying
when jellyfin context root/path is set (#165)
2024-05-17 07:34:38 -04:00
rlauuzo
57249bfe87 change chromaprint offset, reorder analyzers, improve prompt timing (#153) 2024-05-17 07:34:37 -04:00
rlauu
250c8acfbd Update configPage.html 2024-04-20 09:26:05 -04:00
rlauu
8c80a6aff3 Mention Credits in Edl config 2024-04-20 09:26:05 -04:00
Jakob Tormalm
419273ecc6 Add animation on skipButton entry and exit 2024-04-19 14:51:23 -04:00
TwistedUmbrellaX
d35c337c28
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-14 01:13:43 -04:00
TwistedUmbrellaX
445459afbb 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:19 -04:00
TwistedUmbrellaX
54f69e7e09 Add options for adjusting credits length 2024-04-13 14:08:19 -04:00
TwistedUmbrellaX
de956c8081
Update PluginConfiguration.cs
Sets max duration to 10 minutes. The longest known credits to date are just under 9.5
2024-04-13 13:54:21 -04:00
TwistedUmbrellaX
ebb3b81d48 Forgot to click save on this one 2024-04-13 12:40:12 -04:00
TwistedUmbrellaX
42a2339978 Add a mirrored class to skip credits 2024-04-10 09:15:41 -04:00
TwistedUmbrellaX
ab6c2de227 Fix some button text running together 2024-04-02 21:11:06 -04:00
TwistedUmbrellaX
3cc9a66990 Add back separate tasks as optional 2024-03-30 19:22:41 -04:00
rlauu
2e67a4fb5e add options to disable scans of either intros or credits 2024-03-30 18:04:54 -04:00
rlauu
ded3c3d43a analyze when item is added to the server (#96) 2024-03-30 19:00:51 +01:00
TwistedUmbrellaX
9e7d0a74f0 No use optimizing conditionally
If a specific platform is broken and we'd need to check for that platform and not optimize, then it takes away what little gain everyone else had by checking.
2024-03-28 09:40:00 -04:00
TwistedUmbrellaX
7892250dc2 Fix double negatives and woording 2024-03-26 16:37:23 -04:00
TwistedUmbrellaX
1f4debc33f Almost everything returns null 2024-03-19 20:58:48 -04:00
Kilian von Pflugk
b8053a3911 leftEpisode and rightEpisodeIntro can be null 2024-03-18 23:50:52 +01:00
TwistedUmbrellaX
6619c48cde Explicitly define the undefined 2024-03-17 19:11:45 -04:00
TwistedUmbrellaX
d167aea2d0 Combine CSS with nested selector 2024-03-13 12:49:30 -04:00
TwistedUmbrellaX
6770ba4350
Revert "Combine CSS into nested selector" 2024-03-13 12:32:22 -04:00
TwistedUmbrellaX
4317e272eb Combine CSS into nested selector 2024-03-13 10:31:36 -04:00
rlauu
1df791ca52
Style fix
Adjust the scale factor to ensure visual consistency. Currently, the default scale factor causes the 'skip intro' text to appear disproportionately larger than the surrounding box upon selection of the skip button within the TV layout. This reduces the scale factor appropriately.
2024-03-13 14:25:00 +01:00
TwistedUmbrellaX
e8b70d5396
Hide the padding when hiding input (#75)
* Hide the padding when hiding input

* Fix a typo and add more error padding

* Update macOS documentation for 2024
2024-03-12 14:40:07 -04:00
TwistedUmbrellaX
f87959b25c Explicity define 404 as a null value 2024-03-10 21:36:52 -04:00
TwistedUmbrellaX
b9cad22e3b Prevent an unnecessary error log 2024-03-07 15:41:00 -05:00
TwistedUmbrellaX
c6bb3dbad5 Search credits from the end of episode 2024-03-06 10:15:03 -05:00
TwistedUmbrellaX
05541b9db0 Move visualizer above delete items 2024-03-05 23:32:51 -05:00
TwistedUmbrellaX
79c834cf08 Don't "shift" episodes that didn't load 2024-03-05 17:58:32 -05:00
TwistedUmbrellaX
86bda25946 Catch legitimately empty fingerprints 2024-03-05 17:33:51 -05:00
TwistedUmbrellaX
8cb9d42a97 More clarification of confusing options 2024-03-05 14:14:20 -05:00
TwistedUmbrellaX
1c04ce80c3 Reduce script overhead for injection 2024-03-05 10:08:29 -05:00
TwistedUmbrellaX
88ca573144 Actually explain parallelism to user 2024-03-04 18:23:42 -05:00
TwistedUmbrellaX
d8ebcfe772 Add option to bypass Chromaprint 2024-03-04 17:50:12 -05:00
TwistedUmbrellaX
bcacfc8517 Season 0 only recognizes one folder 2024-03-04 14:04:52 -05:00
TwistedUmbrellaX
8079f0db76 Notify user of epsiode loading error 2024-03-04 10:41:14 -05:00
TwistedUmbrellaX
0107c92d0f Stop calling optional items "required" 2024-03-04 08:20:46 -05:00
TwistedUmbrellaX
f626595cb1 Disconnect erase from editor window 2024-03-04 07:08:11 -05:00
TwistedUmbrellaX
6365043ed8 Support setting ffmpeg thread count 2024-03-03 21:46:17 -05:00
TwistedUmbrellaX
01c5c1df51 Support modifying ffmpeg priority 2024-03-03 08:08:55 -05:00