mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-28 05:04:16 -05:00
Support for skip_count and time_skipped file metadata
This commit is contained in:
@@ -27,6 +27,7 @@ struct dmap_query_field_map;
|
||||
"daap.songdataurl", "f.url", 0
|
||||
"daap.songdateadded", "f.time_added", 1
|
||||
"daap.songdatemodified", "f.time_modified", 1
|
||||
"daap.songlastskipdate", "f.time_skipped", 1
|
||||
"daap.songdatereleased", "f.date_released", 1
|
||||
"daap.songdescription", "f.description", 0
|
||||
"daap.songdisccount", "f.total_discs", 1
|
||||
@@ -40,6 +41,7 @@ struct dmap_query_field_map;
|
||||
"daap.songtrackcount", "f.total_tracks", 1
|
||||
"daap.songtracknumber", "f.track", 1
|
||||
"daap.songuserplaycount", "f.play_count", 1
|
||||
"daap.songuserskipcount", "f.skip_count", 1
|
||||
"daap.songyear", "f.year", 1
|
||||
"com.apple.itunes.mediakind", "f.media_kind", 1
|
||||
"com.apple.itunes.extended-media-kind", "f.media_kind", 1
|
||||
|
||||
Reference in New Issue
Block a user