Kilian von Pflugk
bf258c1efb
fix typos
2024-11-30 22:16:48 +01:00
Kilian von Pflugk
886908c636
Merge branch '10.10' into jellyfin_selections
2024-11-30 22:06:34 +01:00
Kilian von Pflugk
3139c15eb1
remove older plugin version
...
prevent user installation of versions with known bugs
2024-11-26 21:58:10 +00:00
TwistedUmbrellaX
d7d3949887
Change a wiki heading
2024-11-26 13:09:46 -05:00
TwistedUmbrellaX
18d0847ae0
Cleaning up the UI ( #401 )
...
* Update configPage.html
* Update configPage.html
* Update configPage.html
* Wrap the larger paragraph
10.10/preview
2024-11-26 09:59:39 -05:00
github-actions[bot]
724c237592
release v1.10.10.11
2024-11-25 17:07:33 +00:00
dependabot[bot]
1048eaf26d
chore(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 ( #400 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.11.1 to 17.12.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.11.1...v17.12.0 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10.10/v1.10.10.11
2024-11-25 18:05:35 +01:00
dependabot[bot]
4995fc7b70
ci(deps): bump github/codeql-action from 3.27.4 to 3.27.5 ( #399 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.27.4 to 3.27.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](ea9e4e3799...f09c1c0a94
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-25 18:04:58 +01:00
rlauu
d4f88e0f3e
Create db before trying to restore timestamps
2024-11-25 17:32:04 +01:00
TwistedUmbrellaX
cb0fdb92ad
Clearer separation between erase types
2024-11-25 11:25:44 -05:00
github-actions[bot]
87ee56de65
release v1.10.10.10
2024-11-24 18:33:27 +00:00
Kilian von Pflugk
a8753a03a3
also remove AnalyzeMovies
2024-11-24 18:21:23 +01:00
Kilian von Pflugk
f20ccaed42
handle library selection by jellyfin
2024-11-24 17:53:07 +01:00
TwistedUmbrellaX
9fce12bdbb
Allow existing settings to be bulk reset ( #394 )
...
* Allow existing settings to be bulk reset
* The box should also be checked
... so it can be unchecked
* Only check for checked once
10.10/v1.10.10.10
2024-11-24 11:29:20 -05:00
Kilian von Pflugk
4293f17dd4
InjectSkipButton switch most output to debug
2024-11-24 17:28:18 +01:00
Kilian von Pflugk
e86832b571
better handle InjectSkipButton function
...
don't show a error if the button don't needs to injected and the install is stoc
2024-11-24 16:13:50 +01:00
Kilian von Pflugk
a89e61b919
try catch InjectSkipButton
2024-11-24 15:30:45 +01:00
TwistedUmbrellaX
89d3fe79ec
A more consistent layout (almost) ( #392 )
...
* A more consistent layout (almost)
* Begin working "Outro" into the verbiage
* Catch a straggler
2024-11-24 09:28:57 -05:00
Kilian von Pflugk
62683ede87
move migration functions to a new file ( #395 )
...
* move migration functions to a new file
* check if index.html exits
2024-11-24 15:21:46 +01:00
TwistedUmbrellaX
d48ea90190
Hide legacy options to avoid confusion ( #389 )
...
* Update configPage.html
* Update configPage.html
* Update configPage.html
* Even more covert
* Persistent to avoid accidental flush
* Imply requiring save
* Allow options on checked
* Mention they're not injected by default
* This just doesn't want to work
* Use id whenever poosible
* Helps to do it at the right time
* Add a restart note to flush
* Too many quirks for this way
* Not hidden anymore
* Looks better after the button
2024-11-21 14:20:53 -05:00
rlauuzo
6ccf002e51
Recaps and Previews Support ( #357 )
...
* Recaps and Previews Support
* Add draft UI of preview / recap edit
* remove intro/credit tasks
* Update configPage.html
* rename task
* Reorganize settings by relation
* More standardized formatting
* Some additional formatting
* fix a typo
* Update configPage.html
* Allow missing recap / prview data
* More risk to corrupt than benefit
* Update TimeStamps.cs
* Update PluginConfiguration.cs
* Update configPage.html
* Update PluginConfiguration.cs
* Add chapter regex to settings
* Move all UI into UI section
* Move ending seconds with similar
* Add default
* fixes
* Update SkipIntroController.cs
* Autoskip all segments
* Check if adjacent segment
* Update AutoSkip.cs
* Update AutoSkip.cs
* Settings apply to all segment types
* Update SegmentProvider
* Update configPage.html
Whoops
* Update Plugin.cs
* Update AutoSkip.cs
* Let’s call it missing instead
* Update BaseItemAnalyzerTask.cs
* Update BaseItemAnalyzerTask.cs
* Update BaseItemAnalyzerTask.cs
* Move "select" all below list
* Clarify button wording
* Update configPage.html
* Nope, long client list will hide it
* Simplify wording
* Update QueuedEpisode.cs
* fix unit test for ffmpeg7
* Add migration
* Restore DataContract
* update
* Update configPage.html
* remove analyzed status
* Update AutoSkip.cs
* Update configPage.html typo
* Store analyzed items in seasoninfo
* Update VisualizationController.cs
* update
* Update IntroSkipperDbContext.cs
* Add preview / recap delete
* This keeps changing itself
* Update SkipIntroController.cs
* Rather add it to be removed
---------
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
Co-authored-by: TwistedUmbrellaX <1173913+AbandonedCart@users.noreply.github.com>
Co-authored-by: Kilian von Pflugk <github@jumoog.io>
2024-11-21 09:42:55 -05:00
dependabot[bot]
6aa26fe9a7
ci(deps): bump github/codeql-action from 3.27.1 to 3.27.4 ( #379 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 08:24:48 +00:00
Kilian von Pflugk
b511d9045e
remove v1.10.10.8
2024-11-17 21:59:17 +00:00
github-actions[bot]
a51bf5552b
release v1.10.10.9
2024-11-17 21:14:18 +00:00
rlauu
f275e188da
RebuildMediaSegments
10.10/v1.10.10.9
2024-11-17 21:59:54 +01:00
rlauu
7309be0422
fix id
2024-11-17 21:43:29 +01:00
TwistedUmbrellaX
78e8943061
Drop the fallback and force overwrite
2024-11-17 09:50:48 -05:00
TwistedUmbrellaX
86f2c7e04c
Revert "This needs to be false or the API is broken"
...
This reverts commit fcaff967f0610c59493015626ad2ef23c5856ab1.
2024-11-17 09:20:05 -05:00
TwistedUmbrellaX
fcaff967f0
This needs to be false or the API is broken
2024-11-17 09:15:40 -05:00
github-actions[bot]
0b31117772
release v1.10.10.8
2024-11-17 01:15:17 +00:00
TwistedUmbrellaX
6bb54ab3a5
10.10.2 ( #378 )
...
* Hotfix for the 10.10.2 API change
* Support 10.10.1 retroactively for now
* Log a message indicating the action
10.10/v1.10.10.8
2024-11-16 20:14:01 -05:00
github-actions[bot]
72366e93b9
release v1.10.10.7
2024-11-12 18:43:25 +00:00
dependabot[bot]
247a5793d8
ci(deps): bump github/codeql-action from 3.27.0 to 3.27.1 ( #376 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10.10/v1.10.10.7
2024-11-11 16:32:29 +01:00
rlauuzo
e5f29a91c9
Update VisualizationController.cs
2024-11-10 21:28:43 +01:00
Kilian von Pflugk
f70207d002
version check no longer works in 10.10
2024-11-08 11:01:15 +01:00
TwistedUmbrellaX
ec4863dd5d
Uncheck erase fingerprint on complete
2024-11-07 13:38:01 -05:00
rlauuzo
dcb034ff89
Fix credits skip button
2024-11-06 22:39:26 +01:00
github-actions[bot]
1304acc312
release v1.10.10.6
2024-11-06 09:32:00 +00:00
rlauu
f68fd9d06a
Fix bug where timestamps were reset to zero.
10.10/v1.10.10.6
2024-11-06 10:30:00 +01:00
github-actions[bot]
327fe99de0
release v1.10.10.5
2024-11-05 21:09:51 +00:00
TwistedUmbrellaX
6c64d48fe5
Fixing the learning curve, one word at a time ( #373 )
...
* Specify the type of scan
* Update configPage.html
* Update configPage.html
* Update configPage.html
10.10/v1.10.10.5
2024-11-05 14:19:02 -05:00
Kilian von Pflugk
79151fa893
fix: windows can't delete file because filestream is still open
2024-11-05 20:04:27 +01:00
TwistedUmbrellaX
86dec1478a
Update README.md
2024-11-05 10:19:24 -05:00
github-actions[bot]
48a087d437
release v1.10.10.4
2024-11-05 14:34:35 +00:00
rlauu
16b834b553
fix
10.10/v1.10.10.4
2024-11-05 15:30:25 +01:00
Kilian von Pflugk
b9194334c6
ci: don't build on PRs ( #370 )
2024-11-05 14:11:27 +01:00
TwistedUmbrellaX
da935524bd
Hide button options without button ( #372 )
2024-11-05 06:19:15 -05:00
TwistedUmbrellaX
af1536fc28
Keep reiterating the separation
2024-11-05 05:25:41 -05:00
TwistedUmbrellaX
97b7585efb
Reduce retention of pull builds
...
Preventing draft builds will impede testing, but it's best not to keep the artifacts too long
2024-11-04 18:57:32 -05:00
TwistedUmbrellaX
9e2bbd0c0f
Update build.yml
2024-11-04 18:47:25 -05:00