[Addon] Addons Menu - Install addons the easy way

Raspberry Pi related support

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

Postby rlsten » 26 Sep 2018, 21:28

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.
rlsten
 
Posts: 118
Joined: 25 May 2015, 18:06

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

Postby rlsten » 26 Sep 2018, 22:59

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.
rlsten
 
Posts: 118
Joined: 25 May 2015, 18:06

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

Postby popov » 29 Sep 2018, 21:42

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
popov
 
Posts: 55
Joined: 11 Oct 2014, 16:13

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

Postby cmh714 » 30 Sep 2018, 02:45

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!
cmh714
 
Posts: 470
Joined: 04 May 2014, 03:06

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

Postby cocogex » 30 Sep 2018, 08:45

Thank you popov, I confirm your workaround works perfectly on 0.5 :D !
cocogex
 
Posts: 8
Joined: 03 Nov 2017, 23:08

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

Postby Toube » 13 Oct 2018, 07:01

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
Toube
 
Posts: 131
Joined: 10 Oct 2018, 08:10

Update - Works with RuneAudio 0.5

Postby rern » 25 Oct 2018, 07:59

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.
rAudio @ https://github.com/rern/rAudio-1
Raspberry Pi 4B
Raspberry Pi 3B > SMSL M8 DAC
Raspberry Pi Zero W
User avatar
rern
 
Posts: 723
Joined: 14 Jul 2016, 08:15

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

Postby ianhaynes » 28 Oct 2018, 16:30

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
Pi 2, Ver. 0.5b, IQAudio DAC+
ianhaynes
 
Posts: 207
Joined: 04 Mar 2015, 12:51

Re: Update - Works with RuneAudio 0.5

Postby Toube » 29 Oct 2018, 08:46

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
Toube
 
Posts: 131
Joined: 10 Oct 2018, 08:10

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

Postby rern » 29 Oct 2018, 09:26

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.
rAudio @ https://github.com/rern/rAudio-1
Raspberry Pi 4B
Raspberry Pi 3B > SMSL M8 DAC
Raspberry Pi Zero W
User avatar
rern
 
Posts: 723
Joined: 14 Jul 2016, 08:15

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 7 guests