Update documents
Make the description and tagline less needlessly verbose, update info about translations in the FAQ.
This commit is contained in:
parent
2f8916117e
commit
92e9e3282c
6 changed files with 10 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
<p align="center"><img src="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" width="150"></p>
|
||||
<h1 align="center"><b>Auxio</b></h1>
|
||||
<h4 align="center">A sensible and customizable music player for android.</h4>
|
||||
<h4 align="center">A simple, rational music player for android.</h4>
|
||||
<p align="center">
|
||||
<a href="https://github.com/oxygencobalt/Auxio/releases/">
|
||||
<img alt="GitHub release" src="https://img.shields.io/static/v1?label=Tag&message=v1.3.0&color=0D5AF5">
|
||||
|
@ -14,9 +14,7 @@
|
|||
|
||||
## About
|
||||
|
||||
Auxio is a local music player with a fast, reliable UI/UX and without any useless features. Auxio is still configurable however, with both the UI and behavior able to be changed to ones liking.
|
||||
|
||||
Unlike other music players, Auxio is also based off of <a href="https://exoplayer.dev/">Exoplayer</a>, allowing for much better listening experience compared to the native MediaPlayer API. Auxio's codebase is also designed to be extendable, allowing for the addition of features that are not included in the main app.
|
||||
Auxio is a local music player with a fast, reliable UI/UX without the many useless features present in other music players. Built off of <a href="https://exoplayer.dev/">Exoplayer</a>, Auxio has a much better listening experience compared to other apps that use the native MediaPlayer API. In short, **It plays music.**
|
||||
|
||||
I primarily built Auxio for myself, but you can use it too, I guess.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<resources>
|
||||
<!-- Info namespace | App labels -->
|
||||
<string name="info_channel_name">Musikwiedergabe</string>
|
||||
<string name="info_service_desc">der Musikwiedergabedienst von Auxio</string>
|
||||
<string name="info_service_desc">der Musikwiedergabedienst von Auxio.</string>
|
||||
|
||||
<!-- Label Namespace | Static Labels -->
|
||||
<string name="label_retry">Wieder Versuchen</string>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Info namespace | App labels -->
|
||||
<string name="info_app_desc">A sensible and customizable music player for Android.</string>
|
||||
<string name="info_app_desc">A simple, rational music player for android.</string>
|
||||
<string name="info_channel_name">Music Playback</string>
|
||||
<string name="info_service_desc">The music playback service for Auxio</string>
|
||||
<string name="info_service_desc">The music playback service for Auxio.</string>
|
||||
|
||||
<!-- Label Namespace | Static Labels -->
|
||||
<string name="label_retry">Retry</string>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
Auxio is a local music player with a fast, reliable UI/UX and without any useless features. Auxio is still configurable however, with both the UI and behavior able to be changed to ones liking.
|
||||
|
||||
Unlike other music players, Auxio is also based off of <a href="https://exoplayer.dev/">Exoplayer</a>, allowing for much better listening experience compared to the native MediaPlayer API.
|
||||
Auxio is a local music player with a fast, reliable UI/UX without the many useless features present in other music players. Built off of <a href="https://exoplayer.dev/">Exoplayer</a>, Auxio has a much better listening experience compared to other apps that use the native MediaPlayer API. In short, <b>It plays music.</b>
|
||||
|
||||
<b>Features</b>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
A sensible and customizable music player
|
||||
A simple, rational music player
|
|
@ -6,7 +6,7 @@ This FAQ will be continually updated as new changes and updates are made to Auxi
|
|||
|
||||
## What is Auxio?
|
||||
|
||||
Auxio is local music player for android that I built for myself, primarily. Its meant to avoid a lot of the feature-bloat and frustrating UX that other FOSS music players have, while still remaining customizable.
|
||||
Auxio is local music player for android that I built for myself, primarily. Its designed to avoid a lot of the feature-bloat and frustrating UX that other FOSS music players have, while still remaining customizable to an extent.
|
||||
|
||||
## Where can I download Auxio?
|
||||
|
||||
|
@ -14,11 +14,11 @@ Currently, its available on the [IzzyOnDroid F-Droid repository](https://apt.izz
|
|||
|
||||
## Can I translate Auxio to my native language?
|
||||
|
||||
You can open a [Pull Request](https://github.com/oxygencobalt/Auxio/pulls) with any translations you want to be added for now. I may switch to weblate later.
|
||||
See the [Translations](https://github.com/OxygenCobalt/Auxio/issues/3) issue for guidance on how to create translations and submit them to the project. Any contributions are apprieciated.
|
||||
|
||||
## How can I contribute/report issues?
|
||||
|
||||
Open an [Issue](https://github.com/OxygenCobalt/Auxio/issues) or a [Pull Request](https://github.com/OxygenCobalt/Auxio/pulls), please note the [Contribution Guidelines](../.github/CONTRIBUTING.md) and [Accepted Additions](ADDITIONS.md).
|
||||
Open an [Issue](https://github.com/OxygenCobalt/Auxio/issues) or a [Pull Request](https://github.com/OxygenCobalt/Auxio/pulls), please note the [Contribution Guidelines](../.github/CONTRIBUTING.md) and [Accepted Additions](ADDITIONS.md) however.
|
||||
|
||||
## Why ExoPlayer?
|
||||
|
||||
|
|
Loading…
Reference in a new issue