[Addon] RuneUI Enhancement

Raspberry Pi related support

Re: [Addon] RuneUI Enhancement

Postby rern » 02 Jan 2019, 05:47

Hi MikeC,

Thanks for your testing result.

In current responsive layout, top-bottom bars will be hidden on small screens even they were set to show.

Top-bottom bars in next RuneUIe update:
    - Option to disable autohide top-bottom bars on small screens
    - Swipe pages disabled if top-bottom bars visible
    - Bottom swipe bar - safely swipe between pages without ghost taps

Setting for most use cases:
    Hide bars - swipe enabled with bottom swipe bar
    Show bars
      - swipe disabled (except on small screen)
      - on small screen - autohide bars and swipe enabled with bottom swipe bar
    Show bars + on small screen - swipe disable and show bars on all screen sizes

The bottom swipe bar should solve most of swipe issues. Show bars on small screen option should yield more flexibility.

By the way, try overlay playback controls instead of buttons. Tap top-center of Cover art to show overlay guides.

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 AndyF » 02 Jan 2019, 16:53

Hi rern,

it sounds very good - can´t wait to test ;-)

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

Re: [Addon] RuneUI Enhancement

Postby cmh714 » 02 Jan 2019, 19:17

@rern, I lose the Setting page post install of the Enhancement....no real biggie but inconvenient :)
cmh714
 
Posts: 470
Joined: 04 May 2014, 03:06

Re: [Addon] RuneUI Enhancement

Postby rern » 03 Jan 2019, 11:34

cmh714 wrote:I lose the Setting page post install of the Enhancement....no real biggie but inconvenient :)

The 0.5 update 7 modified /srv/http/app/templates/settings.php which RuneUIe did it as well.
Fix - let the update 7 run alone:
Code: Select all
sed -i 's/^<?php \/\*enha\|enha\*\/ ?>$//' /srv/http/app/templates/settings.php


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 s.k. » 03 Jan 2019, 12:02

Thanks rern,
Helpful as always...

Sent from my ONEPLUS A5000 using Tapatalk
RPi2B Rev 1.1, Allo DigiOne, ATXRaspi, 16x2 OLED display - running rAudio
s.k.
 
Posts: 113
Joined: 04 Jan 2017, 08:38

Re: [Addon] RuneUI Enhancement

Postby cmh714 » 03 Jan 2019, 18:24

rern wrote:The 0.5 update 7 modified /srv/http/app/templates/settings.php which RuneUIe did it as well.
Fix - let the update 7 run alone:
Code: Select all
sed -i 's/^<?php \/\*enha\|enha\*\/ ?>$//' /srv/http/app/templates/settings.php


rern


Thanks @rern! Fixed on that.....Ok so my Queue has 4 Radio stations in it, but after the UI upgrade it only show the one that is playing. Deleting that on station, automatically starts the second station that "was" in the queue but is not showing.....hmmm. Cant seem to get this yet....

So I can empty the queue and re-add my Radios playlist (4 stations) and same thing, only the first shows in the queue, deleting it does in fact start the second station but the queue list remains empty...until a refresh, in which case you see the one playing station.

Seems like a caching issue but cant seem to solve yet...
cmh714
 
Posts: 470
Joined: 04 May 2014, 03:06

Update 20190108

Postby rern » 08 Jan 2019, 12:45

Update 20190108
    - Bookmark cover arts - instead of icon if available
    - Time playback controls - available only when Cover art hidden
    - Bottom swipe bar - swipe between pages without ghost taps
    - Swipe pages - available only when top-bottom bars hidden
    - Swipe current playlist items - show remove icons
    - Option - autohide top-bottom bars on small screen
    - Option - show/hide context menu icon (deprecated and hidden)
    - Option - clear Playlist confirmation (in Library and Playlist)
    - Option for Tap Add + Play song/webradio
    - Webradios in Playlist - restore saved names on stop / track changed
    - Fix - Time tap bug
    - Fix - maintain page scroll position bug
    - Fix - Webradio names with double quotes bug
    - Fix - rename saved playlists bug


Recap: Moving around RuneUI Enhancement
Swipe
    - Pages: switch between pages (only when top-bottom bars hidden)
    - Along screen bottom: safely switch between pages without ghost taps
    - Playlist items: show/hide remove buttons

Playback
    - Tap Cover art top-center: show/hide overlay control guides (playback, volume and swipe)
    - Tap Cover art top-left: enable/disable large cover art temporarily
    - Time overlay controls: when Cover art hidden

Library
    Home:
    - Drag Library home items: arrange order (except bookmarks)
    - Bookmark cover art: for parent directory, put a cover art file in there
    - Long-press bookmarks: rename / delete
    Browsing:
    - Tap Back icon: back 1 level
    - Tap breadcrumb: directory shortcuts
    - Tap left icons: context menu
    - Tap items: 1 level down
    - Directories with *.cue: seamlessly show list from *.cue file like normal directories
    Last level:
    - Cover art:
      - Show if available (file/embedded)
      - Tap album: last.fm album page
      - Tap artist/composer: Bio
      - Tap anywhere else: context menu
    - Tap songs: context menu or add+play if enabled
    - Songs from *.cue: can be added individually like normal songs
Playlist
    Home:
    - Tap items: play/pause
    - Tap left icons: context menu
    - Swipe items: show/hide remove icons (if context menu icons hidden)
    - Drag items: arrange order
    - Tap crop-single icon: clear playlist except current playing song
    Saved playlists:
    - Tap Back icon: back 1 level
    - Tap left icons: context menu
    - Tap items: songs in playlists
    - Tap songs: context menu or add+play if enabled
    - Songs from *.cue: cannot be stored individually in saved playlists
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 AndyF » 08 Jan 2019, 18:27

Hi rern,

I'm impressed! Great work!
Everything works so far. New "tap on song = add and play" is really cool!

2 small things:

- default-setting should be "bar visible on small screens". First time users on smartphones could be confused.
- I like "back buttons" on left side ;)

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

Re: [Addon] RuneUI Enhancement

Postby AndyF » 08 Jan 2019, 18:37

Sorry - I've found an issue. Dirble and Jamendo don't work in library. Endless loading ...

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

Re: [Addon] RuneUI Enhancement

Postby Toube » 08 Jan 2019, 18:53

Hi Rern,

great work as always. Now the buttons are showing using my Android Pixel XL also :)
One thing I noticed. I could not open the left page (tab-library) where all the Sources are found using desktop Chrome or FireFox. I could open it using my Android though.
Clicking the tab-library icon and nothing happens.


Regards,
Toube
Toube
 
Posts: 131
Joined: 10 Oct 2018, 08:10

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 9 guests