Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 670 Bytes

FAQs.md

File metadata and controls

9 lines (7 loc) · 670 Bytes

Frequently Asked Questions

How can I change the music which UAMP plays?

UAMP reads its music catalog from a server. This contains a list of songs and their metadata in JSON format. To change the music you can create your own music catalog file, host it on a server and update the catalog URL in MusicService.

Alternatively, you could package your own music catalog and songs inside the app so they can be played without needing an internet connection.