jellyfin-plugin-trakt/build.yaml

23 lines
633 B
YAML
Raw Normal View History

2019-02-08 06:07:39 +00:00
---
2020-05-27 03:20:29 +00:00
name: "Trakt"
2019-02-08 06:07:39 +00:00
guid: "4fe3201e-d6ae-4f2e-8917-e12bda571281"
2021-05-07 22:01:41 +00:00
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-trakt.png"
2023-02-10 23:20:38 +00:00
version: 23
targetAbi: "10.8.9.0"
2021-09-26 23:05:23 +00:00
framework: "net6.0"
owner: "jellyfin"
2020-05-27 03:20:29 +00:00
overview: "Record your watched media with Trakt"
description: >
2019-02-08 06:07:39 +00:00
Record your watched media with Trakt.
2021-11-01 18:50:56 +00:00
2019-02-08 06:07:39 +00:00
category: "General"
artifacts:
2021-05-07 22:01:41 +00:00
- "Trakt.dll"
2023-02-10 23:20:38 +00:00
changelog: |2-
2022-10-20 14:19:05 +00:00
### New features and improvements ###
2023-02-10 23:20:38 +00:00
- Added config parameter Don't remove items from trakt (#196) @addamanth
2022-10-20 14:19:05 +00:00
2022-07-30 13:34:11 +00:00
### Bug Fixes ###
2023-02-10 23:20:38 +00:00
- Sync if not set locally (#201) @blackwind
- Fix episode last played date syncing (#199) @Shadowghost