50 Commits

Author SHA1 Message Date
TwistedUmbrellaX
e619114ec3 Convert polixy declaration for 10.8 2024-08-08 04:58:50 -04:00
Kilian von Pflugk
71f1148f07 check if episodes exists and update function docs 2024-08-08 04:51:57 -04:00
Kilian von Pflugk
3117db57c5 only return timestamps for episodes 2024-08-08 04:51:37 -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
rlauuzo
57249bfe87 change chromaprint offset, reorder analyzers, improve prompt timing (#153) 2024-05-17 07:34:37 -04:00
rlauuzo
d1a4cacb8b Change GetItem to return null to handle nullable LibraryManager (#137) 2024-05-01 08:10:46 -04:00
Xameon42
8ab58deb8e
Hopefully fix swagger generator exception 2024-03-10 19:47:38 +01:00
TwistedUmbrellaX
47a2b6bcb8 Ignore user selected intro duration 2024-03-02 14:01:34 -05:00
Kilian von Pflugk
514674bb02 flip logic 2024-03-01 18:30:07 +01:00
TwistedUmbrellaX
9dbe22c741 Add option for persistent skip button 2024-03-01 15:11:12 +00:00
ConfusedPolarBear
686c978a2f Simplify HideSkipPromptAt code 2023-06-09 00:54:32 -05:00
ConfusedPolarBear
b2f316856d Restore season count to support bundle 2023-06-08 00:51:18 -05:00
Péter Tombor
8edb8f173c
Don't show prompt after the segment has ended (#152)
If the user has `HidePromptAdjustment` set to a
value larger then the intro length, the prompt
would be visible after the intro has ended.

Additionally, setting this value to a ridiculously
high number allows user to make the prompt visible
until the end of the segment.
2023-06-02 21:53:38 -05:00
ConfusedPolarBear
8a9b630e68 Make credit skipping functionality available 2023-03-04 00:15:26 -06:00
ConfusedPolarBear
d540f7e70e Merge branch 'analyzers' 2023-02-07 23:50:28 -06:00
ConfusedPolarBear
16251f0735 Support erasing times for intros and end credits 2022-11-29 02:31:24 -06:00
ConfusedPolarBear
ae16603aee Support returning credit timestamps 2022-11-25 00:40:02 -06:00
ConfusedPolarBear
a68914ca8f Add chapter name based media file analyzer
Closes #58
2022-11-24 00:43:23 -06:00
ConfusedPolarBear
bcb5e5ea30 Remove dependency on shared media item queue 2022-11-23 02:34:28 -06:00
ConfusedPolarBear
50e1d15cb9 Display commit in version information 2022-11-23 01:20:48 -06:00
ConfusedPolarBear
cc01c7657d Add warnings to support bundle 2022-11-11 00:43:36 -06:00
ConfusedPolarBear
f4e84d4d07 Inject skip button into web interface
Text for the skip button and auto skip message can now be customized

Closes #104, 105
2022-11-11 00:43:36 -06:00
ConfusedPolarBear
61178832c1 Add initial end credits detection code 2022-10-31 01:00:39 -05:00
ConfusedPolarBear
991283387c Remove analysis statistics 2022-09-23 22:13:07 -05:00
ConfusedPolarBear
b1cf0aa2fc Avoid changing intro dictionary in HTTP controller 2022-09-04 03:16:33 -05:00
ConfusedPolarBear
98684fadab Rename AmountOfIntroToPlay 2022-09-01 22:37:03 -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
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
18b201bf7e Add new end to end testing tools 2022-08-23 22:56:50 -05:00
ConfusedPolarBear
cc830abae4 Support adding and editing intro timestamps
Closes #26
2022-07-17 01:54:05 -05:00
ConfusedPolarBear
2bd6c90409 Switch from ReadOnlyCollections to raw arrays 2022-07-09 00:24:58 -05:00
ConfusedPolarBear
3a4e688376 Measure analysis times 2022-07-04 02:03:10 -05:00
ConfusedPolarBear
46355d19d4 Cleanup 2022-07-03 02:47:48 -05:00
ConfusedPolarBear
a9ada48d3b Add button to erase season timestamps 2022-07-03 01:20:33 -05:00
ConfusedPolarBear
85a41ea768 Move season search code to a dedicated function 2022-07-02 23:42:00 -05:00
ConfusedPolarBear
c72d8bafdf Rework fingerprint visualizer backend 2022-06-29 20:52:16 -05:00
ConfusedPolarBear
5fdbeafd43 Merge branch 'api-versioning'
Closes #13
2022-06-13 16:13:01 -05:00
ConfusedPolarBear
cac2094b4c Add initial testing script 2022-06-13 14:48:46 -05:00
ConfusedPolarBear
0d20a6fb61 Version API endpoints and add documentation 2022-06-12 21:34:41 -05:00
ConfusedPolarBear
55e04efb8d Rename files 2022-06-09 17:33:39 -05:00
ConfusedPolarBear
d771b6529f Add button to erase all discovered timestamps 2022-06-07 12:18:03 -05:00
ConfusedPolarBear
a7469db2df Rename files 2022-05-31 16:18:17 -05:00
ConfusedPolarBear
eee11e23bb Switch to new fingerprint comparison algorithm 2022-05-31 16:12:11 -05:00
ConfusedPolarBear
19660cb1b2 Add initial troubleshooting code 2022-05-30 02:23:36 -05:00
ConfusedPolarBear
547a2c705b Reformat code to comply with StyleCop analyzers 2022-05-10 00:25:29 -05:00
ConfusedPolarBear
98b0ebe6ce Allow configuring show/hide prompt times 2022-05-05 20:58:37 -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