134 Commits
Author SHA1 Message Date
timmy a5d4895754 Update for use with traitorous-jprm 6.0.0.0 2026-08-21 13:50:21 -07:00
T-Gander 7a9dbdafcc Update README for .NET SDK version and setup instructions (#85) 2025-11-23 11:26:03 -07:00
T-Gander 6277846394 Fixed plugin template to build and copy correctly, allowing settings button to show and the plugin to register. (#84) 2025-11-23 06:19:48 -07:00
Bond-009 d544b71939 Merge pull request #79 from jakobkukla/patch-1
Fix vscode build task for NET 8
2025-03-11 09:33:59 +01:00
Jakob Kukla 12988e127f Fix vscode build task for .NET 8 2025-03-04 00:55:32 +01:00
Anthony Lavado e9312af2c2 Merge pull request #72 from jellyfin/renovate/jellyfin.controller-10.x 2024-10-05 11:42:18 -04:00
renovate[bot] 4291891dfd Update dependency Jellyfin.Controller to 10.9.11 2024-10-05 15:20:24 +00:00
Anthony Lavado e9c9f334cd Merge pull request #74 from Shadowghost/upgrade-template 2024-10-05 11:20:08 -04:00
Shadowghost 3afa1fc407 Upgrade template to 10.9.x and .NET 8 2024-10-05 17:06:23 +02:00
Anthony Lavado 2c1143b49f Merge pull request #65 from mrnoname1000/master 2024-10-05 11:01:52 -04:00
Anthony Lavado 74da0d2568 Merge pull request #54 from carif/linux 2024-10-05 11:01:16 -04:00
Erik 2ddd08221d Updated to specify that you need to place the plugin DLL into a subfolder (#71) 2024-05-19 08:08:00 -06:00
Bond-009 5f4229e0fd Merge pull request #66 from ReenigneArcher/patch-1
chore(deps): bump Jellyfin.Controller and Jellyfin.Model to 10.8.13
2024-01-12 22:38:00 +01:00
ReenigneArcher 4c4b1e5a71 chore(deps): bump Jellyfin.Controller and Jellyfin.Model to 10.8.13 2023-12-12 23:14:20 -05:00
mrnoname1000 7fe332f29c README.md: Fix sh UUID generator
And make call to head POSIX-compliant
2023-10-19 23:35:44 +00:00
Bond-009 9052fe20be Merge pull request #64 from jellyfin/renovate/stylecop.analyzers-1.x
chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.507
2023-08-16 18:50:53 +02:00
renovate[bot] 3c3776cc60 chore(deps): update dependency stylecop.analyzers to v1.2.0-beta.507 2023-07-03 05:49:33 +00:00
Johannes Kauffmann 0cb471baa2 Fix typo in interface name (#61) 2023-06-30 18:23:54 -06:00
Anthony Lavado b282d676f4 Merge pull request #60 from zjeffer/patch-1
(chore: README.md) change codeblock language to `jsonc`
2023-05-05 21:32:28 -04:00
Tuur Vanhoutte 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
Viperinius 89500d8f8e Fix typo in class name for input label (#59) 2023-02-19 15:37:37 -07:00
Cody Robibero d3a60b5f71 Merge pull request #43 from SenorSmartyPants/FixSave
Don't navigate to another page, display saved settings instead
2022-08-13 14:45:52 -06:00
Patrick Farwick 4de36a8abc Add required extensions to Visual Studio Code 2022-07-07 16:48:24 +02:00
Patrick Farwick 66bac259a8 Add linux support for vscode dev-setup
The ${env:XDG_DATA_HOME} variable is not used, as this variable resolves
to the current working directory within Visual Studio Code's development
container. By manually specifying the file path, it is possible to use
Visual Studio Code's development container.

The "mkdir" command uses the "-p" flag. This flag creates the parent
directories, as well. Should they already exists, the command moves
down to the next folder to create without throwing an error.

The "-r" parameter of the "cp" is required to recursively copy all
files and directories within the "publish" directory.
2022-07-07 16:47:17 +02:00
Joshua M. Boniface c71657dfce Merge pull request #53 from oddstr13/pr-10.8-1
Target Jellyfin 10.8
2022-06-24 18:12:06 -04:00
Odd Stråbø ccc02d3ce0 Target Jellyfin 10.8 2022-06-24 16:49:01 +02:00
Cody Robibero 06c07ad6c0 Merge pull request #49 from matthewstrasiotto/master 2022-06-12 08:04:12 -06:00
Cody Robibero 90ae8c13e0 Merge pull request #52 from h1dden-da3m0n/fix/bump-ci 2022-05-15 20:35:34 -04:00
K3rnelPan1c b86bd1fab9 fix: meta ci workflows 2022-05-15 23:24:15 +02:00
Matthew Strasiotto 5e63c884e8 Update README to reflect new .vscode structure 2022-04-23 20:19:25 +10:00
Matthew Strasiotto 10e53111ea Comment vscode settings and tasks 2022-04-23 19:57:31 +10:00
Matthew Strasiotto 7735d7e402 Add .vscode tasks + launch configs 2022-04-23 19:44:24 +10:00
Cody Robibero 08963d4c70 Merge pull request #46 from jellyfin/ci 2022-03-19 13:36:23 -06:00
Cody RobiberoandK3rnelPan1c 4afb53ea6d Apply suggestions from code review
Co-authored-by: K3rnelPan1c <33120068+h1dden-da3m0n@users.noreply.github.com>
2022-03-19 10:01:24 -06:00
Cody Robibero 144b31bf15 Use meta ci 2022-03-19 08:41:09 -06:00
Cody Robibero 7af4869ba2 Merge pull request #44 from jellyfin/dependabot/github_actions/actions/setup-dotnet-2
ci(deps): bump actions/setup-dotnet from 1 to 2
2022-03-19 06:52:57 -06:00
dependabot[bot] 9cc8711a26 ci(deps): bump actions/setup-dotnet from 1 to 2
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 16:01:13 +00:00
SenorSmartyPants 9cbaf01066 Don't navigate to another page, display saved settings instead 2022-01-25 12:14:59 -06:00
Cody Robibero d69f27512a Merge pull request #41 from MinecraftPlaye/vscode-docs
Automate the debugging setup on visual studio code
2022-01-23 07:44:36 -07: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
Cody Robibero 779a593954 Merge pull request #40 from ldellisola/set-up-debugging-in-visual-studio 2022-01-22 09:28:04 -07:00
ldellisola f7a179e9eb Added information about debugging plugins using Visual Studio 2022-01-22 14:12:32 +01:00
Cody Robibero 9c5ff6fdf0 Merge pull request #38 from konradrej/master 2022-01-11 16:08:22 -07:00
Konrad Rej 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 213e4705b3 Merge pull request #37 from jellyfin/analyzer 2021-12-14 07:46:17 -07:00
Cody Robibero 7cc0743a93 update ci, actually add ruleset 2021-12-14 07:44:50 -07:00
Cody Robibero 2445823c5a update editorconfig, add analyzers 2021-12-13 16:58:05 -07:00
Cody Robibero c6e0e3414a Merge pull request #34 from jellyfin/BaronGreenback-patch-1 2021-11-17 17:46:46 -07:00
Cody Robibero 8a3293547a Merge pull request #36 from MinecraftPlaye/feature-debugging-doc 2021-11-17 17:46:34 -07:00