Commit Graph

22 Commits

Author SHA1 Message Date
Graham Booker
5728aeb31a
Also check connected tuners for video group. 2019-08-26 12:47:04 -05:00
Rowan Gillson
f2a9bb5cc8 Plex Media Server hardware transcoding update (#41)
* Adds Intel hardware transcoding option and updates docs
2019-08-23 09:37:22 -05:00
Graham Booker
0e81f12e59
Added /usr/lib/plexmediaserver/lib to LD_LIBRARY_PATH to support conan builds. 2019-01-14 11:48:17 -06:00
Chris Allen
155f00c71b Export vendor/device/model/platformver information. 2018-07-05 07:38:57 +12:00
Graham Booker
7529befa25
Renamed plexpass tag to beta. 2017-12-05 12:39:35 -06:00
Graham Booker
8438f12d66
Added overriding of update channel for internal testing purposes. 2017-12-05 08:25:31 -06:00
Graham Booker
51695ec3e1
Moved common functionality to another file.
Also added support for building image from a raw URL for PMS.
2017-01-13 10:59:02 -06:00
Graham Booker
d1ea49cc79
Changed script to avoid slow usermod when possible. 2017-01-09 09:31:00 -06:00
Patrick Double
3ae89855b4
Add healthcheck using /identity 2017-01-06 14:04:01 -06:00
aptalca
5413de3442
fix permission detection
If PLEX_UID is set to an existing user's uid, like 0 (root), then `stat -c %U` returns "root" instead of "plex" and forces an unnecessary `chown -R`. Instead using `stat -c %u` and checking it against `id -u plex` is more accurate and prevents unnecessary chowns.
2016-12-28 15:54:21 -06:00
Kalle Møller
fb62bb1fbf Removing wget as both curl and wget was added 2016-12-25 15:39:16 -06:00
Mark Walker
be0c056acd Fix brain fart. 2016-12-23 17:30:12 +01:00
Mark Walker
7ce55face5 Fix indentation. 2016-12-22 21:04:05 +01:00
Mark Walker
fcfa6144c2 Only run recursive chown if we truly don't own the PrefFile. 2016-12-22 10:43:51 +01:00
Mark Walker
cf28bd60fd Add device info for container while running. 2016-12-13 22:14:21 +01:00
Graham Booker
b5c960fce8 Removed CHANGE_DIR_RIGHTS. 2016-12-12 13:32:42 -06:00
Graham Booker
e9d7ff1b1e Corrected some strings for install and fail when version fetch fails. 2016-12-12 11:23:41 -06:00
Graham Booker
b2c4f8109a Changed latest->plexpass to allow latest to be tagged to a version.
Also the updater always behaves how the image was tagged at build.
2016-12-12 10:41:27 -06:00
Graham Booker
05e1a5b1e9 Corrected version check to catch latest and public, not just latest. 2016-12-12 09:23:57 -06:00
Graham Booker
a6a7666530 Added ability to build images with PMS installed. 2016-12-12 09:17:16 -06:00
Mark Walker
9744b72796 Add chown so Preferences.xml doesn't end up owned as root. 2016-12-08 13:34:49 +01:00
Mark Walker
1755f101c8 Initial commit. Adding Dockerfile and stuff. 2016-12-07 15:21:18 +01:00