CDS not returning ALBUM_ARTIST using "all"

Issue #895 resolved
Former user created an issue

Using CDS API for an Audio Album call with filter "all" I get:

2015-12-20 23:55:12,329 DEBUG [LogService] Processing request to: http://localhost:23424/cds/browse/android/A_ALB/BrowseDirectChildren/all/0/16?
2015-12-20 23:55:12,336 DEBUG [MusicAlbumDAOImpl] Retrieving list of all music albums (from=0, count=16)
2015-12-20 23:55:12,421 DEBUG [CoverImageDAOImpl] Reading a CoverImage for music album (id = 613)
2015-12-20 23:55:12,427 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for album 613 [Any]
2015-12-20 23:55:12,433 DEBUG [PersonDAOImpl] Retrieving list of persons with role ALBUM_ARTIST for MusicAlbum 613

but only only Album Name is returned. Where is the track count and ALBUM_ARTIST?

but Bubble Upnp issues a DLNA call with filter "*" :

2015-12-21 00:08:09,375 DEBUG [ContentDirectory] Browse() called for renderer BubbleUPnP Media Renderer (profile Android) with parameters: objectID = A_ALB, browseFlag = BrowseDirectChildren, filter = *, startIndex = 0, count = 16, sortCriteria = 
2015-12-21 00:08:09,376 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
2015-12-21 00:08:09,377 DEBUG [MusicAlbumDAOImpl] Retrieving list of all music albums (from=0, count=16)
2015-12-21 00:08:09,391 DEBUG [CoverImageDAOImpl] Reading a CoverImage for music album (id = 613)
2015-12-21 00:08:09,392 DEBUG [MusicTrackDAOImpl] Retrieving number of music tracks for album 613 [No_Restriction]
2015-12-21 00:08:09,394 DEBUG [PersonDAOImpl] Retrieving list of persons with role ALBUM_ARTIST for MusicAlbum 613

and gets all values and is able to display ALBUM_ARTIST on second line under Album Title which qualifies redundant Album Titles like "Greatest Hits" with the "Artists Name" and makes them meaningful.

CDS says it read the ALBUM_ARTIST but did not return it. It should be able to replicate the DLNA results which also showed it read the ALBUM_ARTIST.

Comments (7)

  1. Log in to comment