mrworf / plexupdate

Plex Update script to simplify the life of Linux Plex Media Server users.
GNU General Public License v2.0
1.75k stars 145 forks source link

support new raspberry pi release #253

Closed si458 closed 4 years ago

si458 commented 5 years ago

update installer to support NEW OFFICIAL arm releases from plex (mainly for raspberry pi)

https://www.plex.tv/en-gb/media-server-downloads/#plex-media-server

https://downloads.plex.tv/plex-media-server-new/1.15.1.780-a27ffa5be/debian/plexmediaserver_1.15.1.780-a27ffa5be_armhf.deb

it appears the 5.json file from plex is returning the BUILD as linux-armv7hf_neon instead of linux-armv7l, not sure why?

demonbane commented 5 years ago

Since Plex is providing actual builds now, this could be added but it's definitely non-trivial. If you'd like to take a shot at it and submit a PR I'd be happy to review the code, but I don't have a raspberry pi to test with unfortunately.