[Addon] RuneUI Enhancement

Raspberry Pi related support

Re: [Addon] RuneUI Enhancement

Postby R101 » 02 Dec 2017, 16:00

rern,

I have:

Installed clean RuneAudio_rpi2_rp3_0.4-beta_20170229_2GB.img to sd card.

Changed local time zone.

Turned off all features except USB auto rebuild.

Added music to local storage.

Rebuilt MPD library. - All working OK so far.

Installed addons - OK

Installed enhancements (local screen size 800px selected, although no screen connected.)

Closed addons page and went straight to constantly spinning symbols.


This was with a cable connection using DHCP, I did not set up the wireless connection.
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: [Addon] RuneUI Enhancement

Postby rern » 02 Dec 2017, 16:47

(from this post)
Komoush wrote:...
1) missing back arrow in "My Webradios" section - when I enter this section, there's now way (i know of) how to leave it and get back
2) on my mobile phone (that I use to control RuneAudio) does not apply the option "Top-Botton menu". It is always hidden. I found the way to disply it by swiping from top to down, but on most phones, it usually reloads the page. Can it be always displayed?
...

1. The folder icon on top left corner is the fastest way back to main page from any pages of the Library.
2. There are 60px width bars on both sides of the screen. (Top/bottom menu bars are 40px height) I've just fixed and tested it on Android Chrome and it works now. Or you can swipe up instead.
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 » 02 Dec 2017, 16:50

FauDrei wrote:...and if I may suggest further:

When you browse big list of artists/albums/folders then open some artist/album/folder and afterwards go back to the big list - you are always brought to the top of the big list and you have to scroll back to where you have been before. I would very much appreciate if going back would return you to the exact place where you have been before entering artist/album/folder item...


Done.
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 FauDrei » 03 Dec 2017, 01:01

rern wrote:
FauDrei wrote:...and if I may suggest further:

When you browse big list of artists/albums/folders then open some artist/album/folder and afterwards go back to the big list - you are always brought to the top of the big list and you have to scroll back to where you have been before. I would very much appreciate if going back would return you to the exact place where you have been before entering artist/album/folder item...


Done.

Tested. It works with two remarks...

  1. It works on android (Chrome), it does not work on windows PC (Chrome).
  2. Go from small list (few items) into big list (more items than it can fit on one screen), scroll down to middle/end of big list, go back to small list - there is no items showing in the small list. You have to scroll up in the small list to display small list items.
Thanks again for your effort r e r n.
FauDrei
 
Posts: 19
Joined: 04 Mar 2014, 16:59

Re: [Addon] RuneUI Enhancement

Postby rern » 03 Dec 2017, 05:43

FauDrei wrote:
  1. It works on android (Chrome), it does not work on windows PC (Chrome).
  2. Go from small list (few items) into big list (more items than it can fit on one screen), scroll down to middle/end of big list, go back to small list - there is no items showing in the small list. You have to scroll up in the small list to display small list items.

Try this for me:
Code: Select all
# add webkit prefixed
sed -i '/new MutationObserver/ i\
var MutationObserver = window.MutationObserver || window.WebKitMutationObserver;
' /srv/http/assets/js/custom.js

# clear opcache
systemctl reload php-fpm
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 » 03 Dec 2017, 08:27

@R101,

Please attached files when the RuneUI freezed / spinning icon happened.
- /srv/http/app/templates/footer.php
- /srv/http/app/templates/header.php
- /srv/http/app/templates/playback.php
- /srv/http/app/templates/playbackcustom.php
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 R101 » 03 Dec 2017, 13:00

rern,

Archived files attached.
Attachments
Files1.zip
(10.36 KiB) Downloaded 337 times
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: [Addon] RuneUI Enhancement

Postby FauDrei » 03 Dec 2017, 14:14

rern wrote:
FauDrei wrote:
  1. It works on android (Chrome), it does not work on windows PC (Chrome).
  2. Go from small list (few items) into big list (more items than it can fit on one screen), scroll down to middle/end of big list, go back to small list - there is no items showing in the small list. You have to scroll up in the small list to display small list items.

Try this for me:
Code: Select all
# add webkit prefixed
sed -i '/new MutationObserver/ i\
var MutationObserver = window.MutationObserver || window.WebKitMutationObserver;
' /srv/http/assets/js/custom.js

# clear opcache
systemctl reload php-fpm


Tried. Both points still stand.
FauDrei
 
Posts: 19
Joined: 04 Mar 2014, 16:59

Re: [Addon] RuneUI Enhancement

Postby rern » 04 Dec 2017, 16:35

Mysterious stuck spinning icon after update is over!

Those who suffer from it can get it fixed now with the latest update.

Thanks to @R101 and especially @s.k. who helped debugging 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] RuneUI Enhancement

Postby cmh714 » 05 Dec 2017, 02:15

The absolute smallest of errors on latest update rern......the browser tab now says "RuneUIe" :)

Or matbe thats the way it should be if you enhance it.....hmmm
cmh714
 
Posts: 470
Joined: 04 May 2014, 03:06

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 6 guests