mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
67 lines
1.8 KiB
YAML
67 lines
1.8 KiB
YAML
name: "Playback Problem"
|
|
description: Report an issue with playback
|
|
title: "<title>"
|
|
labels: [
|
|
"bug", "playback"
|
|
]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: "Description"
|
|
description: Please enter a description of the playback issue
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: mediainfo
|
|
attributes:
|
|
label: "Media info"
|
|
description: Please enter details about what media you are trying to play (video or audio codecs, container, etc)
|
|
placeholder: Use mediainfo or "Send media info to server" in the app to gather this
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: player
|
|
attributes:
|
|
label: Player backend
|
|
description: Which player(s) cause the issue?
|
|
multiple: true
|
|
options:
|
|
- ExoPlayer (default)
|
|
- MPV
|
|
- External App (please specify)
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: app-version
|
|
attributes:
|
|
label: "App Version"
|
|
description: What version of the app?
|
|
placeholder: "v0.5.1"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: server
|
|
attributes:
|
|
label: "Server Version"
|
|
description: What version of the server?
|
|
placeholder: "10.11.6"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: device
|
|
attributes:
|
|
label: "Device"
|
|
description: What device are you using?
|
|
placeholder: "NVIDIA Shield TV Pro 2019"
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: "Logs"
|
|
description: Please [gather any logs or crash reports](https://github.com/damontecres/Wholphin/wiki/Gathering-app-logs) and include them here.
|
|
placeholder: Review logs for personal information before sharing them here publicly!
|
|
render: bash
|
|
validations:
|
|
required: false
|