diff --git a/FHEM/37_plex.pm b/FHEM/37_plex.pm
index b6fb941b2..72762100d 100644
--- a/FHEM/37_plex.pm
+++ b/FHEM/37_plex.pm
@@ -3260,6 +3260,9 @@ Log 1, "!!!!!!!!!!";
Notes:
- IO::Socket::Multicast is needed to use server and client autodiscovery.
+ - As far as possible alle get and set commands are non-blocking.
+ Any output is displayed asynchronous and is using fhemweb popup windows.
+
@@ -3274,6 +3277,7 @@ Log 1, "!!!!!!!!!!";
Set
+
- play [<server> [<item>]]
- playAlbum [<server>] <item>
@@ -3290,23 +3294,59 @@ Log 1, "!!!!!!!!!!";
- volume <value>
- shuffle 0|1
- repeat 0|1|2
- - mirror [<server>] <item>
+ - mirror [<server>] <item>
+ show preplay screen for <item>
- home
- music
- - showAccount
+ - showAccount
+ display obfuscated user and password in cleartext
- playlistCreate [<server>] <name>
- playlistAdd [<server>] <key> <keys>
- playlistRemove [<server>] <key> <keys>
- unwatched [[<server>] <items>]
- watched [[<server>] <items>]
-
Get
- [<server>] ls [<path>]
- browse the media library
+ browse the media library. eg:
+ get <plex> ls
+
Plex Library
+ key type title
+ 1 artist Musik
+ 2 ...
+
+ get <plex> ls /1
+ Musik
+ key type title
+ all All Artists
+ albums By Album
+ collection By Collection
+ decade By Decade
+ folder By Folder
+ genre By Genre
+ year By Year
+ recentlyAdded Recently Added
+ search?type=9 Search Albums...
+ search?type=8 Search Artists...
+ search?type=10 Search Tracks...
+
+ get <plex> ls /1/albums
+ Musik ; By Album
+ key type title
+ /library/metadata/133999/children album ...
+ /library/metadata/134207/children album ...
+ /library/metadata/168437/children album ...
+ /library/metadata/82906/children album ...
+ ...
+
+ get <plex> ls /library/metadata/133999/children
+ ...
+
if used from fhemweb album art ist displayed and keys and other items are klickable.
+
+
[<server>] search <keywords>
search the media library for items that match <keywords>
@@ -3323,14 +3363,17 @@ Log 1, "!!!!!!!!!!";
[<server>] playlists
list playlists
+ [<server>] m3u [album]
+ creates an album playlist in m3u format. can be used with other players like sonos.
+
+ [<server>] pls [album]
+ creates an album playlist in pls format. can be used with other players like sonos.
+
clients
list the known clients
servers
list the known servers
-
- showAccount
- display obfuscated user and password in cleartext