- Notifications
You must be signed in to change notification settings - Fork1
Tidbyt app that shows what's currently playing on your Plex media server.
License
DouweM/tidbyt-plex
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Tidbyt app that shows what's currently playing on yourPlex media server.
This app is not available through Tidbyt's mobile app as it uses features that (for security reasons) are not supported incommunity apps that run on Tidbyt's official app server.
Instead, it needs to be run usingPixbyt, a self-hosted Tidbyt app server for advanced apps.
Add this repo as a submodule under
apps
:git submodule add https://github.com/DouweM/tidbyt-plex.git apps/plex
Add an update schedule to
apps.yml
underschedules:
:schedules:# ...-name:plexinterval:'* * * * *'# Every minutejob:plex
Update.env
with your configuration:
PLEX_URL="<url>"# Plex Server URL. If HTTPS, certificate must be valid. Example: 'http://my-nas:32400'PLEX_TOKEN="<token>"# Plex API Token. See https://support.plex.tv/ articles/204059436-finding-an-authentication-token-x-plex-token/PLEX_USER_NAME="<user name>"# Filter: User Name. Leave blank to consider sessions from all usersPLEX_DEVICE_TYPE="<device type>"# Filter: Device Type. Leave blank to consider sessions from all types of devices. Example: 'Apple TV'PLEX_MODE="<mode>"# Display Mode. Choose between 'now_playing' (default) and 'recently_added'
Build and launch your Pixbyt app server:
About
Tidbyt app that shows what's currently playing on your Plex media server.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.