315 Commits

Author SHA1 Message Date
Kilian von Pflugk
46f280f0af v0.2.0.6
revert autoskip until its fixed for LG
2024-05-18 22:43:05 +02:00
Kilian von Pflugk
bd5eb83ea0 Revert "allow the intro skip button to be confirmed with the Enter key (#170)"
This reverts commit 1dbb80ec283557b8877ad03444e3d11df11557d8.
2024-05-18 22:43:05 +02:00
Kilian von Pflugk
2c6f045071 v0.2.0.5 2024-05-18 20:26:10 +02:00
Kilian von Pflugk
1dbb80ec28
allow the intro skip button to be confirmed with the Enter key (#170) 2024-05-18 20:21:39 +02:00
rlauuzo
fc805da85e
Update Css (#167) 2024-05-18 20:05:04 +02:00
Kilian von Pflugk
fe5d83a942 Revert "AutoSkipCredits don't seek use NextTrack"
This reverts commit bae53323feb0a5894f9c52a13218b9b293eea0bb.
2024-05-18 14:21:10 +02:00
Kilian von Pflugk
f1d3499116 v0.2.0.4 2024-05-16 19:43:18 +02:00
Cloud9Developer
0577126cb8
Fixed Skip button not displaying
when jellyfin context root/path is set (#165)
2024-05-16 17:23:35 +00:00
rlauuzo
fa22495be7
handle disposed token (#163)
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-05-16 17:22:22 +00:00
TwistedUmbrellaX
48bfec8d32 Movin on up (movin on up) #166 2024-05-16 18:24:36 +02:00
Cloud9Developer
ef789c63f7
updated scheduled task href URI in settings (#162) 2024-05-14 10:49:30 +02:00
Kilian von Pflugk
b5f5c004ad use MediaBrowser.Common.Api 2024-05-13 23:50:51 +02:00
Kilian von Pflugk
bae53323fe AutoSkipCredits don't seek use NextTrack 2024-05-13 16:19:52 +02:00
Kilian von Pflugk
bbfc9e71a3 port AutoSkipCredits forward 2024-05-13 15:29:49 +02:00
Kilian von Pflugk
805a799de7 fix AutoSkip SendPlaystateCommand 2024-05-13 15:28:15 +02:00
Kilian von Pflugk
dd7a81410e restore 10.9 changes 2024-05-13 00:02:18 +02:00
Kilian von Pflugk
196dd4c30c apply 10.8 css changes
- No use optimizing conditionally
- Add animation on skipButton entry and exit
2024-05-12 23:59:41 +02:00
Kilian von Pflugk
8f60bc2948 v0.2.0.3 2024-05-12 20:47:46 +02:00
Kilian von Pflugk
4be60f2e08 check that intro.xml/credits.xml exits before moving 2024-05-12 20:31:35 +02:00
rlauuzo
03af05c3c6
change chromaprint offset, reorder analyzers, improve prompt timing (#153) 2024-05-10 14:05:59 +02:00
Kilian von Pflugk
291fdebbb2
v0.2.0.2 2024-05-10 10:46:41 +02:00
rlauuzo
605c71f4aa
Refactor ScheduledTaskSemaphore (#148) 2024-05-10 06:35:52 +02:00
rlauuzo
7ea26e8fea
Ensure no duplicate Ids are permitted 2024-05-08 16:42:56 +02:00
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
rlauuzo
c20370c47f
fix negative index 2024-05-01 18:16:07 +02:00
rlauuzo
1e16ac4f7e
find the first credits chapter marker (#138) 2024-05-01 17:13:34 +02: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
8ccccd349c
Use reversed fingerprints for credits 2024-04-26 15:06:41 +02: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
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
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
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
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