447 Commits

Author SHA1 Message Date
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
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
06939ff330 use the ConfigurationChanged directly
this also fixes a restart issue
2024-04-12 14:09:19 +02:00
Kilian von Pflugk
1a8fbda49d
0.2.0.1 2024-04-12 11:13:23 +02:00
Kilian von Pflugk
4647a4ae84 better xml migration strategy
run only once, remove xmlns:xsi and xmlns:xsd
2024-04-11 21:59:17 +02:00
rlauuzo
e37de35445
Make Entrypoint run at start (#109)
* Update Entrypoint.cs

* Update PluginServiceRegistrator.cs
2024-04-11 16:58:37 +02:00
rlauuzo
ef95f3ec25
Update Entrypoint.cs (#107)
* Update Entrypoint.cs

* Update Entrypoint.cs
2024-04-10 09:13:37 -04:00
rlauu
0b30761fb0 Auto-Detection Configuration (#106)
* Update Entrypoint.cs

* Update Entrypoint.cs

* Update Entrypoint.cs

* Update Entrypoint.cs
2024-04-10 08:09:59 -04:00
TwistedUmbrellaX
2dd3f32aab Split progress bar for split tasks
This replaces the jarring effect of resetting the bar halfway through two concurrent scans.
2024-04-10 08:09:03 -04:00
rlauu
2c3eafd146 Update DetectIntrosCreditsTask.cs
reset progress
2024-04-10 08:08:52 -04:00
TwistedUmbrellaX
9df0d0b846 Shorten the task explanations 2024-04-10 08:08:39 -04:00
TwistedUmbrellaX
2f05cb70e5 Add back separate tasks as optional 2024-04-10 08:08:23 -04:00
rlauu
10e942ab7d add options to disable scans of either intros or credits 2024-04-10 08:06:57 -04:00
rlauu
93cd2a8a0d Merge Scheduled Tasks 2024-04-10 08:06:43 -04:00
rlauu
057352b212 analyze when item is added to the server (#96) 2024-04-10 08:06:23 -04:00
Kilian von Pflugk
488f178521 bump 10.9 to v0.2.0.0 2024-04-10 11:25:18 +02:00
TwistedUmbrellaX
82b43a58ec Fix some button text running together 2024-04-02 21:09:41 -04:00
TwistedUmbrellaX
3d8df74d08 Let's stop logging every single step 2024-03-31 16:08:32 -04:00