View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015578 | MMW 5 | Playback | public | 2019-04-02 02:35 | 2022-09-14 14:31 |
Reporter | peke | Assigned To | |||
Priority | high | Severity | feature | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Target Version | 5.2 | ||||
Summary | 0015578: External video player: Some players do not accept multiple selection tracks | ||||
Description | Some players do not accept multiple selection tracks so it could be useful that MM5 create .M3U8 file instead of sending multiple tracks to an app, but instead send .M3U8 as plalist to an app. This should be configurable assuming that not all apps support playlist playback. | ||||
Additional Information | https://www.mediamonkey.com/forum/viewtopic.php?f=7&t=94064 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
I guess that the files should be played same way (not depending whether the player is internal or external) -- like in case of DLNA / Google casting BTW: It seems that the choice '[ ] Use default external video player' is missing entirely in MM5, probably related to: https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=94182 ? |
|
It is not possible to play them the same way, because we can only pass file to the default application, we cannot communicate with it and e.g. detect time or end of the file. |
|
External video player is for video only, but what if I have also audio files among selected files... I think we should use approach from MM4 (i.e. open in default app current file only). Problem with using M3U8 also is, that default app for m3u8 extension could be different from video player (e.g. old Winamp) |
|
You are right MM4 approaches bit differently. I would suggest that if we implement it we use approach like in MM4 using Winamp option where user can point to custom player executable eg. rename it to "[x] Use external Video Player [CONFIGURE]" and Configure dialog would contain: ------------------------------------------------- [x] Use default video player |____________________| [BROWSE] [x] Send Selection as M3U playlist ------------------------------------------------- |
|
"Use default external video player" option added to build 2168. |
|
Per offline discussion with Jiri, we will not implement other special handling now, priority decreased. Possible solution later could be special configurable "Send to..." option for sending selected files to external application. |