[Addon] RuneUI Enhancement

Raspberry Pi related support

Re: [Addon] RuneUI Enhancement

Postby innacamb » 31 Mar 2019, 15:08

Thank You!!! ;) ;)
I will wait your update! Good job with the addons!
innacamb
 
Posts: 6
Joined: 22 Mar 2019, 23:19

Update 20190401

Postby rern » 02 Apr 2019, 03:11

Update 20190401

Coverarts, Thumbnails and Icons
Customizable:
    Album Coverarts - long-press coverart in album view for edit buttons
      - Backup existing before save new cover.jpg
      - Other coverart files and embedded coverarts unchanged
    Browse By Coverart Thumbnails - long-press thumbnail for edit buttons
    Bookmarks - long-press bookmark for edit buttons
    Webradios - list > tap icon > Change coverart
    Dirble - Library / Playlist > tap station icon > Save in Webradio

Bookmarks and Webradios
Switch from Redis database to file based:
    - Convert existings database on install / update
    - Convert back to default database on uninstall
    - Store names, thumbnails, coverarts in the files
    - Simplify Webradios add / remove, no conversion + MPD update commands needed
    - No more bookmark thumbnails saved to music directories
    - Bookmarks and Webradios, like Browse By CoverArt thumbnails, saved to USB or NAS to survive across SD card reflash
    - Show station coverart if available
    - Show image icons in Webradio list if available.
    - Playlist - White icon indicates unsaved station. Once saved, white turns to normal gray.
    - Any stations, with images or default VU meter, can be changed.
    - Webradio coverart behave the same as album coverarts, large or toggle large.

Bookmark files:
    location - /srv/http/assets/img/bookmarks
    filename - path with all slashes / replaced with pipes |
    content -
      bookmark name or base64 image
Webradios files
    location - /srv/http/assets/img/webradios
    filename - URL with all slashes / replaced with pipes |
    content -
      station name
      thumbnail icon URL or base64 image (if available)
      coverart URL or base64 image (if available)


Keyboard Controls and Navigations

All pages
    [space] play / pause
    [play] play / pause
    [pause] pause
    [stop] stop
    [previous] previous track
    [next] next track
    [tap] switch pages
Playback
    [arrow-left] previous
    [arrow-right] next
    [arrow-up] volume +
    [arrow-down] volume -
Library / Playlist
    [arrow-left] back button
    [arrow-down] select next item
    [arrow-up] select previous item
    [enter] tap active item / add + play

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 R101 » 02 Apr 2019, 21:01

Hi rern,

The update works well for me, except the m3u8 webradio feeds do not display the station name on the playback page.

There is nothing said about the alphabetical selection bar. Is that feature gone forever?
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: [Addon] RuneUI Enhancement

Postby rern » 03 Apr 2019, 02:11

R101 wrote:The update works well for me, except the m3u8 webradio feeds do not display the station name on the playback page.

There is nothing said about the alphabetical selection bar. Is that feature gone forever?

I don't have any m3u8 to try. Give me the m3u8 URL.
Alphabetical selection bar's gone? Where is it missing?

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 R101 » 03 Apr 2019, 10:57

Hi rern,

The alphabet bar is missing from all pages, on all my devices, but note that I am using 0.4b.

The only m3u8 feeds I use are from the BBC and they are blocked for non-UK IP's.

Code: Select all
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_6music.m3u8


There is no meta-data in these feeds, as that is apparently beyond the technical ability of the BBC, but the "Title 1 =" entry in the webradio file was displayed instead.
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: [Addon] RuneUI Enhancement

Postby makfredo » 03 Apr 2019, 12:27

Hi there,

I too have the missing alphabet bar bug.
Also, some album subfolders don't show with RuneUI Enhancement is installed, even after a complete rescan. The missing folders reappear as soon as I remove RuneUI Enhancement.
Here's the debug info: https://pastebin.com/AZ9hDaDz

Thank you for the great work anyway!
makfredo
 
Posts: 19
Joined: 08 Aug 2015, 16:38

Re: [Addon] RuneUI Enhancement

Postby rern » 03 Apr 2019, 14:34

@R101,
The missing webradio name was fixed. To be released with next update.

@R101, @makfredo,
The missing index bar - I've just flashed 0.4b on a new card and installed RuneUIe from scratch. The index bar is still there on desktop, Android and iOS. Please try it.

@makfredo,
The missing subfolders:
- Which Library home item/mode did you select? Album, USB or NAS?
- What are inside those subfolders?

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 makfredo » 03 Apr 2019, 16:48

Rern,

Thanks for your quick response.

I've just reinstalled the enhancements and the alphabet bar is still missing (Rune 0.5b here). And /dev is garbled.

About the missing subfolders, nothing fancy:
- the library home item is USB (my library is on a hard drive)
- the subfolders are the albums inside an artist folder
makfredo
 
Posts: 19
Joined: 08 Aug 2015, 16:38

Re: [Addon] RuneUI Enhancement

Postby innacamb » 03 Apr 2019, 17:15

Hi rern,

Your update is fantastic!! runs well with keyboard functions. The enter key doesn't play the selected item with up&down keys, only returns to the playing item... is the correct function?
innacamb
 
Posts: 6
Joined: 22 Mar 2019, 23:19

Re: [Addon] RuneUI Enhancement

Postby rern » 04 Apr 2019, 06:21

innacamb wrote:...The enter key doesn't play the selected item with up&down keys, only returns to the playing item... is the correct function?

It's a bug in Playlist which was fixed and to be released with next update.
Pressing enter key in Library does select / add+play the item, right?

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

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: Google [Bot] and 1 guest