WD MyCloud Gen2 - Enable apps install tab + Apps!

Hi,

Sorry for the lack of updates, I stopped using Plex on WD MyCloud due to performance issues.

Here are the latest builds using the WD MyCloud Mirror Gen 1 images from Plex

Updated 9/26/2018

Plex Media Server
1.13.8.5395-10d48da0d
September 21, 2018
http://nexose.com/WD/MyCloudGen2/WDMyCloud_plexmediaserver_11385395.bin

I also made one for Resilio Sync - latest version 2.6.0
http://nexose.com/WD/MyCloudGen2/WDMyCloud_ResilioSync_2.6.0.bin

Commands used for Builds:
dd if=WDMyCloudMirror_plexmediaserver_11385395-10d48da0d.bin of=WDMyCloudMirror_plexmediaserver_11385395-10d48da0d.tar.gz bs=200 skip=1
tar -zxvf WDMyCloudMirror_plexmediaserver_11385395-10d48da0d.tar.gz
cd plexmediaserver
…/mksapkg -s -m WDMyCloud

dd if=WDMyCloudEX2_ResilioSync_2.6.0.bin of=WDMyCloudEX2_ResilioSync_2.6.0.tar.gz bs=200 skip=1
tar -zxvf WDMyCloudEX2_ResilioSync_2.6.0.tar.gz
cd ResilioSync/
…/mksapkg -s -m WDMyCloud

If you are making builds on CentOS 7 x64 you will need to install libxml2 or you will have errors running mksapkg even if you have libxml2 installed.
sudo yum install libxml2.i686

Here is mksapkg from WD (it’s a pain now to download)
http://nexose.com/WD/MyCloudGen2/mksapkg.zip

4 Likes