1 (edited by smooth-motion 15-07-2018 18:18:49)

Topic: Possible Python incompatibility in Ubuntu 18.04?

Hey Chainik, it's me, Mario.

I have noticed that SVPTube does not appear in the SVP Panel despite having selected it during installation on Ubuntu 18.04.
In the past the cause of this was a lack of libpython >=3.5, which is confirmed by the fact that SVPTube does appear on 16.04 by installing it from the deadsnakes repository.
On 18.04 the min default package installed from the ubuntu main repo is already libpython3.7 and 3.6, not offering an installation candidate for version 3.5 from the deadsnakes repo.

Now to be sure I compiled it using the source provided by deadsnakes and created symlinks, but it still won't appear.

Have you made similar findings, and what command does SVP use to launch it's own youtube-dl extension and refer to libsvptube?

Re: Possible Python incompatibility in Ubuntu 18.04?

3.5.5-1+bionic1

Re: Possible Python incompatibility in Ubuntu 18.04?

....
really annoying that you're always right btw, you know that? o.O
I compiled it and it didn't work, but the built packages from the repo did, thought I had you this time.

Anyways, I have one more tough cookie, that might finally break you.

I want to edit the mpv commands that SVP uses for SVPCode and SVPTube, how can it be achieved?
Checked every single script and where or rather when the commands are generated.

Re: Possible Python incompatibility in Ubuntu 18.04?

for SVPcode - 'code.tools.mpv_args' value will be added to mpv's command line

for SVPtube - well, you can create your own proxy script and point SVPtube to it

Re: Possible Python incompatibility in Ubuntu 18.04?

Thanks for the hints, pointing to SVTube actually works fine, I didn't expect that.

But could you be a little more specific on SVPCode, in what files or dirs is the command generated?