I'm thinking of using Kivy to develop my first mobile app (mainly because i don't want to have to learn any new languages). This app would require access to the user's music library files & metadata. I was looking through Kivy's API Reference and couldn't find anything that would fit as a solution. The Audio Module gave me the impression of background music or SFX functionality.
My question is, is Kivy strictly for creating GUI for applications? If not, could someone provide me an example of how one would go about accessing a user's music library on a mobile device using Kivy/python?
Thanks in advance.