99 Commits

Author SHA1 Message Date
ConfusedPolarBear
9b837cbbd0 Update changelog and readme 2022-09-03 01:28:35 -05:00
ConfusedPolarBear
990dd28ed2 Merge branch 'custom-analysis' 2022-07-08 00:57:12 -05:00
ConfusedPolarBear
055a851e27 Allow customizing analysis settings 2022-06-26 23:04:37 -05:00
ConfusedPolarBear
953c29b956 Update ffmpeg version information 2022-06-24 00:06:53 -05:00
ConfusedPolarBear
42b547e958 Update docs
Closes #33
2022-06-22 19:56:48 -05:00
ConfusedPolarBear
0808112dfa Update documentation and changelog 2022-06-16 21:00:57 -05:00
ConfusedPolarBear
ac1f0d40f3 Start/stop auto skip timer after saving settings 2022-06-14 14:36:05 -05:00
ConfusedPolarBear
daafc8acc8 Clarify that the plugin works with stock 10.8.0 2022-06-14 14:03:56 -05:00
ConfusedPolarBear
a825b1cd3b Add link to API docs 2022-06-13 16:16:15 -05:00
ConfusedPolarBear
20e0a14138 Reword README 2022-06-10 22:54:08 -05:00
ConfusedPolarBear
3459e3ce4b Move from fpcalc to ffmpeg 2022-06-09 15:56:52 -05:00
ConfusedPolarBear
4ca0511f30 Implement automatic intro skipping
Requires that the client playing media supports remote commands.
Closes #9.
2022-06-07 18:33:59 -05:00
ConfusedPolarBear
c27087f6af Update README.md
Moved native installation steps to a separate file
2022-05-21 14:55:19 -05:00
ConfusedPolarBear
9c4b62ff5e Add banner to readme 2022-05-18 15:45:25 -05:00
ConfusedPolarBear
fd0717009d Add logo 2022-05-18 02:00:42 -05:00
ConfusedPolarBear
56b88d55d4 Add button screenshot 2022-05-10 18:53:05 -05:00
ConfusedPolarBear
3b5f323f89 Update README.md 2022-05-10 18:24:16 -05:00
ConfusedPolarBear
0be0635e31 Add container instructions 2022-05-10 16:09:27 -05:00
ConfusedPolarBear
03eef0ec1c Add manifest and README 2022-05-10 03:10:37 -05: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
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
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
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
cc20076fbd
fix trailing space 2021-01-10 20:30:04 +09:00
dkanada
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
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
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
6afbcbb0eb
update some documentation links 2020-01-21 12:40:24 +09:00
Anthony Lavado
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
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
e3fe274d51
Fix links to example project in readme 2019-08-17 15:52:46 +05:30
LogicalPhallacy
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
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
b4d5cd8bb1
Initial commit 2019-02-20 21:59:28 -08:00