Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Jan 9, 2025
1 parent b04ad02 commit 15703b3
Showing 1 changed file with 6 additions and 27 deletions.
33 changes: 6 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ numberOfFavoritesToShow: 10 # Use this to limit the amount of favorites to show
hideBrowseMediaButton: true # default is false. Hides the button to open the media browser.
replaceHttpWithHttpsForThumbnails: true # default is false. Use this if you want to replace http with https for thumbnails.
mediaBrowserTitle: My favorites # default is 'All favorites'. Use this to change the title for the media browser/favorites section.
sortFavoritesByType: true # default is false. Will group favorites by type (e.g. radio, playlist, album).

# volumes specific
hideVolumeCogwheel: true # default is false. Will hide the cogwheel for the volumes section.
Expand Down Expand Up @@ -385,7 +386,6 @@ card_mod:
```

#### Example 2 - Resize volume and icons

```yaml
card_mod:
style:
Expand All @@ -402,7 +402,6 @@ card_mod:
```

#### Example 3 - Change the font and background color of grouping button

```yaml
card_mod:
style:
Expand All @@ -414,7 +413,6 @@ card_mod:
```

#### Example 4 - Resize controls area in player section

```yaml
card_mod:
style:
Expand All @@ -425,7 +423,6 @@ card_mod:
```

#### Example 5 - Hide entity/group name and album name

```yaml
card_mod:
style:
Expand All @@ -436,7 +433,6 @@ card_mod:
```

#### Example 6 - More transparent title track and volume slider

```yaml
card_mod:
style:
Expand All @@ -451,7 +447,6 @@ card_mod:
```

#### Example 7 - Make the padding smaller around the artwork of the thumbnails in the favorites section

```yaml
card_mod:
style:
Expand All @@ -462,7 +457,6 @@ card_mod:
```

#### Example 8 - Remove artwork in player section

```yaml
card_mod:
style:
Expand All @@ -473,7 +467,6 @@ card_mod:
```

#### Example 9 - Hide volume slider and mute icon

```yaml
card_mod:
style:
Expand All @@ -484,7 +477,6 @@ card_mod:
```

#### Example 10 - Hide background from controls when artwork is shown as background

```yaml
artworkAsBackground: true
card_mod:
Expand All @@ -495,7 +487,6 @@ card_mod:
```

#### Example 11 - Modify transparency of background from controls when artwork is shown as background

```yaml
artworkAsBackground: true
card_mod:
Expand All @@ -507,7 +498,6 @@ card_mod:
```

#### Example 12 - Show only player and now playing text information

```yaml
heightPercentage: auto
sections:
Expand All @@ -524,7 +514,6 @@ card_mod:
```

#### Example 13 - Style the favorite section

```yaml
card_mod:
style:
Expand All @@ -536,7 +525,6 @@ card_mod:
```

#### Example 14 - Color of the player controls

```yaml
card_mod:
style:
Expand All @@ -547,7 +535,6 @@ card_mod:
```

#### Example 15 - Remove the top "All favorites" and "Browse media" from the favorites section

```yaml
card_mod:
style:
Expand All @@ -558,7 +545,6 @@ card_mod:
```

#### Example 16 - Change colors of titles in favorites

```yaml
card_mod:
style:
Expand All @@ -570,7 +556,6 @@ card_mod:
```

#### Example 17 - Remove everything except the album art

```yaml
card_mod:
style:
Expand All @@ -581,7 +566,6 @@ card_mod:
```

#### Example 18 - Hide the volume button and percentage

```yaml
card_mod:
style:
Expand All @@ -594,7 +578,6 @@ card_mod:
![img.png](https://github.com/punxaphil/maxi-media-player/raw/main/img/card_mod_2.png)

#### Example 19 - Changing the font size of song title

```yaml
card_mod:
style:
Expand All @@ -605,7 +588,6 @@ card_mod:
```

#### Example 20 - Artwork position

```yaml
heightPercentage: auto
card_mod:
Expand All @@ -622,7 +604,6 @@ card_mod:
![img.png](https://github.com/punxaphil/maxi-media-player/raw/main/img/card_mod_3.png)

#### Example 21 - Size of group buttons

```yaml
card_mod:
style:
Expand All @@ -633,7 +614,6 @@ card_mod:
```

#### Example 22 - Font size for everything

```yaml
card_mod:
style: |
Expand All @@ -643,7 +623,7 @@ card_mod:
```

#### Example 23 - Increase entity font
```
```yaml
card_mod:
style:
mxmp-player$ mxmp-player-header$: |
Expand All @@ -653,7 +633,7 @@ card_mod:
```

#### Example 24 - Hide the select all/none buttons at the top of the groupings page
```
```yaml
card_mod:
style:
mxmp-grouping$: |
Expand All @@ -663,7 +643,7 @@ card_mod:
```

#### Example 25 - reduce min-width of the card
```
```yaml
widthPercentage: 30
card_mod:
style:
Expand All @@ -674,7 +654,7 @@ card_mod:
```

#### Example 26 - Padding and border around grouping items
```
```yaml
card_mod:
style:
mxmp-grouping$: |
Expand All @@ -687,8 +667,7 @@ card_mod:
![img.png](https://github.com/punxaphil/maxi-media-player/raw/main/img/card_mod_4.png)

#### Example 27 - Larger icons in the player section
```
type: custom:maxi-media-player
```yaml
card_mod:
style:
mxmp-player$ mxmp-player-controls$: |
Expand Down

0 comments on commit 15703b3

Please sign in to comment.