dtourolle and Claude Opus 5
c67005bd8f
Add Jellyfin 12.0 build target alongside 10.9
...
🏗️ Build Plugin / build (push) Successful in 2m9s
🚀 Release Plugin / build-and-release (push) Successful in 1m33s
The plugin now multi-targets net8.0 (Jellyfin 10.9, ABI 10.9.0.0) and net10.0
(Jellyfin 12.0, ABI 12.0.0.0) from one source tree, and each release ships both
packages.
TaskTriggerInfo.Type became a TaskTriggerInfoType enum in 12.0, which is the
only source-level break; it is handled with a NET10_0_OR_GREATER switch. CA1873
is disabled in the ruleset alongside CA1848, which it supersedes.
build.yaml stays the 10.9 config and the 12.0 one is derived from it at build
time, so the two cannot drift apart. Both manifest entries are prepended per
release with the 12.0 one first: Jellyfin keeps entries whose targetAbi is <=
the server version and takes the first of the highest version, so a 12.0 server
picks the 12.0 build while a 10.9 server never sees it.
The builder image now carries the .NET 10 SDK with the .NET 8 SDK alongside it.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-09-08 18:51:45 +02:00
dtourolle
9ac32e11b5
Added a post-download hook for applying processing of downloaded audio before adding to library.
🏗️ Build Plugin / build (push) Successful in 2m4s
🧪 Test Plugin / test (push) Successful in 58s
🚀 Release Plugin / build-and-release (push) Successful in 2m1s
2025-12-21 13:59:42 +01:00
dtourolle
4537613ed7
Added manifest and pipelines to allow install via web ui.
🏗️ Build Plugin / build (push) Successful in 2m10s
🧪 Test Plugin / test (push) Successful in 1m0s
🚀 Release Plugin / build-and-release (push) Successful in 2m2s
2025-12-20 13:55:06 +01:00
dtourolle
b4275837bc
Updated readme
...
🏗️ Build Plugin / build (push) Successful in 2m4s
🧪 Test Plugin / test (push) Successful in 1m1s
🚀 Release Plugin / build-and-release (push) Successful in 2m39s
fixed rending error on pod management page
2025-12-14 14:25:43 +01:00
dtourolle
ba497924e9
update readme
🚀 Release Plugin / build-and-release (push) Successful in 1m54s
2025-12-14 00:10:25 +01:00
T-Gander and GitHub
7a9dbdafcc
Update README for .NET SDK version and setup instructions ( #85 )
2025-11-23 11:26:03 -07:00
Shadowghost
3afa1fc407
Upgrade template to 10.9.x and .NET 8
2024-10-05 17:06:23 +02:00
Anthony Lavado and GitHub
2c1143b49f
Merge pull request #65 from mrnoname1000/master
2024-10-05 11:01:52 -04:00
Erik and GitHub
2ddd08221d
Updated to specify that you need to place the plugin DLL into a subfolder ( #71 )
2024-05-19 08:08:00 -06:00
mrnoname1000 and GitHub
7fe332f29c
README.md: Fix sh UUID generator
...
And make call to head POSIX-compliant
2023-10-19 23:35:44 +00:00
Johannes Kauffmann and GitHub
0cb471baa2
Fix typo in interface name ( #61 )
2023-06-30 18:23:54 -06:00
Tuur Vanhoutte and GitHub
6495c17c7f
(chore: README.md) change codeblock language to jsonc
...
The markdown codeblocks in the README were using `json`, which has no support for comments, making them highlighted in red. `jsonc` does have support, correctly rendering the codeblocks.
2023-04-30 23:47:45 +02:00
Matthew Strasiotto
5e63c884e8
Update README to reflect new .vscode structure
2022-04-23 20:19:25 +10:00
Patrick Farwick
28a25a426c
Add an example tasks.json file
2022-01-23 11:51:22 +01:00
Patrick Farwick
d943670461
Automate the setup on visual studio code
...
This commit describes how to setup an automation for Visual Studio Code.
The automation aims to build the plugin and then start the server and
optionally the web-client. This way, only one IDE project has to be
opened which starts all necessary dependencies.
2022-01-22 23:00:50 +01:00
ldellisola
f7a179e9eb
Added information about debugging plugins using Visual Studio
2022-01-22 14:12:32 +01:00
Konrad Rej and GitHub
503f7e4696
Update dotnet version
...
Change references to dotnet 5.0 to dotnet 6.0 as the plugin template has been updated to dotnet 6.0.
2022-01-12 00:04:39 +01:00
Cody Robibero and GitHub
c6e0e3414a
Merge pull request #34 from jellyfin/BaronGreenback-patch-1
2021-11-17 17:46:46 -07:00
Patrick Farwick
aec58cd20d
Clarify the directory to copy the plugin to
2021-10-06 23:32:06 +02:00
Patrick Farwick
7c634d9ccc
Describe how to debug the plugin
...
Close #15
2021-10-06 23:24:58 +02:00
BaronGreenback and GitHub
b44c58f11b
Update README.md
...
Add caveat on IServerEntryPoint
2021-05-29 11:55:59 +01:00
David
e65a260699
Remove more outdated interfaces
2021-01-24 17:35:49 +01:00
David
f21f3f16f8
Remove no longer available interfaces from README
2021-01-24 17:21:24 +01:00
dkanada and GitHub
cc20076fbd
fix trailing space
2021-01-10 20:30:04 +09:00
dkanada and GitHub
ee82d22666
readme changes
2021-01-10 20:23:01 +09:00
crobibero
a2444f776c
Update README.md
2020-12-09 16:29:14 -07:00
crobibero
50468fd108
Update dotnet sdk version and remove IIsoManager
2020-12-03 07:52:32 -07:00
artiume and GitHub
8ae0207131
add additional UUID gen methods
2020-07-17 14:49:55 -04:00
Joshua M. Boniface
edff9891d8
Add licensing blurb to README
2020-06-16 12:31:21 -04:00
dkanada
888677b117
update metadata and remove deprecated checkbox method
2020-05-26 22:11:35 +09:00
Niels van Velzen
126a0eb6b6
Update to .NET 2.1 and Jellyfin 10.5
2020-03-09 21:17:32 +01:00
dkanada and GitHub
e70a1f09df
Merge branch 'master' into dkanada-patch-1
2020-01-21 14:53:23 +09:00
dkanada
644088bad2
make some readme changes
2020-01-21 13:03:21 +09:00
dkanada and GitHub
6afbcbb0eb
update some documentation links
2020-01-21 12:40:24 +09:00
Anthony Lavado and GitHub
3a9152eb8b
Change link to contribution guide
...
Changes the link to the docs to be the contribution guide, as that will be the best starting point.
2019-09-30 18:08:23 -04:00
Anthony Lavado and GitHub
36d6c99a74
Update links
...
Removes reference to other GitHub repo for the template, and uses the one in this repo.
Updates documentation link to new location.
2019-09-30 18:05:39 -04:00
Arun Mahapatra and GitHub
e3fe274d51
Fix links to example project in readme
2019-08-17 15:52:46 +05:30
LogicalPhallacy and GitHub
a14d1d988d
remove missing weather interface
...
the interfaces in general need a little more attention and love.
2019-03-25 23:58:27 -07:00
LogicalPhallacy and GitHub
dbe5b1f311
Added plugin license info, fixed urls
2019-03-07 23:53:59 -08:00
Phallacy
0f54a9b89d
Updated readme with dotnet template
2019-03-03 01:51:09 -08:00
Phallacy
5af09f0fd5
Updated readme with example plugin link, minor gitignore update
2019-02-21 01:59:47 -08:00
Phallacy
e2f35ac6cc
initial readme, gitignore
2019-02-21 00:36:01 -08:00
LogicalPhallacy and GitHub
b4d5cd8bb1
Initial commit
2019-02-20 21:59:28 -08:00