* 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
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.