Skip to content

Commit 09fbbcf

Browse files
committed
bump version to v1.4.5
1 parent 8b8a726 commit 09fbbcf

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ media_player:
5656
```
5757
5858
### Services
59-
#### Service media_player.play_media
59+
#### Service media\_player.play\_media
6060
The `media_content_id` needs to be formatted according to the Mopidy URI scheme. These can be easily found using the *Developer tools*.
6161

6262
When using the `play_media` service, the Mopidy Media Player platform will attempt to discover your URL when not properly formatted.
@@ -73,7 +73,7 @@ The playing queue is snapshotted
7373
|`entity_id`|no|String or list of `entiti_id`s that should have their snapshot restored.|
7474

7575
#### Service mopidy.search
76-
Search media based on keywords and add them to the queue. This service does not replace the queue, nor does it start playing the queue. This can be achieved through the use of [media_player.clear_playlist](https://www.home-assistant.io/integrations/media_player/) and [media_player.media_play](https://www.home-assistant.io/integrations/media_player/)
76+
Search media based on keywords and add them to the queue. This service does not replace the queue, nor does it start playing the queue. This can be achieved through the use of [media\_player.clear\_playlist](https://www.home-assistant.io/integrations/media_player/) and [media\_player.media\_play](https://www.home-assistant.io/integrations/media_player/)
7777

7878
**Note:** One of the keyword fields **must** be used: `keyword`, `keyword_album`, `keyword_artist`, `keyword_genre` or `keyword_track_name`
7979

@@ -105,17 +105,17 @@ causing delays. Therefore, I have decided to not proxy the art when
105105
using the Media Library for the time being.
106106

107107
### Tests
108-
Mopidy v3.1.1
108+
Mopidy v3.2.0
109109

110110
Backends:
111111
- mopidy-beets v4.0.1
112112
- mopidy-dleyna 2.0.1
113113
- mopidy-internetarchive v3.0.0
114-
- mopidy-local v3.2.0
114+
- mopidy-local v3.2.1
115115
- mopidy-podcast v3.0.0
116-
- mopidy-somafm v2.0.0
116+
- mopidy-somafm v2.0.2
117117
- mopidy-soundcloud v3.0.1
118-
- mopidy-spotify v4.1.0
119-
- mopidy-tunein v1.0.2
118+
- mopidy-spotify v4.1.1
119+
- mopidy-tunein v1.1.0
120120
- mopidy-YouTube v3.2
121121

custom_components/mopidy/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"requirements": [
1010
"mopidyapi==1.0.0"
1111
],
12-
"version": "1.4.4",
12+
"version": "1.4.5",
1313
"zeroconf": [
1414
{
1515
"type": "_mopidy-http._tcp.local."

mopidy-CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.4.5] - 2022-03-05
8+
### Added
9+
- Support for media browsing and playing from other components in HA (thanks, [koying](https://github.com/koying)
10+
711
## [1.4.4] - 2022-02-19
812
### Fixed
913
- change of code for 2022.6 warning introduced issue where an int was added to a string.

0 commit comments

Comments
 (0)