Page 1 of 2

PLEX -> fvdw-sl-17-0?

PostPosted: Wed Oct 25, 2017 11:12 am
by davilovic
Hello!

Does the PLEX addon work with fvdw-sl-17-0? I just installed this firmware and I'm not sure if it works with this version.

Regards.

Re: PLEX -> fvdw-sl-17-0?

PostPosted: Wed Oct 25, 2017 4:15 pm
by Jocko
Hi davilovic,

yes it works
Code: Select all
root@Acrab:/ # plexmediaserver
Usage /usr/bin/plexmediaserver [ start | stop | status | restart | version | install | uninstall | update | boot_status | plugout-login [login:password]]

        install         use the lastest synology package available for armv5 processor
                        (download from plugout.net)

        update          upgrade your pms with the lastest synology package
                        (should be useless as there is no longer support for armv5)

        start           after updating or installing, you need to leave your box (and Plex) running for at least 30 minutes !

        status          display if pms is running or not

        boot_status     enable/disable pms at the next nas booting

        plugout-login   set login credentials for downloading package from plugout.net
                        if login credentials contain spaces you need to quote them: "my login:my password"

root@Acrab:/ # plexmediaserver install
        Plex Media server is already installed!

root@Acrab:/ # plexmediaserver update
        Updating Plex...

Downloading plex package from plugout...
Retrieved the file PlexMediaServer-0.9.16.3.1840-cece46d-arm.spk
Remove old logs...
Remove Plug-ins directory...
Remove old PMS version install directory...
Update...
Synology package detected
extracting....
Done
root@Acrab:/ # plexmediaserver start
Starting Plex Media Server...done

 Please note that after installing you need to leave your box (and Plex) running for at least 30 minutes !

root@Acrab:/ # plexmediaserver status
Plex Media Server is running...
plex     12731 23.8  7.5 108336 38652 pts/0    Sl   18:07   0:05 /share/1100/fvdw/addons/plexmediaserver/Plex Media Server
plex     12744 80.0  4.2  53392 21844 pts/0    Rl   18:07   0:12 Plex Plug-in [com.plexapp.system] /share/1100/fvdw/addons/plexmediaserver/Resources/Plug-ins-cece46d/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 0.9.16.3.1840-cece46d /share/1100/fvdw/addons/plexmediaserver/Resources/Plug-ins-cece46d/System.bundle

Re: PLEX -> fvdw-sl-17-0?

PostPosted: Thu Oct 26, 2017 6:31 am
by davilovic
Ok! I'll try to install it

Thank you for your work

Re: PLEX -> fvdw-sl-17-0?

PostPosted: Thu Oct 26, 2017 9:41 am
by davilovic
Which installer is correct? is there any difference?

->addons-15.3-plex-21nov14.zip
->fvdw-sl-16.1-pms-dwld-package-31jan17.zip

Thank you
Regards


ok, the only difference is if the passwd contains spaces.

Re: PLEX -> fvdw-sl-17-0?

PostPosted: Thu Oct 26, 2017 9:59 am
by Jocko
Maybe you missed this information at the top of the topic
Plex add-on only for fvdw-sl-15.3.

With later version, this add-on is useless (firmware image will include the plexmediaserver script)

So addons-15.3-plex-21nov14.zip must be used only with version 15.3 (and if you try you won't manage to install it).

For versions 16.0 and later (so also 17.0) you can use directly the plexmediaserver script.

As for version
Affected version: fvdw-sl-15.3 16.0 and 16.1
, we detected the download url was broken, we release a patch for these versions (fvdw-sl-16.1-pms-dwld-package-31jan17.zip)
Of course we included the last patched script in version 17.0 and then it is useless to install the patch on version 17.0 (and if you try you won't manage to install it).

So you just need to run the script as described on my previous post after setting your plugout account
Code: Select all
plexmediaserver plugout-login "my login:my password"

Re: PLEX -> fvdw-sl-17-0?

PostPosted: Thu Oct 26, 2017 10:28 am
by davilovic
Thanks Jocko for your time and clarification!

Regards

Re: PLEX -> fvdw-sl-17-0?

PostPosted: Mon May 28, 2018 7:35 am
by uby12
Hello,
I have set my credentials which I'm sure are good with
Code: Select all
plexmediaserver plugout-login [login:password]

but when executing plexmediaserver install
I got
Code: Select all
root@fvdwsl-base:/ # plexmediaserver install
   Installing Plex...

Downloading plex package from plugout...
Could not download package
Can not login!


Any clue ?

Re: PLEX -> fvdw-sl-17-0?

PostPosted: Mon May 28, 2018 8:09 am
by Jocko
Hi

Just be sure:

on the usage output oh the linux man, [xxx] means an option, and [] must not use in the command line.

plexmediaserver help usage says also for plugout-login option
plugout-login set login credentials for downloading package from plugout.net
if login credentials contain spaces you need to quote them: "my login:my password"
So the right command is plexmediaserver plugout-login "my login:my password" if they contain spaces or plexmediaserver plugout-login mylogin:mypassword (without space).

Re: PLEX -> fvdw-sl-17-0?

PostPosted: Mon May 28, 2018 8:49 am
by uby12
Hello Jocko,
Yes of course. I used double quote " "
even if my login and password doesn't contain space...
but may be it's an issue with my abc account ?
It's still asking me an additional captcha when login manually on the web interface...
Thanks
Uby

Re: PLEX -> fvdw-sl-17-0?

PostPosted: Mon May 28, 2018 9:19 am
by Jocko
Indeed captcha may be the issue. (there were 11 attempts in our database)

I cleaned the database and then the captcha should be no longetr asked