rlauu
bfc47f4567
Update DetectIntrosCreditsTask.cs
...
reset progress
2024-03-31 07:47:39 +02:00
TwistedUmbrellaX
239e3a34fb
Shorten the task explanations
2024-03-30 20:16:03 -04:00
TwistedUmbrellaX
3cc9a66990
Add back separate tasks as optional
2024-03-30 19:22:41 -04:00
rlauu
2e67a4fb5e
add options to disable scans of either intros or credits
2024-03-30 18:04:54 -04:00
rlauu
3446c180aa
Merge Scheduled Tasks
2024-03-30 18:04:17 -04:00
TwistedUmbrellaX
0b870c7db7
Let's stop logging every single step
2024-03-30 19:00:57 +01:00
Kilian von Pflugk
179711b930
Revert "Update README.md for 10.9"
...
This reverts commit 65c6f804a36e1516af1d7b69f93d9417f201bed4.
2024-03-30 19:00:57 +01:00
TwistedUmbrellaX
3bb605d125
All we need is the body support
...
One source can't write a body and the other can't replace the entire release. For now, we can chain them together.
2024-03-30 19:00:57 +01:00
rlauu
ded3c3d43a
analyze when item is added to the server ( #96 )
2024-03-30 19:00:51 +01:00
TwistedUmbrellaX
78c05a7e29
Make the stats more accessible
2024-03-29 09:25:59 -04:00
TwistedUmbrellaX
9e7d0a74f0
No use optimizing conditionally
...
If a specific platform is broken and we'd need to check for that platform and not optimize, then it takes away what little gain everyone else had by checking.
2024-03-28 09:40:00 -04:00
TwistedUmbrellaX
e177919630
Merge pull request #92 from RepoDevil/master
...
Update README.md for 10.9
2024-03-27 12:39:34 -04:00
TwistedUmbrellaX
65c6f804a3
Update README.md for 10.9
2024-03-27 12:18:26 -04:00
TwistedUmbrellaX
cc35daedea
v0.1.16.4
2024-03-26 16:46:10 -04:00
TwistedUmbrellaX
ccb3bbc683
Testing the new release actions
v0.1.16.4
2024-03-26 16:43:22 -04:00
TwistedUmbrellaX
7892250dc2
Fix double negatives and woording
2024-03-26 16:37:23 -04:00
TwistedUmbrellaX
5e8681c44e
Remove a possible action source
...
Doesn't provide the necessary support
2024-03-23 14:39:21 -04:00
TwistedUmbrellaX
1e300f0182
Switch to the standard file names
2024-03-22 07:40:11 -04:00
TwistedUmbrellaX
15b205abe0
Move release ahead of the MD5
2024-03-21 15:26:41 -04:00
TwistedUmbrellaX
d0cc9baf3d
At least print the details out
2024-03-21 15:19:15 -04:00
TwistedUmbrellaX
c11a846693
Gawking at release test tackles
2024-03-21 14:35:10 -04:00
TwistedUmbrellaX
1f4debc33f
Almost everything returns null
2024-03-19 20:58:48 -04:00
Kilian von Pflugk
b8053a3911
leftEpisode and rightEpisodeIntro can be null
2024-03-18 23:50:52 +01:00
rlauu
a98525ddaa
move plugin cache into jellyfins cache
...
Enhance the organization of the introskipper plugin by relocating its data into Jellyfin's cache directory, aligning it with most plugins.
Create a dedicated directory within Jellyfin's cache directory to store introskipper data.
Move existing introskipper data files, including intros.xml and credits.xml, to the new cache directory.
2024-03-18 23:49:06 +01:00
TwistedUmbrellaX
3a9c553ed2
Merge pull request #83 from jumoog/dependabot/nuget/coverlet.collector-6.0.2
...
chore(deps): bump coverlet.collector from 6.0.1 to 6.0.2
2024-03-18 12:04:08 -04:00
dependabot[bot]
e92adabf70
chore(deps): bump coverlet.collector from 6.0.1 to 6.0.2
...
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases )
- [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.1...v6.0.2 )
---
updated-dependencies:
- dependency-name: coverlet.collector
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 16:02:05 +00:00
TwistedUmbrellaX
6619c48cde
Explicitly define the undefined
2024-03-17 19:11:45 -04:00
TwistedUmbrellaX
5aeb33cdb9
Merge pull request #81 from RepoDevil/request
...
Combine CSS with nested selector
2024-03-13 13:05:13 -04:00
TwistedUmbrellaX
d167aea2d0
Combine CSS with nested selector
2024-03-13 12:49:30 -04:00
TwistedUmbrellaX
64b19e716a
Merge pull request #80 from jumoog/revert-79-request
...
Revert "Combine CSS into nested selector"
2024-03-13 12:32:34 -04:00
TwistedUmbrellaX
6770ba4350
Revert "Combine CSS into nested selector"
2024-03-13 12:32:22 -04:00
TwistedUmbrellaX
dec9a200ce
Merge pull request #79 from RepoDevil/request
...
Combine CSS into nested selector
2024-03-13 12:25:51 -04:00
TwistedUmbrellaX
4317e272eb
Combine CSS into nested selector
2024-03-13 10:31:36 -04:00
TwistedUmbrellaX
f471276886
Merge pull request #78 from rlauu/patch-2
2024-03-13 10:08:40 -04:00
rlauu
1df791ca52
Style fix
...
Adjust the scale factor to ensure visual consistency. Currently, the default scale factor causes the 'skip intro' text to appear disproportionately larger than the surrounding box upon selection of the skip button within the TV layout. This reduces the scale factor appropriately.
2024-03-13 14:25:00 +01:00
TwistedUmbrellaX
19fcbfb9b0
Fix heading and restore phrasing
2024-03-12 19:31:19 -04:00
TwistedUmbrellaX
bb3fd1bdb7
Break paragraphs into points ( #77 )
...
* Break paragraphs into points
* Add the other common issue
2024-03-12 19:28:13 -04:00
rlauu
ff6dc8a429
Update README.md
...
Potential cause behind the problem, which occurs when the client script fails to inject into the Jellyfin-web server.
2024-03-12 21:02:12 +01:00
TwistedUmbrellaX
e8b70d5396
Hide the padding when hiding input ( #75 )
...
* Hide the padding when hiding input
* Fix a typo and add more error padding
* Update macOS documentation for 2024
2024-03-12 14:40:07 -04:00
TwistedUmbrellaX
043e6eca9a
v0.1.16.3-manifest
2024-03-11 19:38:02 -04:00
TwistedUmbrellaX
7032816cbe
Name release for version, not file
v0.1.16.3
2024-03-11 17:44:10 -04:00
TwistedUmbrellaX
65fb0c3f24
Fix workflow entry and variable read
2024-03-11 17:38:26 -04:00
TwistedUmbrellaX
15d5c57441
Merge pull request #71 from RepoDevil/upstream
...
Update some core documentation
2024-03-11 17:26:15 -04:00
TwistedUmbrellaX
4e2829ac91
v0.1.16.3
2024-03-11 17:24:45 -04:00
Kilian von Pflugk
66f6f7f831
fix typo in release action
2024-03-11 13:12:25 +01:00
Kilian von Pflugk
1510b4bc5e
rename to distinguish the actions
2024-03-11 13:10:59 +01:00
TwistedUmbrellaX
f87959b25c
Explicity define 404 as a null value
2024-03-10 21:36:52 -04:00
TwistedUmbrellaX
9cd125d7f3
Merge pull request #74 from Xameon42/fix/swagger
...
Hopefully fix swagger generator exception
2024-03-10 21:34:08 -04:00
Xameon42
8ab58deb8e
Hopefully fix swagger generator exception
2024-03-10 19:47:38 +01:00
TwistedUmbrellaX
3edeb97a2c
Update some core documentation
2024-03-09 11:00:37 -05:00