jellyfin-plugin-playbackrep.../build.yaml

20 lines
644 B
YAML
Raw Permalink Normal View History

2019-02-21 20:51:45 +00:00
---
2020-05-27 11:33:23 +00:00
name: "Playback Reporting"
2019-02-21 20:51:45 +00:00
guid: "5c534381-91a3-43cb-907a-35aa02eb9d2c"
2021-05-07 21:14:20 +00:00
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-playbackreporting.png"
2024-07-17 17:05:40 +00:00
version: 15
targetAbi: "10.9.7.0"
2024-05-11 19:25:21 +00:00
framework: net8.0
2019-04-19 20:44:07 +00:00
owner: "jellyfin"
2020-05-27 11:33:23 +00:00
overview: "Collect and show user play statistics"
description: "Collect and show user play statistics"
2019-02-21 20:51:45 +00:00
category: "General"
artifacts:
2021-05-07 21:14:20 +00:00
- "Jellyfin.Plugin.PlaybackReporting.dll"
2024-05-11 19:25:21 +00:00
- "SQLitePCL.pretty.dll"
2024-05-11 19:29:01 +00:00
changelog: |-
2024-07-17 17:05:40 +00:00
- Added horizontal scrolling to all report pages (#85) @meister-eder
2024-05-11 19:29:01 +00:00
### Bug Fixes ###
2024-07-17 17:05:40 +00:00
- Use LastUpdated Time Instead of Current Time for missing Stop event (#87) @speatzle