Merge pull request #56 from offa/fdroid_fastlane

Add fastlane structure
This commit is contained in:
vfsfitvnm 2022-06-23 12:12:27 +00:00 committed by GitHub
commit 524bea60d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,21 @@
A Jetpack Compose Android application for streaming music from YouTube Music.
<b>Features</b>
<ul>
<li>Play any non-age-restricted song/video from YouTube Music</li>
<li>Background playback w/ notification</li>
<li>Search for songs, albums, artists, videos and playlists</li>
<li>Cache system for offline playback and saving resources</li>
<li>Show and edit songs lyrics</li>
<li>Open YouTube/YouTube Music links</li>
<li>Local playlists management</li>
<li>Queue management</li>
<li>History, Favorites and Most Played built-in song collections</li>
<li>Sleep timer</li>
<li>Skip silence</li>
<li>Loudness/audio normalization</li>
<li>Simple and minimal UI</li>
<li>Ridiculously lightweight APK</li>
</ul>

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1 @@
A Jetpack Compose Android application for streaming music from YouTube Music.