Mediabrowser and Genres

stefanoa

Active Member
Licensed User
Longtime User
hi,
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" )
or
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" )
or
B4X:
GenresName= m.Get("genres" & i)
 

Informatix

Expert
Licensed User
Longtime User

It's not implemented. I have not enough time to add it for now, but I'll add it in a future version. The composer also is missing. I never fill these fields in my ID3 tags, so I didn't feel a need for them.
I think I will add another function to get these additional fields. I want to avoid overloading the current Map.

I don't monitor this forum, so please ask your questions about my libraries in their dedicated thread.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…