Skip to content

Commit

Permalink
Update readme and bug report form
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Oct 30, 2022
1 parent a5b37e6 commit 8e06035
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8e06035

Please sign in to comment.