123 Commits

Author SHA1 Message Date
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
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 Robibero
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
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
b44c58f11b
Update README.md
Add caveat on IServerEntryPoint
2021-05-29 11:55:59 +01:00
Bond-009
61fe677f69
Merge pull request #33 from h1dden-da3m0n/chore/ci
chore(ci): add missed out --no-restore
2021-04-10 01:40:40 +02:00
h1dden-da3m0n
97aebd982f add missed out --no-restore 2021-03-19 21:46:57 +01:00
Bond-009
117ab0f325
Merge pull request #32 from Ullmie02/master 2021-01-24 18:12:13 +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
cc6fcd8c4b
Merge pull request #31 from jellyfin/dkanada-patch-1
readme changes
2021-01-11 10:24:51 +09:00
dkanada
cc20076fbd
fix trailing space 2021-01-10 20:30:04 +09:00
dkanada
ee82d22666
readme changes 2021-01-10 20:23:01 +09:00