[Addon] RuneUI Enhancement

Raspberry Pi related support

Re: [Addon] RuneUI Enhancement

Postby cmh714 » 22 Feb 2019, 01:36

Thanks @rern
cmh714
 
Posts: 470
Joined: 04 May 2014, 03:06

Re: [Addon] RuneUI Enhancement

Postby R101 » 24 Feb 2019, 21:24

Hi rern,

The only bug I have found with the latest update affects the Library bookmark for my USB stick. The text label is scrolling constantly and is not affected by the library options setting. The tick box for the text label option still works for other icons, but not for the bookmark.

Is there any reason why the ffmpeg decoder setting cannot be restored to the previous state after an update?
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: [Addon] RuneUI Enhancement

Postby rern » 25 Feb 2019, 14:01

R101 wrote:...
The only bug I have found with the latest update affects the Library bookmark for my USB stick. The text label is scrolling constantly and is not affected by the library options setting. The tick box for the text label option still works for other icons, but not for the bookmark.

Is there any reason why the ffmpeg decoder setting cannot be restored to the previous state after an update?

Both were fixed. To be released with 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 R101 » 25 Feb 2019, 15:19

Thanks rern
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: [Addon] RuneUI Enhancement

Postby rern » 25 Feb 2019, 15:30

Coming soon!

01_1.jpg
01_1.jpg (61.71 KiB) Viewed 1275 times


rern
Last edited by rern on 28 Feb 2019, 12:45, 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 alecs123 » 25 Feb 2019, 20:03

hello... one question: is there a plan to add again the auto USB-DAC switch in the addons for version 0.5b?
I use an external DAC and it was super convenient that it would automatically be selected when turned on...
Thanks
alecs123
 
Posts: 23
Joined: 18 Apr 2018, 04:20

Re: [Addon] RuneUI Enhancement

Postby rern » 26 Feb 2019, 11:35

alecs123 wrote:... is there a plan to add again the auto USB-DAC switch in the addons for version 0.5b?
I use an external DAC and it was super convenient that it would automatically be selected when turned on...

Last time I tried, most of the times it didn't work on 0.5 and I coudn't figure it out.

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 rern » 28 Feb 2019, 12:40

Update 20190228

- Add Browse By CoverArt
- Fix scrolling bookmark titles


Browse By CoverArt

01.jpg
01.jpg (118.59 KiB) Viewed 1275 times


Start browsing:
- Library > long-press CoverArt to create thumnails for browsing.

More detail:
Update / Create thumbnails for browsing by coverart from local coverart files or ID3 embedded data. It will take a while depend on numbers of album for the 1st time. Subsequent updates will be on new/changed album/artist names only.

Directory coverarts to save thumbnails will be created in:
    USB - if found and has rw permission
    NAS - if no USB and has rw permission
    LocalStorage (SD) - if the above 2 not available
Get album name list:
    - Albums with duplicate names but different artists not include in the list
    - Get album list by name and albumartist tags (includes *.cue file)
    - Fallback to artist if not set
    - Compilation albums without albumartist create duplicate thumbnails
Get album list from *.cue files:
    - MPD database has no albums from *.cue files - not listed in browse by album
    - This will parse and show them in browse by coverart
Create coverart file:
    - Get file tag from album and albumartist tags
    - Check if thumbnail already exists
    - If none, Find coverart file in directory and create thumbnail
    - If none, find ID3 embedded covertart and create thumbnail (skip if *.cue or *.wav)
    - If none, create dummy thumbnail with album name and artist
    - Save thumbnails

To change:
    - Remove by long-press on each coverart.
    - Edit ID3 tags then update.
    - Replace coverarts normally then update.
    - Removed thumbnails will be recreated on next scan if ID3 tags and coverarts were still the same.
Albums with *.cue files
    - To avoid duplicates, remove *.cue files if individual audio files already exist in that directory.
Albums with *.wav files
    - Default MPD cannot read albumartist tag from *wav file which will fallback to artist instead.
    - So, only 1 thumbnail will be created for each directory to avoid duplicates.
    - While other file types can be in the same directory or have a duplicate name:
    - To create separate thumbnails, separate albums must be placed in separate directories.
    - To avoid overwrite, albums with *.wav files must have unique album names.
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 » 28 Feb 2019, 14:25

Hi rern,

The ffmpeg setting is restored but the bookmark text is still scrolling.
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: [Addon] RuneUI Enhancement

Postby rern » 28 Feb 2019, 15:22

R101 wrote:The ffmpeg setting is restored but the bookmark text is still scrolling.

It's not on all my desktop, iOS and Android.
To fix the scrolling on yours, try:
file: /srv/http/assets/js/enhance.js
line: #104
Code: Select all
setTimeout( bookmarkScroll, 1000 );

1. Delete the line > refresh browser
2. If the scrolling stop, restore the line then try increasing the 1000 for 200 at a time > refresh

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 8 guests