[Addon] RuneUI Enhancement

Raspberry Pi related support

Re: [Addon] RuneUI Enhancement

Postby makfredo » 24 Apr 2019, 11:00

rern wrote:Update 20190422
    - Browse By CoverArt - 1 thumbnail : 1 directory to avoid duplicate thumbnails
    - Fix - Missing index bar
    - Fix - Search result context menu bug
    - Add - Long-press Playback coverart to edit

makfredo wrote:Sorry, but it didn't last long... Alphabet index bar is gone and the subfolders are missing again.

Does this update fix it?

rern


Hi rern,

Everything's ok now. Thank you for your commitment!
makfredo
 
Posts: 19
Joined: 08 Aug 2015, 16:38

Re: [Addon] RuneUI Enhancement

Postby AndyF » 24 Apr 2019, 20:30

Hi rern,

thanks for your really fast fixes! I'll try them from update branch.

I meant CoverArt from "CoverArt-browsing".

Output from ls is
Code: Select all
-rw-r--r-- 1 mpd audio 16756 Apr 20 18:11 /srv/http/assets/img/coverarts/110 Karat^^Die Amigos.jpg


My NAS is mounted "rw" (by the way - there's an issue in modifying advanced mounting options on NFS-shares: on-off-slider has no effect on existing mounting points. So I have mounted my NAS with original UI).

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

Re: [Addon] RuneUI Enhancement

Postby AndyF » 24 Apr 2019, 20:41

... and I'll give your idea with special folders a try.
Is it possible to force them to be on SD-Card (yes, I loose them on reflash - but I have backups)?

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

Re: [Addon] RuneUI Enhancement

Postby rern » 25 Apr 2019, 01:47

AndyF wrote:I meant CoverArt from "CoverArt-browsing".

Output from ls is
Code: Select all
-rw-r--r-- 1 mpd audio 16756 Apr 20 18:11 /srv/http/assets/img/coverarts/110 Karat^^Die Amigos.jpg

...

It should be http http instead of mpd audio. Try:
Code: Select all
chown -h http:http /srv/http/assets/img/coverarts/*


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 » 25 Apr 2019, 07:54

Hi rern,

thanks for your reply - but command shows no effect. Ownership is still mpd:audio after chown.
"real" place in filesystem is at the moment /mnt/MPD/USB/Temp/coverarts and it's on an FAT32 filesystem.

EDIT:
I changed my USB-Stick to XFS-filesystem and changed ownership as described. Now ls -l shows correct http:http - but deleting CoverArt don't delete a file in this folder.


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

Re: [Addon] RuneUI Enhancement

Postby klassikmann » 26 Apr 2019, 09:43

Let me describe a problem which I communicated to rern via a personal message already.

Most of my audio files are classical music in 24/96 FLAC format. All of the audio files are tagged according to my overall ID3 tagging scheme. A symphony is modeled in the "album title" tag as "<composer>: <work>" and optionally followed by a popular name of the work enclosed in double-quotes, if such a popular name is available for that musical work.

An example:
Code: Select all
Dmitri Shostakovich: Sinfonie No 12 d-Moll op. 112 "Das Jahr 1917"

For every movement of the work (separate FLACs) the "track title" tag is modeled according to the movement heading and looks like
Code: Select all
IV. L'istesso tempo. Morgenröte der Menschheit
The corresponding file name is "04. IV. L'istesso tempo. Morgenröte der Menschheit.flac".

The double-quotes in "album title" are generating trouble. Switching from one movement to the next, the track title (= movement heading) does not change. I.e. the whole symphony will be played, but with the track title of the first movement. Neither the coverart nor the sampling info are available.

Additionally, if you use coverart thumbnails and browsing by coverart the thumbnail is generated.
File name:
Code: Select all
'Dmitri Shostakovich: Sinfonie No 12 d-Moll op. 112 \"Das Jahr 1917\"^^Dmitri Kitajenko + Gürzenich-Orchester Köln.jpg'

But in the thumbnail window an empty one is displayed.

In RuneAudio 0.4 beta the double-quote problem doesn't exist.
RPI 3B + HifiBerry Digi+ Pro + rAudio-1
klassikmann
 
Posts: 182
Joined: 27 Apr 2016, 18:36

Update 20190428

Postby rern » 29 Apr 2019, 02:51

Update 20190428

Add - Playlist > flash button - Consume mode - remove each song from playlist after played
Fix - unable to create 1st bookmark
Fix - unable to add/replace album to playlist in Browse By CoverArt > album view
Fix - names with double quotes in Browse By CoverArt
Fix - unable to edit thumbnails on Sort CoverArt by artist
Fix - set volume by tap
Fix - intermittent update notification

Note on disk format: Windows formatted disk, NTFS or FAT*, will have issues with extra directories: bookmarks, coverarts, webradios. They contain files which their names contain forbidden charaters in Windows. Windows will try to fix them which result in broken filenames. So from now on, those extra directories will be created on linux ext* formatted disk only.
This means if there's no ext* disk found on USB or NAS, they will be in SD card which will be gone if reflashed with no backup. Plug in a USB drive with ext* format before install will help in this situation.

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 dynobot » 29 Apr 2019, 23:29

I noticed that with "New" installs of Rune and the UI Enhancement WiFi is knocked out as soon as I install the UI Enhancement.

For previous installs updates do not knock out my Wifi....only the new install.

This was repeated maybe 15 times with new SD cards and 3 different RPi's. Still I'd like to get someone to confirm.

Procedure:

Flash Rune;
B2: 20180903_10_runeaudio_rpib2.img.gz for the Pi 2B, 3B and 3B+ (4,600+ downloads)
http://www.mediafire.com/file/16d92z7jb ... mg.gz/file

Install the UI
for SSH terminal
CODE: SELECT ALL
wget -qN --show-progress https://github.com/rern/RuneAudio_Addon ... nstall.sh; chmod +x install.sh; ./install.sh

Apply UI

Attempt to enable WiFi = FAIL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_OR_

Flash Rune
Enable and connect to Wifi = Wifi connects
Install the UI
Reboot
Wifi does not work
Last edited by dynobot on 30 May 2019, 17:12, edited 1 time in total.
User avatar
dynobot
 
Posts: 114
Joined: 19 May 2014, 15:04
Location: GA-USA

Re: [Addon] RuneUI Enhancement

Postby rern » 30 Apr 2019, 04:16

dynobot wrote:I noticed that with "New" installs of Rune and the UI Enhancement WiFi is knocked out as soon as I install the UI Enhancement.

For previous installs updates do not knock out my Wifi....only the new install.

This was repeated maybe 15 times with new SD cards and 3 different RPi's. Still I'd like to get someone to confirm.

Procedure:

Flash Rune;
B2: 20180903_10_runeaudio_rpib2.img.gz for the Pi 2B, 3B and 3B+ (4,600+ downloads)
http://www.mediafire.com/file/16d92z7jb ... mg.gz/file

Install the UI
for SSH terminal
CODE: SELECT ALL
wget -qN --show-progress https://github.com/rern/RuneAudio_Addon ... nstall.sh; chmod +x install.sh; ./install.sh

Apply UI

Attempt to enable WiFi = FAIL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_OR_

Flash Rune
Enable and connect to Wifi = Wifi connects
Install the UI
Reboot
Wifi does not work

Try this to force RuneUI Enhancement to save the connected WiFi before reboot:
Code: Select all
. /srv/http/addonsedit.sh
file=/srv/http/enhance.php
string=$( cat <<'EOF'
   $cmd.= "$sudo/redis-cli save;";
EOF
)
insert 'umount'


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 dynobot » 30 Apr 2019, 19:40

@rern

I added the information at the end of the addonsedit.sh file.

After reboot, WiFi gone... :(

At this point, I will flash another rune img and forego the UI for now. I'd imagine most people are updating there existing Rune vs. installing new images and starting fresh.

What this means is, only existing installs of Rune or wired new installs can use the UI Enhancement.

Exact procedure

New Rune img flashed and booted
Wifi connected
Install Addons
Update adonsedit.sh file
Install UI Enhancement
run ./addonsedit.sh
reboot
Wifi disconnected and shows [off/any]
User avatar
dynobot
 
Posts: 114
Joined: 19 May 2014, 15:04
Location: GA-USA

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 7 guests