plex-api VS esphome-plex-controller

Compare plex-api vs esphome-plex-controller and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
plex-api esphome-plex-controller
13 1
618 0
- -
0.0 0.0
over 3 years ago over 2 years ago
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

plex-api

Posts with mentions or reviews of plex-api. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-08.
  • CLI Help - Edit metadata for movie
    1 project | /r/PleX | 25 May 2022
    No connection string necessary, you just have to open com.plexapp.plugins.library.db, which is in the 'Plug-in Support/Databases' folder inside your data directory. Though depending on the context of your original question, it may be easier to just use the web api. Based on the request the web app makes, it will be something like PUT [host]:[port]/library/sections/[section]/all?type=[type]&id=[metadata_id]&summary.value=[url encoded summary]&summary.locked=1&X-Plex-Token=[token]. Not sure if type is needed, but if it is, you can find the values here.
  • Custom Agents?
    3 projects | /r/PleX | 8 Feb 2022
    If you want to connect to the API then look for projects like python-plexAPI or the plex-api wiki maybe even the Plex-Meta-Manager can give you pointers on how to get metadata from the outside into plex because that is what it actually does.
  • Headless plex client on raspberry pi zero 2 with hardware buttons
    1 project | /r/PleX | 4 Nov 2021
    using the undocumented api I was able to get a user id & token ( Plex Web API Overview ยท Arcanemagus/plex-api Wiki (github.com) )
  • I made Physical Plex Player Controller
    2 projects | /r/Esphome | 2 Nov 2021
    I was able to utilize the HTTP Request component to send control commands to a plex player (macOS Plex Player) using the Plex API. This allows me to directly control the volume, playback and track with two momentary buttons (volume up and down) and a 3-way toggle switch (pause, play, next track). I've published my yaml file to github. The script in the yaml needs to be populated with the server IP address and the 'X-Plex-Target-Client-Identifier' which is the ID of the player being controlled. To find this ID, navigate to http://server_IP_address:32400/clients in the browser, look for the 'machineIdentifier' value of the player to be controlled. Copy that value to the script in ESPHome. Not every player can be controlled, the 'protocolCapabilities' value indicates to what extent each player can be controlled.
  • Share/exclude label
    2 projects | /r/PleX | 29 Sep 2021
    Where {section} is the library section, {type} is the media type, and {id} is the item's metadata id. The [ and ] also have to be urlencoded, so a full request might look something like this:
  • Can you program Plex Plugins yourself?
    2 projects | /r/PleX | 19 Sep 2021
    For example, the plex web API can show you which endpoints to hit to do certain things.
  • What are y'all's favorite things about using PLEX over other streaming platforms?
    2 projects | /r/PleX | 11 Jul 2021
    I like how you can use things like the web api and the python plex api to make things to do anything you can think of.
  • Any working google assistant methods for playing plex?
    2 projects | /r/PleX | 26 Jun 2021
    Are you capable of doing simpleish programming? If so, the there is always the google home API + the plex api and creating you're own skill to do it. If you're looking for something ready made then phlex is the only option I'm aware of on that front. The custom skill way is a good way to learn some basic programming and also how to create google/alexa skills if you have to go that route.
  • Preview of a Audiobook player I've been working on
    1 project | /r/PleX | 20 Jun 2021
    Plex has a API https://github.com/Arcanemagus/plex-api/wiki/Plex-Web-API-Overview
  • Plex folks, any plans for enabling the ability to edit metadata on your mobile apps?
    1 project | /r/PleX | 17 Jun 2021
    There's no official documentation, but yes. There is some unofficial documentation here, and as an example, the following would change the title (and lock the field) of the item with a metadata id of 365480 in the library with a section ID of 3:

esphome-plex-controller

Posts with mentions or reviews of esphome-plex-controller. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-02.
  • I made Physical Plex Player Controller
    2 projects | /r/Esphome | 2 Nov 2021
    I was able to utilize the HTTP Request component to send control commands to a plex player (macOS Plex Player) using the Plex API. This allows me to directly control the volume, playback and track with two momentary buttons (volume up and down) and a 3-way toggle switch (pause, play, next track). I've published my yaml file to github. The script in the yaml needs to be populated with the server IP address and the 'X-Plex-Target-Client-Identifier' which is the ID of the player being controlled. To find this ID, navigate to http://server_IP_address:32400/clients in the browser, look for the 'machineIdentifier' value of the player to be controlled. Copy that value to the script in ESPHome. Not every player can be controlled, the 'protocolCapabilities' value indicates to what extent each player can be controlled.

What are some alternatives?

When comparing plex-api and esphome-plex-controller you can also consider the following projects:

python-plexapi - Python bindings for the Plex API.

WebTools-NG - WebTools Next Generation for Plex

pasta - Audio & Subtitle Track Changer for Plex

JBOPS - Just a Bunch Of Plex Scripts

GoogleHomeKodi - Control kodi via Google Home / Assistant

Kometa - Python script to update metadata information for items in plex as well as automatically build collections and playlists. The Wiki Documentation is linked below.