issue report.yml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. name: Issue Report
  2. description: File an issue report
  3. title: "[Issue]: "
  4. labels: [bug, triage]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for taking the time to fill out this bug report! Please provide as much detail as necessary, most questions may not be applicable to you. If you need real-time help, join us on [Matrix](https://matrix.to/#/#jellyfin-troubleshooting:matrix.org) or [Discord](https://discord.gg/zHBxVSXdBV).
  10. - type: textarea
  11. id: what-happened
  12. attributes:
  13. label: Please describe your bug
  14. description: Also tell us, what did you expect to happen?
  15. placeholder: The more information that you are able to provide, the better. Did you do anything before this happened? Did you upgrade or change anything? Any screenshots or logs you can provide will be helpful.
  16. # value: "A bug happened!"
  17. validations:
  18. required: true
  19. - type: dropdown
  20. id: version
  21. attributes:
  22. label: Jellyfin Version
  23. description: What version of Jellyfin are you running?
  24. options:
  25. - 10.7.6
  26. - 10.7.z
  27. - 10.6.4
  28. - Other
  29. validations:
  30. required: true
  31. - type: input
  32. id: version-other
  33. attributes:
  34. label: "if other:"
  35. placeholder: Other
  36. - type: dropdown
  37. id: OS
  38. attributes:
  39. label: OS
  40. description: What Operating System are you running?
  41. options:
  42. - Linux
  43. - Windows
  44. - MacOS
  45. - Other
  46. validations:
  47. required: true
  48. - type: input
  49. id: OS-other
  50. attributes:
  51. label: "if other:"
  52. placeholder: Other
  53. - type: textarea
  54. id: networking
  55. attributes:
  56. label: Networking
  57. description: Is there anything unique about your network?
  58. placeholder: Remember to never expose Jellyfin to the internet without proper encryption such as https. If you are having local network issues, have you checked your firewall?
  59. - type: textarea
  60. id: storage
  61. attributes:
  62. label: Storage
  63. description: How is your media stored?
  64. placeholder: Samba, NFS, cloud based storage such as rclone are useful details.
  65. - type: dropdown
  66. id: Virtualization
  67. attributes:
  68. label: Virtualization
  69. description: Any forms of virtualization?
  70. options:
  71. - Docker (please specify image)
  72. - LXC
  73. - VM
  74. - Other
  75. - type: input
  76. id: Virt-other
  77. attributes:
  78. label: "if other:"
  79. placeholder: Other
  80. - type: dropdown
  81. id: HW
  82. attributes:
  83. label: Hardware Acceleration
  84. description: Any forms of Hardware Acceleration?
  85. options:
  86. - VAAPI
  87. - Intel Quicksync (QSV)
  88. - Nvidia NVENC
  89. - AMD AMF
  90. - MediaCodec Android
  91. - OpenMax OMX
  92. - Exynos V4L2 MFC
  93. - Video ToolBox
  94. - type: input
  95. id: HW-other
  96. attributes:
  97. label: Any additional details
  98. - type: dropdown
  99. id: clients
  100. attributes:
  101. label: What clients are you seeing the problem on?
  102. multiple: true
  103. options:
  104. - Browsers
  105. - Jellyfin Media Player
  106. - Android
  107. - AndroidTV
  108. - Fire Stick
  109. - iOS
  110. - Kodi
  111. - Roku
  112. - Other
  113. - type: input
  114. id: client-other
  115. attributes:
  116. label: "if other:"
  117. placeholder: Other
  118. - type: dropdown
  119. id: browsers
  120. attributes:
  121. label: What browsers are you seeing the problem on?
  122. multiple: true
  123. options:
  124. - Firefox
  125. - Chrome
  126. - Safari
  127. - Microsoft Edge
  128. - Other
  129. - type: input
  130. id: browser-other
  131. attributes:
  132. label: "if other:"
  133. placeholder: Other
  134. - type: dropdown
  135. id: Playback
  136. attributes:
  137. label: Method of Playback
  138. description: FFmpeg is used to Direct Stream (video remux, other components are transcoded), Remux (no video or audio conversion), and Transcode (the video is converted). Direct Play will not use FFmpeg.
  139. options:
  140. - Direct Play
  141. - Direct Stream
  142. - Remux
  143. - Transcode
  144. - type: dropdown
  145. id: Plugins
  146. attributes:
  147. label: What Plugins are you seeing the problem on?
  148. multiple: true
  149. options:
  150. - LDAP Authentication
  151. - Auto Organize
  152. - InfuseSync
  153. - Kodi Sync Queue
  154. - Playback Reporting
  155. - Trakt
  156. - NextPVR
  157. - TVHeadEnd
  158. - AniDB
  159. - Anilist
  160. - AniSearch
  161. - AudioDB
  162. - Bookshelf
  163. - Cover Art Archive
  164. - Fanart
  165. - Kitsu
  166. - MusicBrainz
  167. - OMDb
  168. - Open Subtitles
  169. - TMDb Box Sets
  170. - TVmaze
  171. - TheTVDB
  172. - Email
  173. - Gotify Notication
  174. - PushBullet
  175. - Pushover
  176. - Reports
  177. - Slack Notifications
  178. - Webhook
  179. - Other
  180. - type: input
  181. id: Plugin-other
  182. attributes:
  183. label: Any additional details
  184. description: Please provide what the version of the plugin that is broken. We do not provide support for third-party plugins.
  185. - type: textarea
  186. id: logs
  187. attributes:
  188. label: Jellyfin logs
  189. description: Please copy and paste any relevant log output. This can be found in Dashboard > Logs.
  190. placeholder: For playback issues, browser/client and FFmpeg logs may be more useful.
  191. render: shell
  192. - type: textarea
  193. id: ffmpeg-logs
  194. attributes:
  195. label: FFmpeg logs
  196. description: Please copy and paste any relevant log output. This can be found in Dashboard > Logs.
  197. placeholder: It's important to include the specific codec details. If no FFmpeg logs appear, the file was Direct Played and did not use FFmpeg.
  198. render: shell
  199. - type: textarea
  200. id: browserlogs
  201. attributes:
  202. label: Please attach any browser or client logs here
  203. placeholder: Access browser logs by using the F12 to bring up the console. Screenshots are typically easier to read than raw logs. For clients such as Android or iOS, please see our documentation.
  204. - type: textarea
  205. id: screenshots
  206. attributes:
  207. label: Please attach any screenshots here
  208. placeholder: Images can be pasted directly into the textbox and will be hosted by github.
  209. - type: checkboxes
  210. id: terms
  211. attributes:
  212. label: Code of Conduct
  213. description: By submitting this issue, you agree to follow our [Code of Conduct](https://jellyfin.org/docs/general/community-standards.html#code-of-conduct)
  214. options:
  215. - label: I agree to follow this project's Code of Conduct
  216. required: true