Searched refs:album (Results 1 - 18 of 18) sorted by relevance

/external/libmtp/examples/
H A Dalbums.c26 static void dump_albuminfo(LIBMTP_album_t *album) argument
28 printf("Album ID: %d\n",album->album_id);
29 printf(" Parent ID: %d\n",album->parent_id);
30 printf(" Name: %s\n",album->name);
31 printf(" Artist: %s\n", album->artist);
32 printf(" Composer: %s\n", album->composer);
33 printf(" Genre: %s\n", album->genre);
34 printf(" Tracks: %d\n\n",album->no_tracks);
73 LIBMTP_album_t *album_list, *album, *tmp; local
85 album
[all...]
H A Dalbumart.c3 * Example program to send album art.
88 printf("You need to supply an album name.\n");
132 LIBMTP_album_t *album = LIBMTP_new_album_t(); local
133 album->name = albumname;
134 album->no_tracks = idcount;
135 album->tracks = ids;
136 album->parent_id = 0;
137 album->storage_id = 0;
138 int ret = LIBMTP_Create_New_Album(device,album);
140 ret = LIBMTP_Send_Representative_Sample(device,album
[all...]
H A Dsendtr.c59 fprintf(stderr, " -l <album> -c <codec> -g <genre> -n <track number> -y <year>\n");
94 LIBMTP_album_t *album; local
98 /* Look for the album */
99 album = LIBMTP_Get_Album_List(device);
100 while(album != NULL) {
101 if ((album->name != NULL &&
102 album->artist != NULL &&
103 !strcmp(album->name, albuminfo->name) &&
104 !strcmp(album->artist, albuminfo->artist)) ||
105 (album
167 char artist[80], albumartist[80], title[80], genre[80], album[80], composer[80]; local
[all...]
H A Dtracks.c37 if (track->album != NULL)
38 printf(" Album: %s\n", track->album);
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/client/
H A Dmain.py262 album = music_service.fetch_album(album_id=album_id).album
264 artist = music_service.fetch_artist(artist_id=album.artist_id).artist
267 template.render('album.html',
268 {'album': album,
277 album_name: Name of new album.
278 album_released: Release year of new album.
292 logging.info('Created album with id %s.', response.album_id)
298 """Handler for editing and updating album informatio
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
H A Dtunes_db.py58 artist_id: Artist id of musician or music group that produced album.
59 name: Name of album.
60 released: Year when album was released.
184 """Request to add a new album to library.
187 name: User friendly name of album.
189 released: Year album was released.
198 """Response sent after creation of new album in library.
201 album_id: Unique opaque ID of new album.
208 """Update an existing album.
211 album
214 album = messages.MessageField(Album, 1, required=True) variable in class:UpdateAlbumRequest
264 album = messages.MessageField(Album, 1) variable in class:FetchAlbumResponse
[all...]
H A Dtunes_db_test.py96 """Helper function to assert that album message matches a model instance.
99 model_instance: Datastore model instance of album to check against.
241 """Test creating an album."""
256 """Test updating album."""
257 album = tunes_db.Album()
258 album.album_id = str(self.proof_of_youth.key())
259 album.name = u'Proof of Age'
260 album.released = 1908
262 request.album = album
[all...]
/external/markdown/markdown/extensions/
H A Dimagelinks.py90 new_block += ALBUM_LINK % (album_urls[0], "complete album")
94 "album %d" % (i + 1) )
105 album, photo = line.split("/")
106 photo_url = url.get_photo(album, photo,
111 if not album in albums :
112 albums.append(album)
/external/libmtp/src/
H A Dlibmtp.c3216 printf(" Default album folder: 0x%08x\n", device->default_album_folder);
4175 new->album = NULL;
4213 if (track->album != NULL)
4214 free(track->album);
4263 track->album = strdup(prop->propval.str);
4265 track->album = NULL;
4364 track->album = get_string_from_object(device, track->item_id, PTP_OPC_AlbumName);
5879 if (metadata->album == NULL)
5885 prop->propval.str = strdup(metadata->album);
6040 // Update album
6463 LIBMTP_Set_Album_Name(LIBMTP_mtpdevice_t *device, LIBMTP_album_t *album, const char* newname) argument
7688 LIBMTP_destroy_album_t(LIBMTP_album_t *album) argument
[all...]
H A Dlibmtp.h633 char *album; /**< Album name for track */ member in struct:LIBMTP_track_struct
670 uint32_t storage_id; /**< ID of storage holding this album */
671 char *name; /**< Name of album */
672 char *artist; /**< Name of album artist */
674 char *genre; /**< Genre of album */
675 uint32_t *tracks; /**< The tracks in this album */
676 uint32_t no_tracks; /**< The number of tracks in this album */
677 LIBMTP_album_t *next; /**< Next album or NULL if last album */
914 * @defgroup albums The audio/video album managemen
[all...]
H A Dlibmtp.h.in631 char *album; /**< Album name for track */
668 uint32_t storage_id; /**< ID of storage holding this album */
669 char *name; /**< Name of album */
670 char *artist; /**< Name of album artist */
672 char *genre; /**< Genre of album */
673 uint32_t *tracks; /**< The tracks in this album */
674 uint32_t no_tracks; /**< The number of tracks in this album */
675 LIBMTP_album_t *next; /**< Next album or NULL if last album */
903 * @defgroup albums The audio/video album managemen
[all...]
/external/libvorbis/doc/
H A D05-comment.tex111 The track number of this piece if part of a specific larger collection or album
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 145 milliseconds