Remove unused 'modified_date' from product and rearrange 82/199182/3
authorjiyong.min <jiyong.min@samsung.com>
Thu, 7 Feb 2019 04:15:07 +0000 (13:15 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Thu, 7 Feb 2019 06:43:43 +0000 (15:43 +0900)
'MEDIA_INFO_ITEM' with 10 items / line

Change-Id: I63280bb6076019d10a864cb91fea4d1cdfd2f410

include/media_info_private.h
include_product/media_info_private.h

index 6691ae8..0906b73 100755 (executable)
@@ -526,7 +526,10 @@ typedef struct _media_content_cb_data {
 
 /* Get Media list of Group */
 #define MEDIA_INFO_ITEM "media_uuid, path, file_name, media_type, mime_type, size, added_time, modified_time, thumbnail_path, description, \
-                                                       rating, favourite, is_drm, storage_type, longitude, latitude, altitude, exposure_time, fnumber, iso, model, width, height, datetaken, orientation, title, album, artist, album_artist, genre, composer, year, recorded_date, copyright, track_num, bitrate, bitpersample, duration, samplerate, channel, timeline, sync_status, storage_uuid, is_360"
+                                                       rating, favourite, is_drm, storage_type, longitude, latitude, altitude, exposure_time, fnumber, iso, \
+                                                       model, width, height, datetaken, orientation, title, album, artist, album_artist, genre, \
+                                                       composer, year, recorded_date, copyright, track_num, bitrate, bitpersample, duration, samplerate, channel, \
+                                                       timeline, sync_status, storage_uuid, is_360"
 
 /* Playlist Info */
 #define INSERT_PLAYLIST_TO_PLAYLIST                                            "INSERT INTO "DB_TABLE_PLAYLIST" (name) VALUES (%Q)"
index a122a62..0517dba 100755 (executable)
@@ -694,10 +694,17 @@ typedef struct _media_content_scan_cb_data_v2 {
 /* Get Media list of Group */
 #ifdef _USE_SENIOR_MODE
 #define MEDIA_INFO_ITEM "media_uuid, path, file_name, media_type, mime_type, size, added_time, modified_time, thumbnail_path, description, \
-                                                       rating, favourite, is_drm, storage_type, longitude, latitude, altitude, exposure_time, fnumber, iso, model, width, height, datetaken, orientation, title, album, artist, album_artist, genre, composer, year, recorded_date, copyright, track_num, bitrate, bitpersample, duration, samplerate, channel, timeline, sync_status, storage_uuid, is_360, played_count, last_played_time, last_played_position, stitched_info, extract_flag, modified_date, contact, app_data"
+                                                       rating, favourite, is_drm, storage_type, longitude, latitude, altitude, exposure_time, fnumber, iso, \
+                                                       model, width, height, datetaken, orientation, title, album, artist, album_artist, genre, \
+                                                       composer, year, recorded_date, copyright, track_num, bitrate, bitpersample, duration, samplerate, channel, \
+                                                       timeline, sync_status, storage_uuid, is_360, played_count, last_played_time, last_played_position, stitched_info, extract_flag, contact, \
+                                                       app_data"
 #else
 #define MEDIA_INFO_ITEM "media_uuid, path, file_name, media_type, mime_type, size, added_time, modified_time, thumbnail_path, description, \
-                                                       rating, favourite, is_drm, storage_type, longitude, latitude, altitude, exposure_time, fnumber, iso, model, width, height, datetaken, orientation, title, album, artist, album_artist, genre, composer, year, recorded_date, copyright, track_num, bitrate, bitpersample, duration, samplerate, channel, timeline, sync_status, storage_uuid, is_360, played_count, last_played_time, last_played_position, stitched_info, extract_flag, modified_date"
+                                                       rating, favourite, is_drm, storage_type, longitude, latitude, altitude, exposure_time, fnumber, iso, \
+                                                       model, width, height, datetaken, orientation, title, album, artist, album_artist, genre, \
+                                                       composer, year, recorded_date, copyright, track_num, bitrate, bitpersample, duration, samplerate, channel, \
+                                                       timeline, sync_status, storage_uuid, is_360, played_count, last_played_time, last_played_position, stitched_info, extract_flag"
 #endif
 
 /* Playlist Info */