Kilian von Pflugk
2eb6a873a8
more cleanup
2024-04-20 12:58:29 +02:00
Kilian von Pflugk
8ca0212db7
fix QueueLibraryContents
2024-04-20 12:37:20 +02:00
Kilian von Pflugk
451fc8a511
code cleanup
2024-04-20 12:36:38 +02:00
Kilian von Pflugk
169e08047c
remove redundant qualifier
2024-04-20 12:22:34 +02:00
Kilian von Pflugk
58f4617ebc
remove redundant suppression
2024-04-20 12:21:07 +02:00
rlauuzo
13a317dce1
Bugfix-FFmpegWrapper ( #125 )
...
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-04-19 19:21:06 +00:00
TwistedUmbrellaX
a07111d5e1
Clear restrictions when overriding auto
2024-04-19 14:59:13 -04:00
TwistedUmbrellaX
141156dad7
Library scan should supersede add or modify ( #117 )
2024-04-19 14:54:12 -04:00
TwistedUmbrellaX
6cc69fc0ee
Limit the scope of automatic scanning ( #116 )
...
* Add temporary scope limit for auto
* Fix a missing credits variable rename
* Add some extra padding to notes
* Only use path limits when filled in
2024-04-19 14:53:59 -04:00
Jakob Tormalm
3960fa779e
Add animation on skipButton entry and exit
2024-04-17 21:21:25 +02:00
rlauuzo
ad3e0c4c08
Change task from being canceled to waiting ( #118 )
2024-04-16 18:19:05 +02:00
Kilian von Pflugk
d288a2b5cf
only process lines that start with "[Parsed_blackframe_"
...
There is no FFmpeg flag to hide metadata such as description
In our case, the metadata contained something that matched the regex.
2024-04-15 22:14:00 +02:00
TwistedUmbrellaX
cd32952055
Credits are included here, too
...
It doesn't make sense to branch credits off into a section, but it's also proven that we need to be very clear in the wording.
2024-04-13 14:58:43 -04:00
TwistedUmbrellaX
2442e579e0
Add options for adjusting credits length
2024-04-13 14:11:49 -04:00
rlauu
676215c08f
Make scheduled tasks cancel automatic tasks
2024-04-13 16:34:58 +02:00
TwistedUmbrellaX
630016aae6
Update configPage.html
...
The wording was accurate, but made me think a minute. That usually means it will confuse someone eventually.
2024-04-13 10:03:12 -04:00
Kilian von Pflugk
06939ff330
use the ConfigurationChanged directly
...
this also fixes a restart issue
2024-04-12 14:09:19 +02:00
Kilian von Pflugk
1a8fbda49d
0.2.0.1
2024-04-12 11:13:23 +02:00
Kilian von Pflugk
4647a4ae84
better xml migration strategy
...
run only once, remove xmlns:xsi and xmlns:xsd
2024-04-11 21:59:17 +02:00
rlauuzo
e37de35445
Make Entrypoint run at start ( #109 )
...
* Update Entrypoint.cs
* Update PluginServiceRegistrator.cs
2024-04-11 16:58:37 +02:00
rlauuzo
ef95f3ec25
Update Entrypoint.cs ( #107 )
...
* Update Entrypoint.cs
* Update Entrypoint.cs
2024-04-10 09:13:37 -04:00
rlauu
0b30761fb0
Auto-Detection Configuration ( #106 )
...
* Update Entrypoint.cs
* Update Entrypoint.cs
* Update Entrypoint.cs
* Update Entrypoint.cs
2024-04-10 08:09:59 -04:00
TwistedUmbrellaX
2dd3f32aab
Split progress bar for split tasks
...
This replaces the jarring effect of resetting the bar halfway through two concurrent scans.
2024-04-10 08:09:03 -04:00
rlauu
2c3eafd146
Update DetectIntrosCreditsTask.cs
...
reset progress
2024-04-10 08:08:52 -04:00
TwistedUmbrellaX
9df0d0b846
Shorten the task explanations
2024-04-10 08:08:39 -04:00
TwistedUmbrellaX
2f05cb70e5
Add back separate tasks as optional
2024-04-10 08:08:23 -04:00
rlauu
10e942ab7d
add options to disable scans of either intros or credits
2024-04-10 08:06:57 -04:00
rlauu
93cd2a8a0d
Merge Scheduled Tasks
2024-04-10 08:06:43 -04:00
rlauu
057352b212
analyze when item is added to the server ( #96 )
2024-04-10 08:06:23 -04:00
Kilian von Pflugk
488f178521
bump 10.9 to v0.2.0.0
2024-04-10 11:25:18 +02:00
TwistedUmbrellaX
82b43a58ec
Fix some button text running together
2024-04-02 21:09:41 -04:00
TwistedUmbrellaX
3d8df74d08
Let's stop logging every single step
2024-03-31 16:08:32 -04:00
Kilian von Pflugk
0f0a394895
10.9: 0.1.16.4
2024-03-31 13:15:14 +02:00
Kilian von Pflugk
d4cdff82c3
more elegant way to replace the namespace declaration
2024-03-31 13:07:55 +02:00
Kilian von Pflugk
5b3f850854
target 10.9 unstable
2024-03-29 20:53:24 +01:00
Kilian von Pflugk
ef1e3f59c7
migrate from XMLSchema to DataContract
2024-03-29 20:53:24 +01:00
Kilian von Pflugk
5d743302e4
Target 10.9.z
2024-03-29 20:53:19 +01: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
6619c48cde
Explicitly define the undefined
2024-03-17 19:11:45 -04:00
TwistedUmbrellaX
d167aea2d0
Combine CSS with nested selector
2024-03-13 12:49:30 -04:00
TwistedUmbrellaX
6770ba4350
Revert "Combine CSS into nested selector"
2024-03-13 12:32:22 -04:00
TwistedUmbrellaX
4317e272eb
Combine CSS into nested selector
2024-03-13 10:31:36 -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
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
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
TwistedUmbrellaX
f87959b25c
Explicity define 404 as a null value
2024-03-10 21:36:52 -04:00
Xameon42
8ab58deb8e
Hopefully fix swagger generator exception
2024-03-10 19:47:38 +01:00