45 Commits

Author SHA1 Message Date
rlauu
ca9a167ad5 Revert "Use Jellyfins MediaSegmentType (#344)"
This reverts commit 29ee3e0bc861d128f4f691d7eb8d159da28eab43.
2024-10-16 16:05:59 +02:00
rlauuzo
29ee3e0bc8
Use Jellyfins MediaSegmentType (#344)
* Use Jellyfins MediaSegmentType

* Use primary constructor

* fix autoskip

* fix skip button

* fix episodestate class

* Update configPage.html

* Update QueueManager.cs

---------

Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
Co-authored-by: Kilian von Pflugk <github@jumoog.io>
2024-10-16 14:47:20 +02:00
rlauu
75352dd1c4 Remove the EDL option for the skip button since it's not working 2024-10-12 10:32:47 +02:00
rlauu
fbe88e488d Formating 2024-10-09 19:03:17 +02:00
Kilian von Pflugk
eaee1ac842
sort numbers & build the season string in the frontend (#306) 2024-09-22 11:30:35 +00:00
Kilian von Pflugk
2e092543f5
options: work with Ids instead of names and much improved UI (#299)
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
Co-authored-by: rlauuzo <46294892+rlauuzo@users.noreply.github.com>
2024-09-21 16:06:11 +00:00
theMasterpc
d867ede882
add ignore list (#281)
* add block list

* better block list system.
todo:
-change the name blocklist.
-fixing small bugs.
-maybe moving from Dictionary to List<BlockListItem>.

* - moving from ConcurrentDictionary to List<BlackListItem>, for better xml file.
- changing block to black.
- small fixes.

todo:
- maybe changing the blacklist naming.

* moving to ignorelist.
moving the blacklisting to Manage Fingerprints.
changing the object BlackListItem.

todo:
- moving to the naming "ignorelist", instead of "blacklist".
- adding "save for series" button.
- improving the ui of the blacklist section".
- fixing some more bugs.
- changing the "Manage Fingerprints" to "Manage Timestamps & Fingerprints".

* adding the option to apply ignorelist changes into a series.
moving to ignorelist naming.
changing "Manage Fingerprints" to "Manage Timestamps & Fingerprints".
improving the ui of the ignorelist editor

* small fixes

* fix some bugs. improving the ignore feature

* fix some stuff

* Refactor CSS styles for ignore list checkboxes

* small fixes

* small changes

* small changes

* big changes

* small fixes

* Refactor IgnoreListItem to use SeasonId instead of Id

* Refactor IgnoreListItem to use SeasonId instead of Id.

changes to the ExecuteAsync function and to its documentation
2024-09-20 07:18:04 -04:00
Kilian von Pflugk
2438ba79f2
migrate Intro to Segment and make it generic (#268) 2024-09-12 10:37:47 +02:00
rlauuzo
60c735282e
apply auto-fixes from VS Code (#283)
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-09-10 18:08:42 +02:00
Kilian von Pflugk
7860910f3c undo namespace change for DataContract and migrate already changed xml files 2024-09-01 18:34:25 +02:00
Kilian von Pflugk
1b6ca78e5c only store relevant info in the xml and make it a lot smaller 2024-09-01 18:09:55 +02:00
Kilian von Pflugk
25fd56d83c use correct namespace 2024-08-31 18:56:48 +02:00
Kilian von Pflugk
88003edb21
automatic skip only for Apps without Skip Button (#208) 2024-08-31 18:48:31 +02:00
Kilian von Pflugk
a7db712acf
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-07-27 21:11:01 +00:00
rlauuzo
9388f2a583
refactor item queue (#183)
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-06-15 11:16:47 +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
Kilian von Pflugk
2eb6a873a8 more cleanup 2024-04-20 12:58:29 +02:00
ConfusedPolarBear
d540f7e70e Merge branch 'analyzers' 2023-02-07 23:50:28 -06:00
ConfusedPolarBear
cb234bedd3 Update black frame and chapter analyzer 2022-11-26 02:28:40 -06:00
ConfusedPolarBear
cc01c7657d Add warnings to support bundle 2022-11-11 00:43:36 -06:00
ConfusedPolarBear
8ee400f1f1 Add blackframe API 2022-11-01 00:53:56 -05:00
ConfusedPolarBear
61178832c1 Add initial end credits detection code 2022-10-31 01:00:39 -05:00
ConfusedPolarBear
ce52a0b979 Relocate Chromaprint analysis code 2022-10-28 02:25:57 -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
cbd00b2675 Implement silence detection 2022-08-29 23:56:13 -05:00
ConfusedPolarBear
874f77f94c Search episodes in O(n) instead of O(n^2) time 2022-08-27 03:50:01 -05:00
ConfusedPolarBear
5867bb378f Implement new search algorithm 2022-08-25 22:11:39 -05:00
ConfusedPolarBear
4558b59e95 Only use inverted indexes to search 2022-08-25 01:28:41 -05:00
ConfusedPolarBear
18b201bf7e Add new end to end testing tools 2022-08-23 22:56:50 -05:00
ConfusedPolarBear
0d69c3a9d5 Merge branch 'edl' 2022-07-08 01:02:50 -05:00
ConfusedPolarBear
8a9712cfd8 Document ignored warnings 2022-07-05 16:21:13 -05:00
ConfusedPolarBear
749ca9dcda Implement inverted indexes 2022-07-05 16:16:48 -05:00
ConfusedPolarBear
3a4e688376 Measure analysis times 2022-07-04 02:03:10 -05:00
ConfusedPolarBear
9dbe684790 Add initial support for writing EDL files 2022-06-23 00:03:22 -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
cf1878382b Small refactor 2022-05-16 23:08:20 -05:00
ConfusedPolarBear
3370f1058d Add second analysis pass 2022-05-13 01:13:13 -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
f97f560e57 Test the beginning of episodes first 2022-05-03 01:09:50 -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