Languages

Menu
Sites
Language
Fetching album and artist data and group them( like GroupBy Artist and GroupBy Album in SQL) in web application

Hi, 

    I was wondering if tizen content manager provides the facility to filter to fetch the media content and group them based on certain property like  groupBy album or groupBy artists, as we do in SQL.

 Thanks 

 

Responses

1 Replies
Sanjeev BA

SortMode and AttributeFilter properties of find() method of ContentManager API seem to do what you need.