View Issue Details

IDProjectCategoryView StatusLast Update
0020764MMAAndroid Autopublic2024-03-26 08:16
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionnot fixable 
Product Version2.0.0 
Target Version2.0.0 
Summary0020764: Android Auto: Album name doesn't appear
DescriptionCurrently the following displays on the Android Auto Playing screen:
<Title>
<Artist1>, <Artist2>, ...
<TimePlayed>/<TotalTime>
---------------------------------------o---------------

Is it be possible / make sense to instead show an alternate layout that includes <Album> or is this hardcoded? e.g.:
<Title>
<Artist1>, <Artist2>, ...
<Album>
<TimePlayed>---------------------------------------o---------------<TotalTime>

OR

<Title>
<Artist1>, <Artist2>, ... (smaller)
<Album> (smaller)
<TimePlayed>/<TotalTime> (much smaller)
---------------------------------------o---------------
TagsNo tags attached.
Fixed in build

Activities

martin

2024-03-26 08:16

developer   ~0074813

This is the Android auto layout. MMA only sends metadata and has no way to affect this.