* scan movies
* Update ConfusedPolarBear.Plugin.IntroSkipper.csproj
* fix
* Update SegmentProvider.cs
* fix
* update
* add movies to endpoints
* Update
* Update QueueManager.cs
* revert
* Update configPage.html
Battery died. I’ll be back
* “Borrow” show config to hide seasons
* Add IsMovie to ShowInfos
* remove unused usings
* Add option to enable/disble movies
* Use the left episode as movie editor
* Timestamp erasure for movies
* Add max credits duration for movies
* Formatting and button style cleanup
* remove fingerprint timings for movies
* remove x2 from MaximumCreditsDuration in blackframe analyzer
* Update SegmentProvider.cs
* Update SegmentProvider.cs
* Update SegmentProvider.cs
* Update SegmentProvider.cs
* Update BaseItemAnalyzerTask.cs
---------
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
Co-authored-by: TwistedUmbrellaX <1173913+AbandonedCart@users.noreply.github.com>
Co-authored-by: TwistedUmbrellaX <twistedumbrella@gmail.com>
* add missing api
* Might as well get the client list, too
* Remove client setting when unavailable
---------
Co-authored-by: Kilian von Pflugk <github@jumoog.io>
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
* allow the intro skip button to be confirmed with the Enter key
tested with LG webOS
* add some comments
* Update inject.js (#173)
* Update inject.js
* Update inject.js
---------
Co-authored-by: Kilian von Pflugk <github@jumoog.io>
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
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.