Commit graph

49 commits

Author SHA1 Message Date
Stian Buch Larsen
4e5532d782 Initial work on alter the update rutine
Removes lots of old code, replaceing with new token based
authentication.
2016-03-30 10:20:52 +02:00
Stian Buch Larsen
ae5da8f325 Depricateing the Envoriment setting PLEXPASS 2016-03-30 09:52:41 +02:00
ninpucho
8c5d780861 Update 30_update_plex.sh
Added check in case json version comes back blank echoes error and skips update to prevent wget loop.
2016-03-04 00:35:25 -05:00
sparklyballs
41a4c6ed2f add opt out for autoupdates to git update init 2016-01-18 09:46:00 +00:00
Stian Buch Larsen
75ce51c756 Add wait for net check
This should fix #16
2015-12-26 10:17:22 +01:00
Stian Buch Larsen
fb251e9e98 Reformated dbus 2015-11-24 10:02:07 +01:00
IronicBadger
34873a1fa7 Fix typos / spelling 2015-11-13 11:19:07 +00:00
Sean Dion
d9852df4cb Update 30_update_plex.sh
Move to current Plex domain.  Plexapp.com has a 301 permanent redirect, but some users are not being re-directed.
2015-11-12 15:15:29 -06:00
Stian Larsen (lonix)
5bae757aa7 Added not a about a non-existing error 2015-10-13 23:20:52 +02:00
sparklyballs
5e300a4561 Rename 20_update_plex.sh to 30_update_plex.sh
to accomodate changes in latest baseimage.
2015-09-25 14:09:20 +01:00
Stian Larsen (lonix)
f85da02c00 addded -c for verbosity 2015-09-25 07:55:34 +02:00
Stian Larsen (lonix)
9231e97742 Potential fix for problematic /transcode mount 2015-09-25 07:53:41 +02:00
Stian Larsen (lonix)
61f92ad0ea Some cleanup 2015-09-24 09:25:27 +02:00
Chase Bolt
8844359713 adding lockfile so it is only a onetime event and improving chown avg time 2015-09-16 12:54:11 -07:00
Stian Buch Larsen
716149b8b6 New implentation of chowning 2015-09-16 21:47:34 +02:00
Stian Buch Larsen
e593b6a5b0 Update to https 2015-09-16 00:01:40 +02:00
Stian Buch Larsen
556bf9ed8f Removed trailing spacei in version compare 2015-09-01 10:13:52 +02:00
Stian Buch Larsen
ad008bfc53 Force change /etc/defualt/plexmediaserver out of if loop 2015-09-01 10:10:21 +02:00
Stian Buch Larsen
e96227c9cc move config copy to AFTER the install 2015-08-28 14:16:01 +02:00
Stian Buch Larsen
75a8b8dd61 Stupid lonix 2015-08-28 13:59:01 +02:00
Stian Buch Larsen
a51f16ab19 Forgot to copy that default plexmediaserver file 2015-08-28 13:37:42 +02:00
Stian Buch Larsen
906590d7fb Formating error 2015-08-28 13:21:37 +02:00
Stian Buch Larsen
0e60874782 Removed new_user from here 2015-08-28 12:54:56 +02:00
Stian Buch Larsen
891fe98e5d Add a if not uptodate :P 2015-08-28 12:46:13 +02:00
Stian Buch Larsen
5c13966493 Total Revamp of update code. 2015-08-28 12:36:53 +02:00
Stian Buch Larsen
1dc6116ebb Renamed chown_files 2015-08-28 12:35:35 +02:00
Patrick Double
2018f9046e Handle empty /config, pass multiple args to chown 2015-08-05 11:03:46 -05:00
Patrick Double
f07f9d553f Handle case of EUID or EGID not set 2015-08-05 11:03:05 -05:00
Stian Buch Larsen
1a0559d72d Rename, and minor fix 2015-07-20 00:08:07 +02:00
Stian Buch Larsen
9690b5c57b Hopefully way faster chmodding 2015-07-19 23:54:53 +02:00
Stian Buch Larsen
cccc8b4c49 Updates from https now. 2015-07-19 22:33:48 +02:00
Stian Buch Larsen
cb56b0be15 Added -v to find commands, to show progress when you are converting. 2015-07-19 10:55:45 +02:00
Stian Buch Larsen
d6f5ee13e6 Holy Crap, NO!
This patch breaks The integrity of the plex database. Redacting
2015-07-19 10:30:38 +02:00
ljm42
0219898db6 Update 99_chown_plex_owned_files.sh
* Operate one directory higher, on "/config/Library" instead of "/config/Library/Application Support"
* Make all files user and group writable (chmod ug+w) so they can be modifed over a network share
2015-07-18 21:33:41 -07:00
ljm42
bf142b17af Update 99_chown_plex_owned_files.sh
update conditional
2015-07-17 22:32:47 -07:00
ljm42
ab2a1b42dc Update 99_chown_plex_owned_files.sh
* Fixes conditional in "if" statement
* searches for files/groups not owned by "abc"
* works on symbolic links (chown -h)
2015-07-17 22:14:49 -07:00
lonix
b2086f5140 Updated to new version-fetch url, now for public consumption. 2015-07-14 12:21:11 +02:00
lonix
849e34dbf3 Added posibility to set own value for plex 2015-07-09 08:46:47 +02:00
Stian Buch Larsen
d4b9cf0409 Fix for first time startup that App Support would not exsist 2015-07-08 22:36:05 +02:00
Stian Buch Larsen
9649c5898e Allowing root as abc 2015-07-08 22:14:21 +02:00
lonix
2b2990bd8c Implemnting TRUE autoupdate thanks to KodeStar from fanart.tv (and now the linuxserver.io crew, welcome!)
This is herby the kode update
2015-07-08 13:34:31 +02:00
Stian Larsen
521db75037 Renamed the file to include a .sh ending 2015-07-03 11:55:59 +02:00
Stian Larsen
b94cdb3892 Added fix to chown files owned by plex 2015-07-03 10:34:26 +02:00
Patrick Double
8eed8216b4 Fix shell script syntax errors 2015-06-30 11:48:46 -05:00
Stian Buch Larsen
14016abd0d Update 20_update_plex.sh
err backwards me.
2015-06-05 14:33:40 +02:00
Stian Buch Larsen
3b0da73941 Smal fix to readme and hopefully better check for plexpass 2015-05-26 12:26:09 +02:00
Stian Buch Larsen
60e5eb1847 Changed Location for version check to a publicly avalible place 2015-05-26 10:47:36 +02:00
Stian Buch Larsen
b30a2249c4 Fix for Not being able to use GID\UID that is already in use
Added -o option to groupmod, to enable the useage of id's that allready
exist in container os. (Fix for unraid)
2015-05-10 12:05:42 +02:00
Stian Buch Larsen
8458b1774c Inital Upload of original Source 2015-05-10 10:50:00 +02:00