[Addon] Addons Menu - Install addons the easy way

Raspberry Pi related support

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

Postby rern » 10 Nov 2017, 14:17

tuna wrote:Hi Rern,

I have ported the Youtube script into a rune addon!
...
Let me know what I need to do next :D


Hi tuna,

Welcome aboard.
You are the very first one to join me on this.

Colaborating on GitHub is new for me. So let's have some fun.
- I have created a GitHub repository for your addon.
- I added you as a colaborator.
- It should sent an invitation to you.
---- Then you can branch it and add your scripts and files.
---- Pull request when done.
- I'll merge your Pull request
- I have added your addon data to addonslist.php on a branch.
---- Then you can test install - uninstall scripts online
---- Menu > Long-press Addons > fill in branch name: tuna
---- Once the test went well I'll merge the branch to master
- Your addon will be enlisted and officially online.

By the way:
- Remove checkspace 12000 line in install.sh (now it's in addonslist.php)
- Image files can be stored and displayed right within GitHub.

rern
Last edited by rern on 12 Nov 2017, 05:41, edited 2 times in total.
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 rern » 10 Nov 2017, 14:27

janui wrote:...
I think it would save a lot of time for users if you disable the whole Addons Menu and it’s components for this version. Several versions of this build have been published, these can be identified with ‘uname -r’ which returns ‘4.9.17-1-ARCH’ or ‘4.9.58-1-ARCH’ and ‘redis-cli get hwplatformid’ which returns “01”.
janui


Thank you for the test and reporting. I have update the script to prevent installation on the RPis as of your suggestion.
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 thanhvo31 » 12 Nov 2017, 03:18

Hi
My sdcard as below
Code: Select all
[root@runeaudio ~]# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root       1.9G  1.6G  186M  90% /
devtmpfs        458M     0  458M   0% /dev
tmpfs           462M     0  462M   0% /dev/shm
tmpfs           462M   12M  450M   3% /run
tmpfs           462M     0  462M   0% /sys/fs/cgroup
tmpfs           462M  4.0K  462M   1% /tmp
logs            5.0M   40K  5.0M   1% /var/log
rune-logs       5.0M  516K  4.5M  11% /var/log/runeaudio
/dev/mmcblk0p1  100M   18M   83M  18% /boot


But expand addon refuse to install (grey).

What 's wrong with my card?

I had try reinstall several time?

Edit: Force install from SSH: OK? But what's wrong with menu?
SBC alot of Pis and DAC HAT
OS: Volumio , RuneAudio, Openelec, Moode, Ubuntu
DAC: HRT ustreamer, Audioquest Dragonfly 1.2, TEAC UD-501
CD: Marrantz CD6005
Amp: NAD D3020, Cambridge CXA80
Spk: Q Acoustic Concept 20, KEF R300

thanhvo31
 
Posts: 56
Joined: 13 Nov 2014, 15:31
Location: Haiphong

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

Postby rern » 12 Nov 2017, 04:59

Hi thanhvo31,

Thanks for reporting.
Something was wrong with the code.
It tried to set expandable status in database without running the expand script but missed and has been fixed.
Please try again. Addons Menu will update itself.

rern
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 thanhvo31 » 12 Nov 2017, 10:50

Hi rern

Thanks for quick fix

I got another small issue with image below
http://www.mediafire.com/file/zpl7n3816 ... 8-1.img.gz
Code: Select all
wget: unrecognized option '--show-progress'
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
 .  Install new files ...
bsdtar: Error opening archive: Failed to open 'master.zip'
chown: cannot access '/tmp/install/srv': No such file or directory
cp: cannot stat '/tmp/install/*': No such file or directory
 .  Modify files ...
/srv/http/app/templates/header.php
/srv/http/app/templates/footer.php
./install.sh: line 60: /etc/sudoers.d/http: No such file or directory
stat: cannot stat '/usr/bin/sudo': No such file or directory
chmod: cannot access '/usr/bin/sudo': No such file or directory

Duration 00:01

SBC alot of Pis and DAC HAT
OS: Volumio , RuneAudio, Openelec, Moode, Ubuntu
DAC: HRT ustreamer, Audioquest Dragonfly 1.2, TEAC UD-501
CD: Marrantz CD6005
Amp: NAD D3020, Cambridge CXA80
Spk: Q Acoustic Concept 20, KEF R300

thanhvo31
 
Posts: 56
Joined: 13 Nov 2014, 15:31
Location: Haiphong

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

Postby rern » 13 Nov 2017, 05:52

thanhvo31 wrote:...
I got another small issue with image below
http://www.mediafire.com/file/zpl7n3816 ... 8-1.img.gz

I have no clues about it.
Please describe so I can reproduce it on my system and look into it.
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 rern » 13 Nov 2017, 06:31

@tuna,

Your Rune Youtube is almost ready.
I have add some lines to make it works with RuneUI Enhancement. So please test it by:

Menu > Long-press Addons > fill xortuna in the prompt

Once it's OK. I'll get it online.

rern
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 thanhvo31 » 13 Nov 2017, 12:51

rern wrote:
thanhvo31 wrote:...
I got another small issue with image below
http://www.mediafire.com/file/zpl7n3816 ... 8-1.img.gz

I have no clues about it.
Please describe so I can reproduce it on my system and look into it.


Install above image in pi zero and I got error "wget: unrecognized option '--show-progress'" while install addons.
SBC alot of Pis and DAC HAT
OS: Volumio , RuneAudio, Openelec, Moode, Ubuntu
DAC: HRT ustreamer, Audioquest Dragonfly 1.2, TEAC UD-501
CD: Marrantz CD6005
Amp: NAD D3020, Cambridge CXA80
Spk: Q Acoustic Concept 20, KEF R300

thanhvo31
 
Posts: 56
Joined: 13 Nov 2014, 15:31
Location: Haiphong

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

Postby janui » 13 Nov 2017, 19:29

Hello thanhvo31,
Rern's Addons do not work with this zero build. Unfortunately, if you install the Addons menu nothing will work. See here: addons-menu-install-addons-the-easy-way-t5370-30.html#p23492 and here: addons-menu-install-addons-the-easy-way-t5370-40.html#p23505.
janui
User avatar
janui
 
Posts: 704
Joined: 20 Dec 2014, 12:55
Location: Ollanda

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

Postby tuna » 13 Nov 2017, 22:08

Hi Rern,

Seems install/uninstall fine with no files left behind, I can only test on 0.4b however.

One thing to note the install order is dependant on 'ui enhancements' being installed first, not sure if you thought about this?

Cheers for all your help!
tuna
 
Posts: 18
Joined: 30 Oct 2016, 17:39

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: Bing [Bot] and 35 guests
cron