197 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
b95a40b16e dont need send 2024-10-16 13:20:36 +02:00
rlauu
f14fd06b43 Update inject.js 2024-10-16 12:27:41 +02:00
rlauu
dc5fc951ed fix skip button 2024-10-16 11:11:42 +02:00
TwistedUmbrellaX
50ab82a2e0
Non-destructive 10.10 config (#343) 2024-10-12 12:35:46 +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
rlauuzo
eb45e1f73a
Prettier Configpage (#337)
* Prettier Configpage

using https://github.com/prettier/prettier

* Update generateCheckboxList

---------

Co-authored-by: TwistedUmbrellaX <1173913+AbandonedCart@users.noreply.github.com>
2024-10-11 18:01:16 +02:00
TwistedUmbrellaX
a81b367ffe
Hide player config when it’s locked by server (#329)
* 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>
2024-10-11 10:11:22 -04:00
TwistedUmbrellaX
f07134cc55
All platforms ship with ffmpeg (#340)
* All platforms ship with ffmpeg

This is no longer necessary as a workaround for ffmpeg without chromaprint.

* Remove an obsolete reference

* Reset existing user setting to "true"
2024-10-10 11:38:47 -04:00
TwistedUmbrellaX
93f0bee301 Fix whitespace 2024-10-09 06:50:40 -04:00
TwistedUmbrellaX
45afbed8b0
Remove Android Tv default in favor of mod 2024-10-06 10:04:28 -04:00
TwistedUmbrellaX
c716eca03f
Swap the lock state from off to auto (#328)
Setting auto supersedes the client, but setting none allows the client to enable
2024-10-06 07:16:47 -04:00
Kilian von Pflugk
960ce1ff82
options: don't use type time (#305) 2024-10-06 10:13:30 +00:00
Kilian von Pflugk
486c9accf3 fix: can't save timestamps in Plugin Options 2024-10-05 22:55:15 +02:00
rlauuzo
8a323144ed
Remove old Path (#326)
and clean up

Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-10-05 18:15:48 +02:00
TwistedUmbrellaX
d21944d4da Mention gear icon in the description 2024-10-03 21:18:04 -04:00
TwistedUmbrellaX
423eb0a886 Don't leave margin when hidden 2024-10-03 13:12:48 -04:00
TwistedUmbrellaX
e732a71de3
Hide skip button settings when disabled (#321)
* Hide skip button settings when disabled

* let's include everyone
2024-10-03 12:58:12 -04:00
TwistedUmbrellaX
3e84d5f80f
Clear up some confusion about auto skip (#317)
* Link Auto, Button, and Client List

* Clarify the client list priority by placement
2024-10-02 19:13:17 -04:00
rlauuzo
d2dc8daaed
Add warning and hide option when injection fails (#315)
* Add warning and hide option when injection fails

* Update configPage.html

* Update configPage.html

---------

Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-09-29 14:35:46 -04:00
Kilian von Pflugk
133808eb35
cleanup IgnoreListSeason after switching to ids (#307) 2024-09-23 16:47:43 +00: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
473f6c4d23 remove version 2024-09-21 22:57:44 +02: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
e677ddb3a1
fixes (#298) 2024-09-20 09:50:25 -04: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
rlauuzo
06da138a17
Fix Advanced Settings box width (#297) 2024-09-19 19:55:05 +02:00
TwistedUmbrellaX
cd857b1db2
Customize the checkbox labels (#293)
Co-authored-by: rlauuzo <46294892+rlauuzo@users.noreply.github.com>
2024-09-17 18:40:47 +00:00
rlauuzo
b6231417da
Add SelectAllLibraries option (#292)
* Add SelectAllLibraries option

---------

Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-09-17 08:41:56 +02:00
TwistedUmbrellaX
08145e0731
Fix inconsistency in library selection UI (#289)
* Fix inconsistency in library selection UI

* Additional details are still below the input

* Fix wording to include mixed libraries

* Make the manifest a copy paste block
2024-09-16 07:02:56 -04:00
theMasterpc
e7aafd9dca
fix mixed library doesnt show in checkbox (#288)
* fix mixed library wont show

* now it works

* Refactor library selection UI to include more options

* small fix

* another small fix

* adding a line between the more checkbox.
small fixes

* fixes

* fixing, when there isn't any libraries in the "more" section show regular checkbox list

* Update configPage.html

* returning to the second commit, with some changes, now using "Library/VirtualFolders"

* small fix
2024-09-15 17:51:29 -04:00
TwistedUmbrellaX
7a8fded38f
More minor cleanup of headings 2024-09-15 12:02:20 -04:00
TwistedUmbrellaX
b567286b40
Fixed overlapping names and a typo 2024-09-15 11:09:27 -04:00
rlauuzo
72e59f273a
Use Checkboxes to select libraries (#287)
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-09-14 16:52:39 +00: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
rlauuzo
d428efb1f2
select autoskip clients (#277)
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-09-09 18:52:54 +00:00
theMasterpc
9d6ce7ed08
fixing the description for Automatically skip intros (#276) 2024-09-07 21:23:43 +00:00
rlauuzo
1f17792bc6
Add user settings to configure skip behavior on client site (alternative to #261) (#263)
* Update inject.js

* Update inject.js

* Update inject.js

* Update inject.js

* Update inject.js

* Update inject.js

* Update inject.js

* update

Update inject.js

---------

Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-09-03 16:55:06 -04:00
Kilian von Pflugk
bd1b71d390 extend regular expression for ending credit chapters 2024-09-01 14:00:58 +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
rlauuzo
fbd542b920
Fix issue with Edit field not functioning correctly in Chrome 2024-08-14 20:53:19 +02:00
Kilian von Pflugk
92aa5fef88
add option to get storage usage per library (#242)
See how much space each library uses.
2024-08-10 12:25:06 +02:00
rlauuzo
8bd5dba338
Fix active element 2024-08-07 12:25:15 +02:00
rlauuzo
0118007cf2
Update inject.js 2024-08-06 19:16:31 +02:00
rlauuzo
182fe9f831
Update inject.js 2024-08-06 18:36:33 +02:00
Kilian von Pflugk
e8fcdf53de
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-02 13:41:03 +00:00
rlauuzo
50ea8955d6
Update inject.js 2024-08-02 10:36:56 +02:00