Page 22 of 28

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 26 Sep 2018, 21:28
by rlsten
I tried @popov's steps for getting Addons to work on a Pi 3B+ running the new 0.5b beta. I was able to see the addons menu and install the Rune UI enhancements just as @popov said. Thanks very much for your efforts to get the addons fixed.

Now I could see the UI enhancements fine, and play network files from a synology diskstation. However, I now had another problem: When I tried to update a folder in the library, all I got was a spinning circle, and I could no longer see anything in that folder. I could still play music from other folders, provided I didn't try to update a root or other higher level folder. But any attempt to update any folder resulted in the spinning circle and the loss of the ability to see anything in that folder again. The files were still visible in /mnt/MPD/NAS/mynetworkshare.

I don't know how or why these minor changes to one file could possibly affect the ability to update a network folder, so I have to think it is the UI Enhancements that are somehow causing this. I could update folders before I installed the enhancements on the same image, and after uninstalling the UI enhancements I could update folders with no problem. But when I reinstalled the UI enhancements yet again, I couldn't update any folders--I just got the spinning circle.

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 26 Sep 2018, 22:59
by rlsten
I think I've solved the spinning circle problem when updating folders: It seems that my mpd.db file did not have the correct permissions -- I set them to 777 and now the folders update with no problem.

So to make a long story short: Thanks again to @popov for making the addons, and especially the UI enhancements, viable again.

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 29 Sep 2018, 21:42
by popov
Hi

An other way, to get addon menu working.
Most simple and wich allow to get lastest update

edit /srv/http/addonsdl.sh
modify
Code: Select all
 fi

wget -qN --no-check-certificate $gitpath/srv/http/addonslist.php -P /srv/http
[[ $? != 0 ]] && exit 1

# new 'addonslist.php'


To
Code: Select all
 fi

wget -qN --no-check-certificate $gitpath/srv/http/addonslist.php -P /srv/http
[[ $? != 0 ]] && exit 1
sed -i -e "s/== '0.4b' ) ? '0.4b' : '0.3';/== '0.4b' ) ? 0.4 : \$redis->get( 'release' );/g" /srv/http/addonslist.php

# new 'addonslist.php'



This will modify /srv/http/addonslist after each update.
This work for 0.5 and "may" work for 0.3 and 0.4b... depending why rerm do this test. 0.3 or 0.4b ?

Regards

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 30 Sep 2018, 02:45
by cmh714
I think rern uses those for the "hide" function of the addons......if a version cant deal or doesnt need that addon, it gets hidden.

or so I believe :)

thanks again popov decent workaround!

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 30 Sep 2018, 08:45
by cocogex
Thank you popov, I confirm your workaround works perfectly on 0.5 :D !

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 13 Oct 2018, 07:01
by Toube
I installed the new RuneUI Enhancement and boy does it look good.
There is unfortunately bugs in it.. Well at least on my setup.

The YouTube addon button has stopped functioning, clicking on it and nothing happens.
Chrome console gives an error:
Code: Select all
enhance.1535170727.js:1558 Uncaught TypeError: Cannot read property 'top' of undefined
    at enhance.1535170727.js:1558


Also on mobile device (pixel), using Chrome browser the stop, play/pause, prew, next buttons are not visible. Not sure if they should appear using a swipe action or not.

Just to let you know.

-Toube

Update - Works with RuneAudio 0.5

PostPosted: 25 Oct 2018, 07:59
by rern
Update - Works with RuneAudio 0.5

Toube wrote:...
The YouTube addon button has stopped functioning, clicking on it and nothing happens.
...
Also on mobile device (pixel), using Chrome browser the stop, play/pause, prew, next buttons are not visible. Not sure if they should appear using a swipe action or not.
...

RuneUI Youtube has to be updated which is not yet available.
On small screens, top-bottom bars are hidden. Use overlay controls instead. Just tap top-center of the cover art for a guide.

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 28 Oct 2018, 16:30
by ianhaynes
Hi Rern,

I'm still getting an error when trying to install the Pause Button addon, "Uninstall file download failed". This on both 0.4b and 0.5b.

Ian

Re: Update - Works with RuneAudio 0.5

PostPosted: 29 Oct 2018, 08:46
by Toube
rern wrote:Update - Works with RuneAudio 0.5

Toube wrote:...
The YouTube addon button has stopped functioning, clicking on it and nothing happens.
...
Also on mobile device (pixel), using Chrome browser the stop, play/pause, prew, next buttons are not visible. Not sure if they should appear using a swipe action or not.
...

RuneUI Youtube has to be updated which is not yet available.
On small screens, top-bottom bars are hidden. Use overlay controls instead. Just tap top-center of the cover art for a guide.

Hi rern,

with the 0.5 version I can't find the Youtube addon from the list, is this normal?

-Toube

Re: [Addon] Addons Menu - Install addons the easy way

PostPosted: 29 Oct 2018, 09:26
by rern
ianhaynes wrote:I'm still getting an error when trying to install the Pause Button addon, "Uninstall file download failed". This on both 0.4b and 0.5b.

Fixed.

Toube wrote:with the 0.5 version I can't find the Youtube addon from the list, is this normal?

Still waiting for the update, for both 0.4 and 0.5, from tuna.