name: Bug report about: Something behaves incorrectly title: "" labels: ["bug"] body: - type: markdown attributes: value: | Security vulnerabilities do **not** go here — see [SECURITY.md](../../SECURITY.md). - type: textarea id: what-happened attributes: label: What happened description: What you did, what you expected, and what you got instead. placeholder: | 1. Opened an album from the Music library 2. Tapped the third track 3. Playback started from the first track instead validations: required: true - type: input id: version attributes: label: JellyTau version description: Settings scrolls to the bottom, or the filename you installed. placeholder: "0.9.1" validations: required: true - type: dropdown id: platform attributes: label: Platform options: - Linux (AppImage) - Linux (deb) - Linux (rpm) - Linux (Arch package) - Windows - Android validations: required: true - type: markdown attributes: value: | ### Playback questions If this involves playback, these three answers decide which of several very different code paths you were on. "I don't know" is a fine answer. - type: dropdown id: source attributes: label: Was the media streaming or downloaded? options: - Streaming from the server - Downloaded for offline use - Not playback-related validations: required: true - type: dropdown id: transcode attributes: label: Was the server transcoding? description: Jellyfin's dashboard shows this while something is playing. options: - Direct play - Transcoding - Don't know - Not playback-related - type: dropdown id: kind attributes: label: Music or video? options: - Music - Video (movie) - Video (TV episode) - Not playback-related - type: textarea id: logs attributes: label: Logs description: | Android: `adb logcat | grep -i jellytau`. Linux: run from a terminal, or `RUST_LOG=debug jellytau` for more. In the app, `localStorage.setItem("jellytau:logLevel","debug")` in the webview console turns the frontend up too. render: shell - type: textarea id: server attributes: label: Jellyfin server description: Version, and anything unusual about the library layout. placeholder: "10.9.11, series stored without season folders"