[PLUGIN] YouTube for Volumio

Lt Kodi Youtube Plugin

|Access Not Configured. YouTube Data API has not been used in project xyz before or it is disabled

Enable it by visiting console.developers.google.com/a … roject=xyz

The API key is activated according to the project.

Indeed, the error message originates from Google… It also appears you are reusing API keys used previously with Kodi? Normally it shouldn’t be a problem, but since there is in fact a problem, can I suggest creating a new project, then create API keys under the new project and test them?

that was it. Created a new API, it works.

Thank you for your help

Hi patrickkfkan

10 days since the reinstall with your 1224 plugin and the updated MPD and youtube search and playback is still rock solid great!! :sunglasses:
Thanks again…

Hi i m trying to enable the youtube plugin. I followed all the steps of the unofficial plugin but its not giving me any code after i enter api key etc.
On google developer on OAuth i m getting a status needs verification i dont know if that has to anything with this.
Any idea? Thanks

update : for some reason it wasnt showing properly the plugin so i tried to reinstall it and now it worked. :smiley:

I still noticed one problem: I don’t play a song until the end, and the playback always stops a few seconds before the end of the song.
Can anybody confirm this?

Its a problem with old version of MPD probably…as long this don’t be upgraded to newest version in image Volumio this problem can’t be solved.

I have system version 2.699.

Is there an obsolete mpd installed?

MPD on Volumio is 0.20.18 not obsolete, but not the newest (to upgrade mpd we need to wait for our debian buster migration).
We are working on solving the problem without updating mpd

That’s good to know :slight_smile:

Sorry I’ve been away for a short while. Glad that you got it working in the end :wink:

You can try the updated MPD here:

mpd-for-volumio-arm-armv7-and-x86-t13563.html

I said it’s experimental, but I haven’t experienced any problem so far :wink:

I can’t go on alone.

hello

i have set up client ID… and client key. …
I have orders about putty

volumio vrestart
cd /home/volumio
mkdir volumio_youtube_install
cd volumio_youtube_install
miniunzip …/youtube-20191116.zip
volumio plugin install

what am I doing wrong here !!!

volumio@volumio:~$ volumio vrestart
volumio@volumio:~$ cd /home/volumio
volumio@volumio:~$ mkdir volumio_youtube_install
mkdir: cannot create directory ‘volumio_youtube_install’: File exists
volumio@volumio:~$ cd volumio_youtube_install
volumio@volumio:~/volumio_youtube_install$ miniunzip …/youtube-20191116.zip
MiniUnz 1.01b, demo of zLib + Unz package written by Gilles Vollant
more info at winimage.com/zLibDll/unzip.html

Cannot open …/youtube-20191116.zip or …/youtube-20191116.zip.zip
volumio@volumio:~/volumio_youtube_install$ miniunzip …/youtube-20191116.zip
MiniUnz 1.01b, demo of zLib + Unz package written by Gilles Vollant
more info at winimage.com/zLibDll/unzip.html

Cannot open …/youtube-20191116.zip or …/youtube-20191116.zip.zip
volumio@volumio:~/volumio_youtube_install$ volumio plugin install

This command will install the plugin on your device

No package found

Hello,

Did you download the file and place it inside Volumio’s home directory?

Also, use the latest version of the plugin here:

https://forum.volumio.org/youtube-for-volumio-t6608-230.html#p70392

-Patrick

Hallo
I have inserted the zip file in

/Home /Volumio/youtube-20191224.zip

then the file

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
volumio@volumio:~$ volumio vrestart
volumio@volumio:~$ cd /home/volumio
volumio@volumio:~$ mkdir volumio_youtube_install
mkdir: cannot create directory ‘volumio_youtube_install’: File exists
volumio@volumio:~$ miniunzip /youtube-20191224.zip
MiniUnz 1.01b, demo of zLib + Unz package written by Gilles Vollant
more info at winimage.com/zLibDll/unzip.html

Cannot open /youtube-20191224.zip or /youtube-20191224.zip.zip
volumio@volumio:~$ volumio plugin install

This command will install the plugin on your device

No package found
volumio@volumio:~$ No package found
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Cannot open /youtube-20191224.zip or /youtube-20191224.zip.zip

I am not able to do that I still need wrapping program ? with Linux sheep I don’t,
I could ask for all the orders to just copy this

Everything configured, I can see my playlist, subs, likes etc… but YT does not play. If I click play, it is showing normal popup with loading but nothing happen. Below is error:

Feb 02 00:32:14 volumio volumio[975]: info: [1580603534177] Youtube::clearAddPlayTrack Feb 02 00:32:14 volumio volumio[975]: Error opening Youtube stream, video is probably not valid.

Fixed now, manually copied node_modules directory and restarted.

You did not enter the commands correctly. Since you have downloaded the file to /home/volumio , you should now do this:

cd /home/volumio/volumio_youtube_install
miniunzip ../youtube-20191224.zip
volumio plugin install

The old plugin probably didn’t get uninstalled completely, so files inside the node_modules directory didn’t get overwritten by the newer ones.