Skip to content

Commit

Permalink
Updated information for v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Oct 1, 2018
1 parent f0f7618 commit be42ced
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Inspired by [Custom UI: Mini media player](https://community.home-assistant.io/t

```yaml
resources:
- url: /local/mini-media-player.js?v0.8.2
- url: /local/mini-media-player.js?v=0.8.3
type: module
```
Expand All @@ -32,7 +32,7 @@ git clone https://github.com/kalkih/mini-media-player.git

```yaml
resources:
- url: /local/mini-media-player/mini-media-player.js?v0.8.2
- url: /local/mini-media-player/mini-media-player.js?v=0.8.3
type: module
```

Expand All @@ -56,7 +56,7 @@ custom_updater:

```yaml
resources:
- url: /local/mini-media-player.js?v=0.8.2
- url: /local/mini-media-player.js?v=0.8.3
type: module
```

Expand All @@ -78,6 +78,7 @@ If you went the `git clone` route, just run `git pull` from inside your `config/
| group | boolean | false | v0.1 | Are you using this card inside another card, `entities` for example? Then set this option to true to avoid double paddings and the extra box-shadow.
| show_tts | string | optional | v0.2 | If you want to show the TTS input directly on the media player card, specify your [TTS platform](https://www.home-assistant.io/components/tts/) here: `show_tts: google`, `show_tts: amazon_polly`, `show_tts: marytts` e.g.
| show_source | string | false | v0.7 | Set this option to `true` to display the current source, set to `small` to hide current source and only display the source button (v0.8.1).
| show_progress | boolean | false | v0.8.3 | Set this option to `true` to show a progress bar when media progress information is available.
| hide_power | boolean | false | v0.7 | Set to `true` to hide the power button.
| hide_controls | boolean | false | v0.8 | Set to `true` to hide media control buttons (*sets `short_info` to `true`*).
| hide_volume | boolean | false | v0.8 | Set to `true` to hide volume controls. (*sets `short_info` to `true`*).
Expand Down
14 changes: 11 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
## v0.8.3
- Added: `show_progress` option to show a progress bar when media progress information is available
- Added: support to display media_series_title, media_season & media_episode information when available #13

<img src="https://user-images.githubusercontent.com/457678/46318413-abc09b80-c5d6-11e8-8892-724b93d0c06d.gif" width="500" alt="v0.8 example 1" />

<img src="https://user-images.githubusercontent.com/457678/46318419-b11de600-c5d6-11e8-9327-eea239e9db7c.png" width="500" alt="v0.8 example 2" />

## v0.8.2
- Added: `max_volume` option to set a max volume value (between 1 & 100) for the volume slider
- Added: `tracker.json` file for custom_updater support
- Fixed: issue with text wrapping outside the card
- Added: `max_volume` option to set a max volume value (between 1 & 100) for the volume slider #12
- Added: `tracker.json` file for custom_updater support #7
- Fixed: issue where text would wrap outside the card

## v0.8.1
- Added: parameter `small` for `show_source`. Hides the current source name and only displays the source button
Expand Down
4 changes: 2 additions & 2 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mini-media-player": {
"updated_at": "2018-10-01",
"version": "0.8.2",
"updated_at": "2018-10-02",
"version": "0.8.3",
"remote_location": "https://raw.githubusercontent.com/kalkih/mini-media-player/master/mini-media-player.js",
"visit_repo": "https://github.com/kalkih/mini-media-player",
"changelog": "https://github.com/kalkih/mini-media-player/releases/latest"
Expand Down

0 comments on commit be42ced

Please sign in to comment.