From 8e06035a367e1492aeea91298b09245d2e0b86d6 Mon Sep 17 00:00:00 2001 From: Zion Huang Date: Sun, 30 Oct 2022 23:36:04 +0800 Subject: [PATCH] Update readme and bug report form --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- README.md | 12 +++++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0cc94dcec..c63a41354 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,13 +1,13 @@ name: Bug report description: Create a bug report to help us improve -labels: [bug] +labels: [ bug ] body: - type: checkboxes id: checklist attributes: label: Checklist options: - - label: I am able to reproduce the bug with the [latest version](https://github.com/z-huang/InnerTune/releases/latest). + - label: I am able to reproduce the bug with the [latest DEBUG version](https://github.com/z-huang/InnerTune/actions). required: true - label: I've checked that there is no issue about this bug. required: true @@ -65,7 +65,7 @@ body: label: Logs description: | If your bug includes a crash, please use `adb logcat` or other ways to provide logs. - + - type: input id: music-version attributes: diff --git a/README.md b/README.md index b145fb748..5d8fb6535 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,17 @@ You can install _InnerTune_ using the following methods: How to get updates? 1. F-Droid application. -2. [GitHub](https://github.com/z-huang/InnerTune) +2. [GitHub](https://github.com/z-huang/InnerTune) + [Obtainium (beta)](https://github.com/ImranR98/Obtainium) + +## FAQ + +### Q: How to scrobble music to LastFM, LibreFM, ListenBrainz or GNU FM? + +Use other music scrobbler apps. I recommend [Pano Scrobbler](https://play.google.com/store/apps/details?id=com.arn.scrobble). + +### Q: How to export downloaded song files? + +*InnerTune* support SAF. You can find the provider in Android native file manager. You can also use [Material Files](https://play.google.com/store/apps/details?id=me.zhanghai.android.files) with [instruction](https://github.com/z-huang/InnerTune/issues/117#issuecomment-1295090708) (recommended). ## Contribution