This example shows a minimalistic Overlay application with the resolution, audio codec and video format on display.
This example uses three PMM Default Overlay files: [Resolution](../defaults/overlays/resolution.md), [Audio Codec](../defaults/overlays/audio_codec.md) and [Video Format](../defaults/overlays/video_format.md).
Resolution is used to identify if the movie is 4K for example, and also highlights if a movie is Dolby Vision or HDR.
Audio Codec is used to identify what format the audio is in (such as Dolby Digital or Dolby ATMOS)
Video Format is used to identify the source of a file (such as a DVD rip or a WEB rip)
This example shows a minimalistic Overlay application with the ratings and ribbon of the movie.
This example uses two PMM Default Overlay files: [Ratings](../defaults/overlays/ratings.md) and [Ribbon](../defaults/overlays/ribbon.md).
Ratings are set to show the Rotten Tomatoes Audience & Critic scores, as well as the IMDb score.
Custom fonts have been used for the ratings which can be sourced in [bullmoose20's repository](https://github.com/meisnate12/Plex-Meta-Manager-Configs/tree/master/bullmoose20) within `fonts.zip`
A [Library Operation](../config/operations.md#mass--rating-update) is used to place the IMDb rating into the user rating slot, as can be seen in the code example.