epenet
1519aa202d
Add media_player setup type hints [m-x] ( #63298 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-03 16:09:34 +01:00
Marc Mueller
be201e3ebe
Use assignment expressions 27 ( #58188 )
2021-10-22 11:29:21 +02:00
Franck Nijhof
f17a5f0db9
Clean up redudant exceptions from handlers ( #51741 )
2021-06-11 13:29:50 +02:00
Franck Nijhof
6932cf9534
Use contextlib.suppress where possible ( #48189 )
2021-03-23 14:36:43 +01:00
Martin Weinelt
61a987061e
Don't log missing mpd artwork inappropriately ( #45908 )
...
This can get unnecessarily spammy and doesn't represent an actual
actionable issue.
Fixes : #45235
2021-02-04 08:18:51 -05:00
Klaudiusz Staniek
d4b3cf9c47
Fix the use of muted volume if not previously set in mpd ( #45018 )
2021-01-16 22:40:59 +01:00
Martin Weinelt
f8df8b6b19
Add album art support in the mpd component ( #44527 )
...
* Add album art support in the mpd component
Uses `readpicture` to retrieve embedded artwork and `albumart` to
acquire cover art located in the media directory.
As the mpd component supports multiple different implementations (think
mopidy, PI MusicBox, etc.) we check for the availability of each command
before using them.
Tested against mpd 0.22.3, which includes support for both.
* fixup! Add album art support in the mpd component
2020-12-26 22:18:28 +01:00
Martin Weinelt
fa69daf5b3
Convert mpd component to use the async MPDClient ( #44384 )
...
Upgrades python-mpd2 to 3.0.1.
2020-12-25 21:49:30 +01:00
Crash
8979c4987f
Clear mpd source playlist when not playing a playlist ( #44164 )
...
Prevents unexpected behavior.
2020-12-13 12:10:51 +01:00
9R
0c9189af0a
Add set and check repeat mode to mpd component ( #42808 )
...
Co-authored-by: Anders Melchiorsen <amelchio@nogoto.net>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-11-10 12:56:04 +01:00
Chris Talkington
30de984827
Check mpd time type before splitting it ( #40139 )
2020-09-17 16:01:28 +02:00
Chris Talkington
a9cc882394
Improve mpd media position handling ( #39390 )
...
* improve mpd media position handling
* Update media_player.py
* Update media_player.py
* Update media_player.py
2020-09-03 12:23:02 -05:00
Vaarlion
353817337e
Automatically switch mpd between resume and start playing on media_play ( #37854 )
...
* Automatically switch between resume and start playing
* Fix Black issue
Weirdly when i run it i had an error `1544 files left unchanged, 3313 files failed to reformat.`
I didn't watch the commit check output afterward.
2020-08-07 22:28:49 +02:00
Erik Montnemery
62bc02fdda
Rename MediaPlayerDevice to MediaPlayerEntity ( #34592 )
2020-04-25 18:00:57 +02:00
Richard de Boer
f32ae95ef4
Fix media_player supported features default value ( #33366 )
...
I looked at all media_player components and these were the only ones returning None:
- bluesound
- emby
- mpd
2020-03-28 20:59:04 -07:00
Pascal Vizeli
bef8600972
Fix mpd time issue ( #30825 )
...
* Fix mpd time issue
* Update homeassistant/components/mpd/media_player.py
Co-Authored-By: Franck Nijhof <git@frenck.dev>
2020-01-16 11:20:58 +01:00
Niall Donegan
5e3102b2d6
Pull track position from MPD status ( #28579 )
...
* Pull track position from MPD status()
This allows the progress bar to work when using the media-control card in lovelace.
* Actually commit flake8 fix!
* Extra documentation.
Mainly to trigger CI rerun.
* Updated to use self._media_position
2019-12-25 11:09:03 +01:00
Diefferson Koderer Môro
6a392e13dd
Move imports in mpd component ( #28030 )
2019-10-21 09:53:59 +02:00
Franck Nijhof
7203027cbf
Use literal string interpolation in integrations K-M (f-strings) ( #26389 )
2019-09-03 21:14:00 +02:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
cgtobi
2c07bfb9e0
Remove dependencies and requirements ( #23024 )
...
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit fe7171b4cd
.
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit 391355ee2c
.
* Remove dependencies and requirements
* Fix flake8 complaints
* Fix more flake8 complaints
* Revert non-component removals
2019-04-12 10:13:30 -07:00
Tobias Sauerwein
048b100eea
Clean up docstrings ( #22679 )
...
* Clean up docstrings
* Fix long lines
* Fix more docstrings
* Fix more docstrings
* Fix more docstrings
2019-04-03 17:40:03 +02:00
Paulus Schoutsen
f5076188ef
Consolidate all platforms that have no tests ( #22096 )
...
* Consolidate
* Fix tests
* Update imports
* Fix import
* Use importlib because integration and package share name
* Fix more tests
* Update .coveragerc and CODEOWNERS
2019-03-16 20:44:05 -07:00