hi,
there is no "genres" information in mediabrowser?
i have this and it work:
or
but if i try "genre" or "genres", don't work:
or
there is no "genres" information in mediabrowser?
i have this and it work:
B4X:
Dim m As Map
m = MB.GetMediaAudioList(True, "album COLLATE UNICODE, title COLLATE UNICODE" )
B4X:
AlbumName = m.Get("Album" & i)
but if i try "genre" or "genres", don't work:
B4X:
m = MB.GetMediaAudioList(True, "genres COLLATE UNICODE, title COLLATE UNICODE" )
B4X:
GenresName= m.Get("genres" & i)