Age | Commit message (Collapse) | Author | Files | Lines |
|
When A2DP/AVRCP profiles are connected pause agl-service-mediaplayer
playback.
Change-Id: Ic9a2832834e89b65559161d9f391cf98df7119b1
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Change-Id: Iaf0d42f6468d13b18095f2e15afafd67e19ad595
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
ListModel object should get the clear() call and not the passed playlist
data in onPlaylistChanged event.
Change-Id: I406d98701bdc725fe90846d238ec90c9f5aa5b20
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Switch agl-service-bluetooth access from QML websockets to proper
libqtappfw middleware.
Bug-AGL: SPEC-1385
Change-Id: I3b1bdc06ed9b7c07d69135c44d8f5c3440d7c056
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Switch agl-service-mediaplayer access from QML websockets to proper
libqtappfw middleware.
Bug-AGL: SPEC-1375
Change-Id: I8ee638f11b2d63c42657545f501260da9dc94356
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Response is switched to map with "list" member to be more consistent with
other binding APIs, and to make libqtappfw access easier
Bug-AGL: SPEC-1385
Change-Id: I10c315827ce6c1c47be5123e95a3f88e06ea4515
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
The color scheme has been changed to new one.
Bug-AGL: SPEC-673
Change-Id: I473d7928ad548d144c003af36224222c8ce4338c
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
Bluetooth icon wasn't visible on connections that were started before
Mediaplayer application UI was loaded.
Bug-AGL: SPEC-1158
Change-Id: Iafd890968300cc5cf8ee779513a572314c189a2a
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Remove dbus permission request, and dependency since this is now
handled by agl-service-mediascanner binding
Bug-AGL: SPEC-1094
Change-Id: I942b04a69b32ff398a270cbec4b6646e0277d25a
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Changes following guidelines given in "Kickstart: New HMI Framework"
document at:
https://wiki.automotivelinux.org/_media/kickstart_apps_migration_guide.pdf
Change-Id: I749a892cf12dfd80968b309e76d35976a773c0b1
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Remove checks for sqlite3 and lightmediascanner since media scanning
and playback is handled with bindings now
Bug-AGL: SPEC-1082
Change-Id: Iec097bfbb90ba9341bb73ee73e10f0b32139d2dd
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Websocket debug output was spamming journal log, and
thus should be disabled unless needed
Bug-AGL: SPEC-1035
Change-Id: Ibac679f484eb1e572a5cdcbc5502684f2a663b39
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Get initial metadata from first item on playlist on application startup
Bug-AGL: SPEC-1052
Change-Id: I4bc32da682005808955dc3fad5568dd03bd84331
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Websocket debug output was spamming journal log, and
thus should be disabled unless needed
Bug-AGL: SPEC-1035
Change-Id: I41a59263843b977abbfdadc222a626eae41a5d4c
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Till agl-service-mediaplayer has a shuffle feature disable
the shuffle in the qml definition.
Bug-AGL: SPEC-999
Change-Id: If0573647cc9d40327952052f4db9ac7162734409
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Metadata is now received from the agl-service-mediaplayer via
the agl-service-mediascanner binding, and thus playlistwithmediadata
functionality is no longer needed.
Bug-AGL: SPEC-999
Change-Id: Ife14aa0698e87e3c3c3164a58591bdd89ebcdabc
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Stop using the QTMultimedia plugin and switch to the
agl-service-mediaplayer binding for media playback.
Bug-AGL: SPEC-999
Change-Id: I5b380dc3cc908ed7bb2aa610c819f9f76f442829
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Due to mediascanner binding API changes exposing metadata
update the qml access the media file path
Bug-AGL: SPEC-924
Change-Id: Ia414ecc6a14e9c30f09c9c99565903ad4729ba93
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add options to QMAKE_LFLAGS to avoid linking to unused libraries
Bug-AGL: SPEC-907
Change-Id: If5dbc77cfc2bcc5471a4e6392f21c0fae7daef68
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Media binding has been moved to it own repo, and the code
is no longer needed within the MediaPlayer application
Bug-AGL: SPEC-848
Change-Id: I6de0e556b7143e200a5976e9139b1824f43e739a
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Run sqlite3_finalize() on sqlite3 prepared query statement
to allow the resources to be freed
Change-Id: I0dead4c642ab393f0f6145b2e77952952dff38b3
Bug-AGL: SPEC-846
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
In case of empty media insertion the allocated json_object's
weren't used. Run json_object_put to force the freeing of the
objects.
Bug-AGL: SPEC-842
Change-Id: I48fe8cf0824030119140fa581223c282855981d7
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Update the subscription to bluetooth events to the new
more consistent format
Bug-AGL: SPEC-819
Change-Id: I3a89f2db804794b31321a958a09d9c8a021e8b8e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Update functions and structure to use the new version 2
of the afm binder framework
Change-Id: I052da8c34bd45641325bc889f0234221f382d062
Bug-AGL: SPEC-812
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Scan ~/Music in addition to the mounted physical media.
Bug-AGL: SPEC-810
Change-Id: Ieb76cedc841cf5ea9ae4c260872943b9763ddcb3
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Linked list wans't be freed with g_list_free_full when it
was no longer needed.
Bug-AGL: SPEC-790
Change-Id: Ib07d24f57e606d979a6158e289d5fdf59d31bcd1
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Use glib's inotify support instead of UDisks to get the actual
path of an unmounted drive. This in turn allows removal of items
on the playlist respective to only that device.
Bug-AGL: SPEC-610 SPEC-757
Change-Id: Iaabb004934367bf1e60dab3f9f3365c2eb0b517d
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Some conditions in the QML scripts were incorrect and wasn't
hiding the playlist correctly when AVRCP/A2DP profiles were
connected.
Change-Id: Ia7abe250bb73da74ee93e69adeb91e224f6df744
Bug-AGL: SPEC-610
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Don't display the bluetooth ToggleButton unless there is a valid
avrcp/a2dp connection.
Bug-AGL: SPEC-730
Change-Id: Ifd68fd1380bef5a471aafb7687c0cefe62b68e6f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Use the system wide binding for Bluetooth access to get AVRCP
metadata, and triggers controls.
Bug-AGL: SPEC-610 SPEC-615
Change-Id: Ic894c75d663b797b8a331236ff756b3b94bc13c8
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Before bluetooth connection can be selected with the BT binding
we need an initial state icon.
Change-Id: I1ff7a764a15eb06f8bd8e2cd84123d708b46cc7e
Bug-AGL: SPEC-637
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
lightmediascanner.h was removed recently remove hanging
refernece in dbus.h
Change-Id: I7935fe12289fb2585c95df5f207bd447c8aafd6b
Bug-AGL: SPEC-655 SPEC-657
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Switch to binding over raw DBus commands for media detection.
Bug-AGL: SPEC-610
Change-Id: Icf924000d721d92a1056962e55f5c2c75f159ee5
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add initial media binding that populates playlist on
media insertion
Bug-AGL: SPEC-610
Change-Id: I24227f7c718606191ae3de72bd692e747353c919
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Currently removing elements from the playlist doesn't actually
remove them. This patchset removes them from the underlaying
model.
Change-Id: Idf52f05b25bb236e91633e3e1e6e84b5b7f77665
Bug-AGL: SPEC-630
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
|
|
Change-Id: Iec4df57949854d1b5a6bd07d4dd407fe4e1a44d2
Bug-AGL: SPEC-577
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Initially a previous command goes back to the beginning of the
track but most media applications don't reset the position
property. So keep the current position and use that as an offset
for the UI.
Bug-AGL: SPEC-565
Change-Id: If7124537c6d66d328f9c4c918fe917b8fc877ce0
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
To avoid the following message, the SQL connection needs to
be probably :
QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed.
Bug-AGL: SPEC-483
Change-Id: I8bc82503156c4b8f58ae8ecc9c186388106ddd00
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
This makes assumptions that there is only one media device
allowed at a time.
Bug-AGL: SPEC-527
Change-Id: Ide3d760f147551945cc14b7f6b66bd025634a17b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bluetooth connection could exist before mediaplayer application
is started. This patchset detects that and populates the initial
metadata, and track position + status.
AGL-Bug: SPEC-526
Change-Id: Ia0d60972c8eddd8642add708e9a4529c038e931f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add initial support for Bluetooth A2DP streams, and
AVRCP player controls, and metadata.
Bug-AGL: SPEC-486 SPEC-524 SPEC-525
Change-Id: Iac3095c517f07d7e65bf0bd5639d85bab2de7451
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
dbus support doesn't require lightmediascanner so confirm
HAVE_LIGHTMEDIASCANNER is set before referencing any lms
functions in dbus.cpp
Bug-AGL: SPEC-483
Change-Id: I41258f06e4c6701db84979403ac91256d2c3c420
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Detect media insertation and removal from lightmediascanner
and update the playlist accordingly. This makes some assumptions
that only one media device will available at a time.
Bug-AGL: SPEC-484
Change-Id: I8300abce3ac09c9cd0327c9d90892e3c5171d8d2
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
contributingArtist actually contains the artist data, and author is
just the publisher generally.
Bug-AGL: SPEC-535
Change-Id: Icd92fcc1df6c301e1f8f0faf5f09b0ddeaf728fd
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Some multimedia files do not have title metadata so default to
the short filename of the media.
Change-Id: I45949085c038eddb648e483942fd7aa21b64eae4
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Initial support only checks that paths in lms database
are valid and adds to playlist.
Change-Id: I840414c51964122ee485c2c168fbe5bb81e48652
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
|
|
Change-Id: If03cd924bbed08b2a81da0993b64377e47c8614c
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
|
|
|