Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 2.71 KB

README.md

File metadata and controls

51 lines (43 loc) · 2.71 KB

Lyrics Viewer

An Android app to show the embedded lyrics of a music file.

It is based on QuickLyric. If you are looking for a more complete lyrics app, you should definitely check it out.

This app does not connect to internet at all (does not even request the permission). It does not download from lyrics sources. If you want to use this app, you need to embed the lyrics yourself to the music files manually, using a tag editor.

Because the lyrics are read from the music files, online music streaming services are not supported.

Tested with:

Download


…or download directly from the releases page.

Screenshots

Required Permissions

READ_EXTERNAL_STORAGE - used to access the music files directly, so that their lyrics can be extracted

Credits