Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Tags: maykar/plex_assistant

Tags

1.1.9

Toggle 1.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update manifest.json

1.1.8

Toggle 1.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update manifest.json (#143)

Add the media_player dependency so plex_assistant doesn't start before media_player

1.1.7

Toggle 1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

1.1.6

Toggle 1.1.6's commit message
rapidfuzz, title caching, cleanup

1.1.5

Toggle 1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support missing libraries

1.1.4

Toggle 1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add version

1.1.3

Toggle 1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cleanup & fixes

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Hungarian translation (#102)

* Add Hungarian to localize.py and fix typos

* Create hu.json

* Remove unnecessary commas from comments

* Update README.md with Hungarian language

* Remove comments

* hu music support check and alphabetize

Co-authored-by: Ryan Meek <[email protected]>

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update translation.md

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Music support (#94)

* being adding music support

* remove debugging lines

* add playlist

* add sonos devices

* keep sonos seperate

* cast/sonos checks

* add fuzzy wuzzy matching for music

* fix typo

* untested find_media optimization

* cleanup

* only check media items if they exist in library

* cleanup

* simplify dev_type

* typo

* change order for media returned

* simplify find_media return

* simplify find_media return

* Update localize.py

* update german

* Update localize.py

* Update localize.py

* Update translation.md

* Update README.md

* Update localize.py

* Update README.md

* Update localize.py

* Update README.md

* Fix for control commands that are lists

* Refactor update_libraries

* Refactor & cleanup

* Process speech cleanup, refactor, and F strings

* Allow things like "play random music" or "play random tracks"

* Add generic music keyword

* playqueues for music items

* Update find/filter media for music objects

* Add support for "play album by artist" or "play track by artist"

* Music separator for "media by artist" or "media by the band" etc

* expand post items for music separator key

* Update README.md

Co-authored-by: Ryan Meek <[email protected]>