Searched refs:albums (Results 1 – 9 of 9) sorted by relevance
298 self.assertEquals(2, len(response.albums))299 self.AssertAlbumMatches(self.get_it_together, response.albums[0])300 self.AssertAlbumMatches(self.help, response.albums[1])308 self.assertEquals(2, len(response.albums))309 self.AssertAlbumMatches(self.proof_of_youth, response.albums[0])310 self.AssertAlbumMatches(self.thunder_lightening_strike, response.albums[1])317 self.assertEquals(1, len(response.albums))319 self.AssertAlbumMatches(self.yellow_submarine, response.albums[0])330 self.assertEquals(2, len(response.albums))331 self.AssertAlbumMatches(self.get_it_together, response.albums[0])[all …]
299 albums = messages.MessageField(Album, 1, repeated=True) variable in SearchAlbumsResponse538 return SearchAlbumsResponse(albums=results or [],
186 albums = response.albums191 'albums': albums,240 albums = response.albums244 {'albums': albums,
54 albums = []111 if not album in albums :112 albums.append(album)
3 format albumart albums newplaylist emptyfolders \ program20 albums_SOURCES=albums.c util.c util.h common.h
40 format$(EXEEXT) albumart$(EXEEXT) albums$(EXEEXT) \63 am_albums_OBJECTS = albums.$(OBJEXT) util.$(OBJEXT)286 albums_SOURCES = albums.c util.c util.h common.h373 albums$(EXEEXT): $(albums_OBJECTS) $(albums_DEPENDENCIES) 374 @rm -f albums$(EXEEXT)426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/albums.Po@am__quote@
316 * src/libmtp.c: store albums and playlists in the default317 music folder if no default folder for albums resp.531 missing or not properly set. Not doing the same for albums -771 needed for classical albums, on abstract albums.773 * examples/albums.c: consequental changes.806 * src/libmtp.c: add parent_id to albums and playlists,810 * examples/albums.c: consequental changes.843 * examples/sendtr.c: add transferred tracks to albums if possible.925 * src/libmtp.c: make libmtp use PTP_OPC_AlbumArtist on albums,1095 * src/libmtp.c: wrapped updating of playlists and albums into an[all …]
657 Playlists and albums aren't really files, thinking about 663 instead! This is why playlists/albums must have their own structs and
903 * @defgroup albums The audio/video album management API.