[Addon] RuneUI Enhancement

Raspberry Pi related support

Re: [Addon] RuneUI Enhancement

Postby rern » 11 Feb 2019, 14:15

R101 wrote:...
I have got back the webradio list, but one entry (the one in the playlist while updating UIe) was replaced with the line:

Binary file /tmp/Audiophile Rock-Blues.pls matches

I can delete it, but it reappears next time I open the webradio folder. I have added a new entry to replace the corrupted one, but cannot find any way to get rid of it. The file referred to does not exist.

Rebooting, or running MPD update makes no difference, and MPD rescan does not seem to do anything. Does rescan still work with ffmpeg enabled?

It seems like some items in Webradios database is not correct. Webradio Import addons should fix it.

To test rescan - type command:
Code: Select all
mpc

While not updating:
volume: 80% repeat: off random: off single: off consume: off

Click Rescan button and type the command again.
While updating:
Updating DB (#2) ...
volume: 80% repeat: off random: off single: off consume: off

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 » 11 Feb 2019, 14:37

Hi rern,

I had already tried the webradio import addon, and it did not work. I tried it again after deleting the entry and rebooting, and it worked. Thanks.

MPD rescan makes no difference to the mpc result, even if ffmpeg is disabled.
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: [Addon] RuneUI Enhancement

Postby rern » 11 Feb 2019, 17:07

R101 wrote:...
MPD rescan makes no difference to the mpc result, even if ffmpeg is disabled.

It does nothing indeed for the default mpc version. The mpc rescan command was added 2018/05/03. The default rescan command is based on mpd protocol, not mpc. I've missed it along updates of mpd and mpc. The rescan has to fall back to mpd protocol.

The latest MPD is 0.21.4 if you're interested, by the way.

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 » 11 Feb 2019, 18:17

Hi rern,

Sorry, but I am not sure what your reply means.

I used your MPD upgrade addon to update 0.4b to v0.20.11, and this got the m3u8 feeds working. I have stayed on Rune 0.4b because these feeds still do not work with v0.5, which has a later version of MPD.

It seems likely that the 0.5 problem is with the way MPD uses ffmpeg rather than MPD itself, so I would be happy to upgrade 0.4b to 0.21.4 if you can tell me how, or can re-enable the addon.
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: [Addon] RuneUI Enhancement

Postby rern » 13 Feb 2019, 04:37

R101 wrote:Sorry, but I am not sure what your reply means.

I used your MPD upgrade addon to update 0.4b to v0.20.11, and this got the m3u8 feeds working. I have stayed on Rune 0.4b because these feeds still do not work with v0.5, which has a later version of MPD.

It seems likely that the 0.5 problem is with the way MPD uses ffmpeg rather than MPD itself, so I would be happy to upgrade 0.4b to 0.21.4 if you can tell me how, or can re-enable the addon.

Be prepared to reflash the card if it failed.
Re-enable Upgrade button:
Code: Select all
redis-cli hdel addons mpdu


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 » 13 Feb 2019, 11:41

Hi rern,

The upgrade fails with 2 errors I can see:

Code: Select all
  Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)'),)': /simple/flask/
  Could not find a version that satisfies the requirement flask (from versions: )
No matching distribution found for flask


but doing
Code: Select all
chmod 755 /usr/lib/systemd/system/
before starting the upgrade got rid of the second error.
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: [Addon] RuneUI Enhancement

Postby rern » 13 Feb 2019, 12:53

@R101,

I've relayed this MPD thing to MPD Upgrade thread.

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 » 14 Feb 2019, 00:52

Update 20190213

Fix bug - add/replace from Album, Artist, Composer and Genre
Fix missing Back button
Fix Rescan button bug
Improve scrolling texts and scroll at the same speed, 80px/s

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 » 14 Feb 2019, 06:49

Hi rern,

I´ve found another CoverArt-related issue - if you switch from playlist (after select a different track from there) to playback-tab, CoverArt is not up to date. Metadata are correct, but CoverArt seems not to be refreshed.

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

Re: [Addon] RuneUI Enhancement

Postby rern » 14 Feb 2019, 11:11

AndyF wrote:I´ve found another CoverArt-related issue - if you switch from playlist (after select a different track from there) to playback-tab, CoverArt is not up to date. Metadata are correct, but CoverArt seems not to be refreshed.

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

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 15 guests