Merge branch 'rmcrackan:master' into master
This commit is contained in:
commit
e6cd182872
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -24,8 +24,7 @@ A clear and concise description of what you expected to happen.
|
|||||||
If applicable, add screenshots to help explain your problem.
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
**Platform**
|
**Platform**
|
||||||
|
|
||||||
[e.g. Windows 10, Windows 11, Mac, Linux (State distribution)]
|
[e.g. Windows 10, Windows 11, Mac, Linux (State distribution)]
|
||||||
|
|
||||||
**Log Files**
|
**Log Files**
|
||||||
Attach your Libation log file here.
|
Attach your Libation log file here. Logs are typically in your `[user]\Libation` folder. (For example, on windows: `C:\my_username\Libation`) Also within Libation, on the first tab in Settings you can click the button 'Open log folder'
|
||||||
|
|||||||
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
12
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -6,6 +6,18 @@ labels: enhancement
|
|||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
**No-go ideas**
|
||||||
|
There are lots of great ideas and many are beyond what we intend to do for Libation. Some good ideas which we do not intend to pursue:
|
||||||
|
|
||||||
|
* comprehensive api/cli
|
||||||
|
* aax/audiobook import
|
||||||
|
* bulk rename of existing files
|
||||||
|
* general metadata/tag editor
|
||||||
|
* playback features
|
||||||
|
* web gui
|
||||||
|
* supporting non-audible vendors
|
||||||
|
* official docker support
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
**Is your feature request related to a problem? Please describe.**
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
|||||||
@ -33,7 +33,7 @@ Self-hosting online:
|
|||||||
|
|
||||||
## Q: I'm having trouble loggin into my Brazil account.
|
## Q: I'm having trouble loggin into my Brazil account.
|
||||||
|
|
||||||
For reasons known only to Jeff Bezos and God, amazon and audible brazil handle logins slightly differently. [See this ticket for more details.](https://github.com/rmcrackan/Libation/issues/1103)
|
For reasons known only to Jeff Bezos and God, amazon and audible brazil handle logins slightly differently. The external browser login option is not possible for Brazil. [See this ticket for more details.](https://github.com/rmcrackan/Libation/issues/1103)
|
||||||
|
|
||||||
## Q: How do I use Libation with a South Africa account?
|
## Q: How do I use Libation with a South Africa account?
|
||||||
|
|
||||||
|
|||||||
@ -22,6 +22,11 @@ Run this command in your terminal to download and install Libation, replacing th
|
|||||||
wget -O libation.rpm https://github.com/rmcrackan/Libation/releases/download/vX.X.X/Libation.X.X.X-linux-chardonnay.rpm &&
|
wget -O libation.rpm https://github.com/rmcrackan/Libation/releases/download/vX.X.X/Libation.X.X.X-linux-chardonnay.rpm &&
|
||||||
sudo yum install ./libation.rpm
|
sudo yum install ./libation.rpm
|
||||||
```
|
```
|
||||||
|
### Fedora
|
||||||
|
```Console
|
||||||
|
wget -O libation.rpm https://github.com/rmcrackan/Libation/releases/download/vX.X.X/Libation.X.X.X-linux-chardonnay.rpm &&
|
||||||
|
sudo dnf5 install ./libation.rpm
|
||||||
|
```
|
||||||
---
|
---
|
||||||
### Arch Linux
|
### Arch Linux
|
||||||
```Console
|
```Console
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user