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

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dminidlna.conf27 # set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache
37 # this should be a list of file names to check for when searching for album art
39 album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg
H A Dmetadata.h31 char * album; member in struct:metadata_s
H A Dscanner.c178 insert_container(date_taken, IMAGE_DATE_ID, NULL, "album.photoAlbum", NULL, NULL, NULL, &objectID, &parentID);
205 insert_container(date_taken, last_cam.parentID, NULL, "album.photoAlbum", NULL, NULL, NULL, &objectID, &parentID);
238 char *album = result[4], *artist = result[5], *genre = result[6]; local
249 if( album )
251 if( valid_cache && strcmp(album, last_album.name) == 0 )
254 //DEBUG DPRINTF(E_DEBUG, L_SCANNER, "Using last album item: %s/%s/%X\n", last_album.name, last_album.parentID, last_album.objectID);
258 strncpyt(last_album.name, album, sizeof(last_album.name));
259 insert_container(album, MUSIC_ALBUM_ID, NULL, "album.musicAlbum", artist, genre, album_art, &objectID, &parentID);
262 //DEBUG DPRINTF(E_DEBUG, L_SCANNER, "Creating cached album ite
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dminidlna.conf27 # set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache
37 # this should be a list of file names to check for when searching for album art
39 album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg
H A Dmetadata.h31 char * album; member in struct:metadata_s
H A Dscanner.c178 insert_container(date_taken, IMAGE_DATE_ID, NULL, "album.photoAlbum", NULL, NULL, NULL, &objectID, &parentID);
205 insert_container(date_taken, last_cam.parentID, NULL, "album.photoAlbum", NULL, NULL, NULL, &objectID, &parentID);
238 char *album = result[4], *artist = result[5], *genre = result[6]; local
249 if( album )
251 if( valid_cache && strcmp(album, last_album.name) == 0 )
254 //DEBUG DPRINTF(E_DEBUG, L_SCANNER, "Using last album item: %s/%s/%X\n", last_album.name, last_album.parentID, last_album.objectID);
258 strncpyt(last_album.name, album, sizeof(last_album.name));
259 insert_container(album, MUSIC_ALBUM_ID, NULL, "album.musicAlbum", artist, genre, album_art, &objectID, &parentID);
262 //DEBUG DPRINTF(E_DEBUG, L_SCANNER, "Creating cached album ite
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dminidlna.conf27 # set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache
37 # this should be a list of file names to check for when searching for album art
39 album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg
H A Dmetadata.h31 char * album; member in struct:metadata_s
H A Dscanner.c178 insert_container(date_taken, IMAGE_DATE_ID, NULL, "album.photoAlbum", NULL, NULL, NULL, &objectID, &parentID);
205 insert_container(date_taken, last_cam.parentID, NULL, "album.photoAlbum", NULL, NULL, NULL, &objectID, &parentID);
238 char *album = result[4], *artist = result[5], *genre = result[6]; local
249 if( album )
251 if( valid_cache && strcmp(album, last_album.name) == 0 )
254 //DEBUG DPRINTF(E_DEBUG, L_SCANNER, "Using last album item: %s/%s/%X\n", last_album.name, last_album.parentID, last_album.objectID);
258 strncpyt(last_album.name, album, sizeof(last_album.name));
259 insert_container(album, MUSIC_ALBUM_ID, NULL, "album.musicAlbum", artist, genre, album_art, &objectID, &parentID);
262 //DEBUG DPRINTF(E_DEBUG, L_SCANNER, "Creating cached album ite
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Dmp3-scanner.h32 char *album; /* TALB */ member in struct:tag_mp3file
H A Ddb-memory.c364 if(mp3file->album)
365 g = g && (pnew->mp3file.album=strdup(mp3file->album));
428 MAYBEFREE(mp3record->mp3file.album);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Dmp3-scanner.h32 char *album; /* TALB */ member in struct:tag_mp3file
H A Ddb-memory.c364 if(mp3file->album)
365 g = g && (pnew->mp3file.album=strdup(mp3file->album));
428 MAYBEFREE(mp3record->mp3file.album);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_xmms/
H A Dtag.c104 char *title, *artist, *performer, *album, *date, *tracknumber, *genre, *description; local
111 album = local__getfield(tags, "ALBUM");
122 input->album_name = local__getstr(album);
148 local__safe_free(album);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_xmms/
H A Dtag.c104 char *title, *artist, *performer, *album, *date, *tracknumber, *genre, *description; local
111 album = local__getfield(tags, "ALBUM");
122 input->album_name = local__getstr(album);
148 local__safe_free(album);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_xmms/
H A Dtag.c104 char *title, *artist, *performer, *album, *date, *tracknumber, *genre, *description; local
111 album = local__getfield(tags, "ALBUM");
122 input->album_name = local__getstr(album);
148 local__safe_free(album);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Dmp3-scanner.h32 char *album; /* TALB */ member in struct:tag_mp3file
H A Ddb-memory.c364 if(mp3file->album)
365 g = g && (pnew->mp3file.album=strdup(mp3file->album));
428 MAYBEFREE(mp3record->mp3file.album);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/tagutils/
H A Dtagutils.h59 char *album; // TALB member in struct:song_metadata
H A Dtagutils-wav.c179 m = &(psong->album);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/tagutils/
H A Dtagutils.h59 char *album; // TALB member in struct:song_metadata
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/tagutils/
H A Dtagutils.h59 char *album; // TALB member in struct:song_metadata
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dmetadata_compat.c39 { "album", SIZE_OFFSET(album) },
51 { "albumtitle", SIZE_OFFSET(album) },
131 FILL_METADATA_STR(ctx, album);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dmetadata_compat.c39 { "album", SIZE_OFFSET(album) },
51 { "albumtitle", SIZE_OFFSET(album) },
131 FILL_METADATA_STR(ctx, album);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dmetadata_compat.c39 { "album", SIZE_OFFSET(album) },
51 { "albumtitle", SIZE_OFFSET(album) },
131 FILL_METADATA_STR(ctx, album);

Completed in 263 milliseconds

1234