I'm trying to make a lyrics viewer in my music player created using pyqt and phonon module.for that i need to extract the url of local file or filename of the current source. Is there any idea how i can do it?
QUrl MediaSource.url(self) is what you are after.