View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014988 | MMA | Playback | public | 2018-07-26 18:30 | 2018-11-09 12:32 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | reopened | ||
Product Version | 1.3.3 | ||||
Target Version | 1.3.3 | Fixed in Version | 1.3.3 | ||
Summary | 0014988: MMA should display directory contents / playlist contents over bluetooth | ||||
Description | AVRCP 1.5+ supports display of directories/virtual directories/playlists, so MMA should support this on devices for which the bluetooth stack supports AVRCP 1.5+ As reported at https://www.mediamonkey.com/forum/viewtopic.php?p=447744#p447744 this doesn't seem to me working in 1.3.2. Some info at https://stackoverflow.com/questions/15527614/send-track-informations-via-a2dp-avrcp https://en.wikipedia.org/wiki/List_of_Bluetooth_profiles | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 835 | ||||
related to | 0014201 | resolved | martin | MMA stays active due to MediaBrowserServiceCompat |
related to | 0011418 | resolved | martin | Bluetooth device 'repeat' function fails |
related to | 0014607 | resolved | martin | Album Art support via AVRCP 1.6 |
related to | 0011847 | closed | martin | BT: Metadata not shown in sync with player |
related to | 0010135 | resolved | jiri | Improved support for BT connected audio devices (display metadata) |
related to | 0015137 | closed | martin | Android Auto: Browsing more than 500 Tracks, Artist, Albums Fail |
|
In phone developer options Nougat and Oreo should have AVRCP mode change from 1.4 to 1.5/1.6 Note as of 4.3 to Nougat default protocol was 1.3 |
|
Fixed in build 1.3.2.823 |
|
Reopen for feedback regarding new user tests filed at https://www.mediamonkey.com/forum/viewtopic.php?p=450080#p450080 Also it is vague is Now Playing browse supported and can it be added? |
|
Some of Bluetooth devices do not support mix content(browsable items with playable items like "Play all Shuffle") and browsing does not work in this case. The mix content was in root node only, so I have removed "Play all Shuffle" item for Bluetooth clients (or we can make it optional, but I think this is not necessary). About support of "Now Playing" - Android auto adds "Now playing" automatically, similarly Android wear devices, but a content of NowPlaying does not show all items from MMA Now playing. It shows queued items only(max 20 tracks). Now playing on bluetooth devies is not visible at all. So I added to next build new browsable node "Now playing(all)", so it will be visible on BT devices, but Android Auto will show two similar items "Now playing(all)" and "Now playing"(If it will be unwanted, I can disable "Now playing(all)" only for Android auto). Fixed in build 1.3.3.829 |
|
1) Re. Play all Shuffle: If the problem is that _commands_ such as 'Play all' can't be mixed with _browsing_ such as 'Albums' etc. then wouldn't it make sense to change 'Play all shuffle' to 'All tracks (shuffled)' ? i.e. clicking it would cause all tracks to appear shuffled on the BT device, and the user would then have to click one of them to initiate playback. 2) Re. limit of 20 tracks in Now Playing, when i test this with Android Auto (on my phone only--I don't have an Android Auto device), there's no way of seeing the entire Now Playing list! (i.e. Now Playing (all) doesn't appear in the UI). |
|
re 1) It makes sense to add node "Tracks" and there to have as 1st item "Play all shuffle". It would be the same behavior as in other views. 2) You are right, it is disabled for Android Auto client. So I will enable it for all clients. Do you agree with both? |
|
Agreed on both counts. |
|
Fixed in build 1.3.3.830 |
|
Fixes were updated in build 1.3.3.831 0015137:0051499 . The specific changes as they related to Bluetooth browsing are: - limits re. the number of tracks when browsing - changes in the directory structure - limits re. the number of tracks in the bluetooth Now Playing list (1 +/- 20) Test note: verify all scenarios (playback, shuffle playback, tracks limits (0, x, unlimited) as per spec at 0015137:0051499 |
|
Added ">" to indicate current playing track. Fixed in build 1.3.3.835 |