Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b27cce969e
2 changed files with 12 additions and 14 deletions
24
FAQ.md
24
FAQ.md
|
@ -1,33 +1,31 @@
|
|||
#### Q: How do I get the beta version of Retro Music?
|
||||
A: You can opt-in for the beta build by clicking on this link: https://play.google.com/apps/testing/code.name.monkey.retromusic
|
||||
You can opt-in for the beta build by clicking on this link: https://play.google.com/apps/testing/code.name.monkey.retromusic
|
||||
|
||||
#### Q: How do I use offline synced lyrics?
|
||||
A:
|
||||
STEP 1: Look for a song that doesn't have lyrics.
|
||||
STEP 2: Search the web for the lyrics of your desired song (you either have to find a ".lrc" file or lyrics with timestamps for example "[00:04:02] Some lyrics text"). If you find a lyrics file that's great or find lyrics with timestamps you have to create a ".lrc" file.
|
||||
STEP 3: Now you have to rename the file you created in this way: <song_name> - <artist_name>.lrc or for better matching copy the <song_name> and the <artist_name> from the tag editor and then rename the file.
|
||||
STEP 4: You have to copy or move the file into a location on the SD Card: whatever_sdcard/RetroMusic/lyrics/ and paste inside your ".lrc" file in there.
|
||||
- STEP 1: Look for a song that doesn't have lyrics.
|
||||
- STEP 2: Search the web for the lyrics of your desired song (you either have to find a ".lrc" file or lyrics with timestamps for example "[00:04:02] Some lyrics text"). If you find a lyrics file that's great or find lyrics with timestamps you have to create a ".lrc" file.
|
||||
- STEP 3: Now you have to rename the file you created in this way: <song_name> - <artist_name>.lrc or for better matching copy the <song_name> and the <artist_name> from the tag editor and then rename the file.
|
||||
- STEP 4: You have to copy or move the file into a location on the SD Card: whatever_sdcard/RetroMusic/lyrics/ and paste inside your ".lrc" file in there.
|
||||
|
||||
#### Q: Why isn't the artist's image downloading?
|
||||
A:
|
||||
STEP 1: Settings -> Images -> Auto-download artist images -> Always
|
||||
STEP 2: Open the artists tab and wait some time for the images to download.
|
||||
|
||||
#### Q: How do I change the theme?
|
||||
A: Settings -> Look and feel -> Select your theme.
|
||||
Settings -> Look and feel -> Select your theme.
|
||||
|
||||
#### Q: Why aren't last added songs showing?
|
||||
A: Settings -> Other -> Last added playlist interval -> Select an option from the list.
|
||||
Settings -> Other -> Last added playlist interval -> Select an option from the list.
|
||||
|
||||
#### Q: How do I enable fullscreen lockscreen controls?
|
||||
A: Settings -> Personalize -> Fullscreen controls -> Enable (this will only be visible when songs are playing from Retro Music).
|
||||
Settings -> Personalize -> Fullscreen controls -> Enable (this will only be visible when songs are playing from Retro Music).
|
||||
|
||||
#### Q: Why are gallery or random pictures showing up as album art?
|
||||
A: Settings -> Images -> Ignore media store covers -> Enable
|
||||
Settings -> Images -> Ignore media store covers -> Enable
|
||||
|
||||
#### Q: Which file types are supported?
|
||||
A: Retro Music uses the native media player that comes with your Android phone, so as long as a file type is supported by your phone, it's supported by Retro Music.
|
||||
Retro Music uses the native media player that comes with your Android phone, so as long as a file type is supported by your phone, it's supported by Retro Music.
|
||||
|
||||
#### Q: Why is my device slowing down when I'm using the app?
|
||||
A: Retro Music is image intensive, it keeps images in the cache for quick loading.
|
||||
Retro Music is image intensive, it keeps images in the cache for quick loading.
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ Retro Music is an open source, local music player for Android.
|
|||
|
||||
Retro Music Player is released under the GNU General Public License v3.0 (GPLv3), which can be found here: [License](LICENSE.md)
|
||||
|
||||
#### FAQ [Here](https://github.com/h4h13/RetroMusicPlayer/blob/master/FAQ.md)
|
||||
#### FAQ [Here](FAQ.md)
|
||||
|
||||
#### Change-Log and Release [Here](https://github.com/h4h13/RetroMusicPlayer/releases)
|
||||
|
||||
|
|
Loading…
Reference in a new issue