[Addon] RuneUI Enhancement

Raspberry Pi related support

Re: [Addon] RuneUI Enhancement

Postby konki » 17 Mar 2019, 13:49

Hi, I just installed the 0.5beta version. I have used 0.3beta since 2015 on a pi2 until a bug prevents updating the music database index. The addon RuneUI enhancement is installed. Everything works fine except the RuneUI interface on devices running Android 7 or 4 (all browsers & app from the store) and iOS12 (all browsers), there is no issue with Linux or Windows over my private network: Wlan or Lan (any browser). This is a strange behavior for devices running Android and iOS.

I have this error message:
Code: Select all
Warning: Invalid argument supplied for foreach() in /srv/http/app/templates/enhancebody.php on line 78
Warning: scandir(/srv/http/assets/img/coverarts): failed to open dir: No such file or directory in /srv/http/app/templates/enhancebody.php on line 105
Warning: scandir(): (errno 13): Permission denied in /srv/http/app/templates/enhancebody.php on line 105
Warning: array_slice() expects parameter 1 to be array, boolean given in /srv/http/app/templates/enhancebody.php on line 105


does anyone have a solution?
Thanks
konki
Last edited by konki on 17 Mar 2019, 23:03, edited 2 times in total.
konki
 
Posts: 8
Joined: 16 Mar 2019, 20:45

Re: [Addon] RuneUI Enhancement

Postby AndyF » 17 Mar 2019, 13:59

Hi rern,

thanks for your update!
Some issues:
- In Dirble, the last entries are double listed.
- In Dirble "Single tap to add>play" don't work.

"Dirble images" is a cool new feature - thanks!

regards, Andy
AndyF
 
Posts: 151
Joined: 02 Aug 2015, 07:36
Location: Germany - Bavaria

Re: [Addon] RuneUI Enhancement

Postby rern » 18 Mar 2019, 08:05

konki wrote:Hi, I just installed the 0.5beta version. I have used 0.3beta since 2015 on a pi2 until a bug prevents updating the music database index. The addon RuneUI enhancement is installed. Everything works fine except the RuneUI interface on devices running Android 7 or 4 (all browsers & app from the store) and iOS12 (all browsers), there is no issue with Linux or Windows over my private network: Wlan or Lan (any browser). This is a strange behavior for devices running Android and iOS.

I have this error message:
Code: Select all
Warning: Invalid argument supplied for foreach() in /srv/http/app/templates/enhancebody.php on line 78
Warning: scandir(/srv/http/assets/img/coverarts): failed to open dir: No such file or directory in /srv/http/app/templates/enhancebody.php on line 105
Warning: scandir(): (errno 13): Permission denied in /srv/http/app/templates/enhancebody.php on line 105
Warning: array_slice() expects parameter 1 to be array, boolean given in /srv/http/app/templates/enhancebody.php on line 105


does anyone have a solution?
Thanks
konki

The warnings are about bookmarks data and Browse By CoverArt thumbnails directory.
Try remove the data and create the directory:
Code: Select all
redis-cli del bkmarks
mkdir /srv/http/assets/img/coverarts


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] RuneUI Enhancement

Postby konki » 18 Mar 2019, 22:59

Thanks rern for your quick reply, i apply the command line below
Code: Select all
redis-cli del bkmarks
mkdir /srv/http/assets/img/coverarts
chown -R http:http /srv/http/assets/img/coverarts

This fix 3 warning messages, the fisrt one still remains:
Code: Select all
Warning: Invalid argument supplied for foreach() in /srv/http/app/templates/enhancebody.php on line 78


konki
konki
 
Posts: 8
Joined: 16 Mar 2019, 20:45

Re: [Addon] RuneUI Enhancement

Postby rern » 19 Mar 2019, 04:42

konki wrote:... i apply the command line below
Code: Select all
redis-cli del bkmarks
mkdir /srv/http/assets/img/coverarts
chown -R http:http /srv/http/assets/img/coverarts

This fix 3 warning messages, the fisrt one still remains:
Code: Select all
Warning: Invalid argument supplied for foreach() in /srv/http/app/templates/enhancebody.php on line 78


The foreach() at line 78 is not the current version which runs the foreach() only if bookmarks exist. Update RuneUIe then try again. Still, the missing coverarts directory warning will be fixed in next update.

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] RuneUI Enhancement

Postby konki » 19 Mar 2019, 22:17

Hi rern, thanks again, addon version 20190317 fix this last warning. :)

konki
konki
 
Posts: 8
Joined: 16 Mar 2019, 20:45

Re: [Addon] RuneUI Enhancement

Postby innacamb » 26 Mar 2019, 18:39

Very interesting this addon. Is possible to navigate in playlist with keyboard up&down on playlist, i want to select songs one by one navigating with up&down arrows. At this moment, key up only shows page up on the playlist, or page down with down arrow of the keyboard.
innacamb
 
Posts: 6
Joined: 22 Mar 2019, 23:19

Re: [Addon] RuneUI Enhancement

Postby R101 » 28 Mar 2019, 22:15

Hi rern,

I cannot delete a library bookmark. A long press shows the delete and edit icons, but they are inactive.
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: [Addon] RuneUI Enhancement

Postby rern » 29 Mar 2019, 07:26

R101 wrote:Hi rern,

I cannot delete a library bookmark. A long press shows the delete and edit icons, but they are inactive.

It should be fixed by next update.

rern
Last edited by rern on 02 Apr 2019, 03:12, edited 1 time 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] RuneUI Enhancement

Postby rern » 30 Mar 2019, 14:24

innacamb wrote:... Is possible to navigate in playlist with keyboard up&down on playlist, i want to select songs one by one navigating with up&down arrows. At this moment, key up only shows page up on the playlist, or page down with down arrow of the keyboard.

Coming along with next update:
Keyboard Controls and Navigations

rern
Last edited by rern on 02 Apr 2019, 03:13, edited 1 time 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

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 6 guests
cron