Problem/Motivation
After #2934962: Ship local audio and video media types in Standard the standard profile adds two new Media types as soon as the media module is installed: Audio (local) and Video (local).
In #2895382: Hide label, thumbnail, etc. for default display of media file and image references we improved the default display of the File and Image media types to show better defaults:
Default File display:

Default Image display:

We should do the same with the Audio and Video types, which currently are not consistent with that:
Current default Audio display:

Current default Video display:

Proposed resolution
Improve the defaults for the Audio and Video displays by hiding some unnecessary fields from the shipped configuration.
Proposed default for Audio:

Proposed default for Video:

Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2935318-2.patch | 3.16 KB | marcoscano |
| #2 | video_default_after.png | 62.79 KB | marcoscano |
| #2 | audio_default_after.png | 9.08 KB | marcoscano |
| video_default.png | 49.43 KB | marcoscano | |
| audio_default.png | 16.48 KB | marcoscano |
Comments
Comment #2
marcoscanoHere we go.
Added screenshots after the patch is applied to the IS.
Comment #3
xjmI love this patch! I was going to file an
imageissue for exactly this.Comment #4
chr.fritschTested the patch locally and can confirm that it does what it promises. Audio and Video views are much cleaner now.
Comment #5
wim leersYES PLEASE
Comment #7
xjmCommitted to 8.5.x. Thanks!