summaryrefslogtreecommitdiffstats
path: root/binding/media-api.c
AgeCommit message (Collapse)AuthorFilesLines
2018-01-04binding: mediaplayer: allow selection of audio or video playlistsandbox/ruke47/ces2018Matt Ranostay1-2/+18
Some clients may not want or need both audio and video media in the the returned playlist. Allow them to select audio, video, or both playlists. Bug-AGL: SPEC-1236 Change-Id: I4cdd45c21b7ea7343d48f8ffd0d323ae637b3199 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-12-13binding: mediascanner: add video scan from lightmediascannereel_5.0.0eel_4.99.5eel/5.0.0eel/4.99.55.0.04.99.5Matt Ranostay1-2/+3
Add to the playlist the video media found from the lightmediascanner database. Bug-AGL: SPEC-1169 Change-Id: I9ebf2e21805fe0e59a853dd081eacf02af501c96 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-11-03binding: mediascanner: remove superfluous local scan functioneel_4.99.3eel_4.99.2eel/4.99.3eel/4.99.24.99.34.99.2Matt Ranostay1-1/+0
Now lightmediascannerd scan the local ~/Music directory which has the plus of getting the metadata Bug-AGL: SPEC-1029 Change-Id: Iad13d343b8bd40cec803527b31763642bd141ded Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-10-10binding: mediascanner: scan for local media firstMatt Ranostay1-2/+2
Scan for local media first to allow the playlist to be concise. Bug-AGL: SPEC-934 Change-Id: Ic3d1b3e80fd67ac79d4d51b602754d81a2ebf903 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-10-09binding: mediascanner: report only playlist for media insertedMatt Ranostay1-1/+1
Only generate an media_added event with the playlist of the media inserted. Bug-AGL: SPEC-934 Change-Id: I4e0897fbf06651f0d85c7dd5145edc7c898c68bf Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-10-05binding: mediascanner: add media metadata to JSON outputMatt Ranostay1-2/+32
Add metadata of the tracks artist, title, album and genre to the JSON output for media results. Bug-AGL: SPEC-924 Change-Id: I240481b3b36909cb2de6ff7ba5c0a168d7973dc2 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-09-20binding: mediascanner: remove AFB_SESSION_CHECK from verbsMatt Ranostay1-4/+4
AFB_SESSION_CHECK is not needed for the mediascanner verbs, since there isn't a need of secured sessions. Bug-AGL: SPEC-904 Change-Id: I06b09b9d739ebbec22710463ab15212b929b5423 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-09-06binding: media: add binding to its own repoMatt Ranostay1-0/+173
Initial commit for agl-service-media repo. This change enables cmake builds, and it being a standalone binding independent of the MediaPlayer application. Bug-AGL: SPEC-848 Change-Id: I1234c0d0dde4379b5697cc3fe3e16e27f8b73a7c Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>