[Addon] RuneUI Enhancement

Raspberry Pi related support

Re: [Addon] RuneUI Enhancement

Postby rern » 22 Feb 2017, 13:24

Hi Yatsushiro,

Please try these for me:
1. Reboot after installed for Midori to start with modified config properly.
    - Earlier install.sh: killall midori; startx > /dev/null 2>&1 &
    - Current install.sh: midori -p -e Fullscreen http://localhost > /dev/null &
These 2 methods might be not enough to totally restart with the modified config.

If it's still no go...

2. Reset Midori config by replace content of /root/.config/midori/config with the following lines then reboot.
Code: Select all
[settings]
default-encoding=ISO-8859-1
enforce-96-dpi=true
enable-developer-extras=true
enable-site-specific-quirks=true
enable-javascript=true
default-charset=ISO-8859-1
last-window-width=800
last-window-height=480
last-panel-position=523
last-panel-page=5
location-entry-search=https://duckduckgo.com/?q=%s
toolbar-items=Back,Forward,ReloadStop,Location,Search,
find-while-typing=true
zoom-level=0.7
middle-click-opens-selection=false
homepage=http://localhost
tabhome=about:dial
download-folder=/home/army
http-proxy=127.0.0.1:8118
maximum-cache-size=50
maximum-history-age=0
load-on-startup=MIDORI_STARTUP_HOMEPAGE
proxy-type=MIDORI_PROXY_NONE
user-agent=Mozilla/5.0 (X11; Linux) AppleWebKit/538.15 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/538.15 Midori/0.5
user-stylesheet-uri=file:///root/.local/share/midori/styles/local-styles.css

[extensions]
libaddons.so=true

(There were actually 2 lines to be changed.)
This should start Midori with default config.

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 aygunal » 07 Mar 2017, 23:06

In my case, enhanced runeUI works properly only with network mount interface. Spotify or airplay interface shows no information about played song. Nevertheless thanks for this work. I need such an optimized interface to able to operate runeaudio via 7" touchscreen and will wait for further bugfixes.
aygunal
 
Posts: 7
Joined: 07 Mar 2017, 22:49

Re: [Addon] RuneUI Enhancement

Postby hondagx35 » 07 Mar 2017, 23:16

Hi all, hi aygunal,

I need such an optimized interface to able to operate runeaudio via 7" touchscreen

Could you please tell us (me) what your problems are.
I ask this because I have no problems with my 7" tft.

But I am open to good ideas on how to enhance the actual UI for better use on small displays.

Frank
User avatar
hondagx35
 
Posts: 3042
Joined: 11 Sep 2014, 22:06
Location: Germany

Re: [Addon] RuneUI Enhancement

Postby aygunal » 08 Mar 2017, 11:04

Failed messages during startup
IMG_5404.JPG
Runeaudio Startup
IMG_5404.JPG (208.77 KiB) Viewed 1795 times


Music playback from NAS (seems normal)
IMG_5405.JPG
Music playback from NAS
IMG_5405.JPG (186.08 KiB) Viewed 1795 times


Music playback from Spotify (no information being shown only album cover, playback counter remains at 00:00 however I hear the music playing)
IMG_5406.JPG
Music playback from Spotify
IMG_5406.JPG (178.57 KiB) Viewed 1795 times
aygunal
 
Posts: 7
Joined: 07 Mar 2017, 22:49

Re: [Addon] RuneUI Enhancement

Postby aygunal » 08 Mar 2017, 11:10

Starting airplay on iphone
(Please also note that before starting airplay I have to apply following fix "plughw" to /usr/lib/systemd/system/shairport.service otherwise I hear just some kind of distortion from speakers)
Code: Select all
ExecStart=/usr/bin/shairport -w --name=runeaudio --on-start=$ON --on-stop=$OFF --meta-dir=/var/run/shairport -o alsa -- -d plughw:1,0

IMG_5407.PNG
Starting airplay on iphone
IMG_5407.PNG (182.62 KiB) Viewed 1794 times


7" screen interface of runeaudio during airplay (shows previous information available on screen, which is not related with song being played by iphone and what I actually hear from speakers)
IMG_5408.JPG
7" screen during airplay
IMG_5408.JPG (129.53 KiB) Viewed 1794 times


Web interface of runeaudio from iphone while playing via airplay (just spinning dots on screen)
IMG_5409.PNG
web interface of runeaudio from iphone while playing via airplay
IMG_5409.PNG (52.91 KiB) Viewed 1794 times
aygunal
 
Posts: 7
Joined: 07 Mar 2017, 22:49

Re: [Addon] RuneUI Enhancement

Postby aygunal » 08 Mar 2017, 12:49

I'm sorry to send separate posts due to 3 images limit but finally I would like to express that
in my opinion Enhanced RuneUI looks best with zoom-level=1.25 @ /root/.config/midori/config

Album cover can even be larger in future updates, maybe fill right 50% of the screen completely, track information can be shifted to left side and share the left 50% of the screen with time knob.

IMG_5411.JPG
Zoom level 1.25
IMG_5411.JPG (220.59 KiB) Viewed 1777 times


IMG_5410.JPG
zoom level 1.25
IMG_5410.JPG (138.99 KiB) Viewed 1777 times
aygunal
 
Posts: 7
Joined: 07 Mar 2017, 22:49

Re: [Addon] RuneUI Enhancement

Postby rern » 08 Mar 2017, 15:08

aygunal wrote:... Spotify or airplay interface shows no information about played song. ...

Airplay issue was fixed.
Anyway on my RPi, the UI will keep spinning on refresh/update until the track was changed. It happened on both default UI and the enhancement.

Please reinstall and report back.
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 Stephane » 08 Mar 2017, 18:05

Hi,

Does you modifications work on the latest 0.4 beta version?
Stephane
 
Posts: 64
Joined: 06 Feb 2017, 10:35

Re: [Addon] RuneUI Enhancement

Postby aygunal » 12 Mar 2017, 14:15

Airplay and Spotify interfaces have been fixed after reinstalling Enhanced RuneUI. Now everyting works fine. Thank you so much for your efforts and quick response.

I'm not sure if it is related with Enhanced RuneUI, but I noticed "spinning dots" while changing from airplay -> to spotify interface. Solved it by using following path: airplay -> local network -> spotify. So not a big issue.

Another point is during re-installation I was not asked for screen size and after installation zoom-level of midori was set to "nothing" that line was just "zoom-level= " and text in local browser was very small. I changed it as "zoom-level=1.25" manually.

Finally a question but not directly related to enhanced RuneUI: I've set the 7" raspberry pi screen to sleep after 10 minutes of inactivity. Is there any way to wake it up remotely from iphone or computer browser?


rern wrote:
aygunal wrote:... Spotify or airplay interface shows no information about played song. ...

Airplay issue was fixed.
Anyway on my RPi, the UI will keep spinning on refresh/update until the track was changed. It happened on both default UI and the enhancement.

Please reinstall and report back.
aygunal
 
Posts: 7
Joined: 07 Mar 2017, 22:49

Major Upgrade

Postby rern » 02 Nov 2017, 15:14

RuneUI Enhancement Major Upgrade

Library and Queue Enhancement:
- Breadcrumb links
- Index bar
- Better Sorting

Image Image Image
Image Image Image

Those installed via SSH terminal should uninstall it first.
Code: Select all
uninstall_enha.sh

Then reinstall this latest version from Addons Menu.
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 12 guests