[Addon] RuneUI Enhancement

Raspberry Pi related support

Re: [Addon] RuneUI Enhancement

Postby R101 » 14 May 2019, 09:57

dynobot wrote:@R101

Thank you thats all I needed to know. So for some reason, I am having persistent issues on my end.

Nope I didn't do anything special.

Wrote image to card
Boot up image w/Initial connection via Ethernet
Use GUI to Connect to wifi
Install Addons
Install UI Enhancement
Reboot and unplug Ethernet
System boots with no wifi
Connect Ethernet works
Wifi will not work or connect
Done.

Thank you again for your time and trying this out.


So you didn't expand the partition or delete the test file etc? You say you didn't do anything special, but perhaps I did.
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: [Addon] RuneUI Enhancement

Postby dynobot » 14 May 2019, 14:44

R101 wrote:
dynobot wrote:@R101


So you didn't expand the partition or delete the test file etc? You say you didn't do anything special, but perhaps I did.


Ahhhhh, good point, maybe I should do exactly what you did....delete the test file and expand the partition. See if that makes a difference. I don't know because I never do that even on the ones that work . But we shall see :)
User avatar
dynobot
 
Posts: 114
Joined: 19 May 2014, 15:04
Location: GA-USA

Re: [Addon] RuneUI Enhancement

Postby rern » 17 May 2019, 14:07

klassikmann wrote:Issues Update 20190513

I face severe problems after the update.
  • Some playlists (= directories) appear in the playback window as "mnt" instead of album title and "MPD" instead of track title, nothing more even no coverart.
  • Some playlists (= directories) present the audio file name instead of the track title.

Show me results of this command when the issues happened:
Code: Select all
{ sleep 0.05; echo clearerror; echo status; echo currentsong; sleep 0.05; } | telnet localhost 6600 | grep -v "^Trying\|^Connected\|^Escape\|^OK\|^Connection\|^Date\|^Last-Modified\|^mixrampdb\|^nextsong\|^nextsongid/"


rern
Last edited by rern on 24 May 2019, 07:02, edited 2 times 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 klassikmann » 17 May 2019, 16:18

rern wrote:
klassikmann wrote:Issues Update 20190513

I face severe problems after the update.
  • Some playlists (= directories) appear in the playback window as "mnt" instead of album title and "MPD" instead of track title, nothing more even no coverart.
    Code: Select all
    repeat: 0
    random: 0
    single: 0
    consume: 0
    playlist: 37
    playlistlength: 10
    state: play
    song: 0
    songid: 23
    time: 6:159
    elapsed: 6.494
    bitrate: 2907
    duration: 159.000
    audio: 96000:24:2
    file: USB/WD-1.5TB/Alte Musik/Biber, Heinrich Ignaz Franz/Biber Missa Salisburgensis/Paul McCreesh + Gabrieli Consort & Players, Reinhard Goebel + Musica Antiqua Köln/01. I. Ein langer und schöner Aufzug - Ein schöner Aufzug.flac
    Album: Heinrich Ignaz Franz Biber: Missa Salisburgensis
    AlbumArtist: Paul McCreesh + Gabrieli Players
    Artist: Paul McCreesh + Gabrieli Players
    Composer: Bartholomäus Riedl, Pater Ignatius Augustiner
    Genre: Classical
    Title: I. Ein langer und schöner Aufzug - Ein schöner Aufzug
    Track: 1
    Time: 159
    duration: 159.000
    Pos: 0
    Id: 23
  • Some playlists (= directories) present the audio file name instead of the track title.
    Code: Select all
    repeat: 0
    random: 0
    single: 0
    consume: 0
    playlist: 41
    playlistlength: 3
    state: play
    song: 0
    songid: 33
    time: 24:600
    elapsed: 24.360
    bitrate: 1195
    duration: 599.906
    audio: 48000:24:2
    file: USB/WD-1.5TB/Klassik+Romantik/Respighi, Ottorino/Impressioni Brasiliane/01. I. Notte Tropicale (Andante lento).flac
    Album: Ottorino Respighi: Impressioni Brasiliane
    AlbumArtist: Jesús López-Cobos + Cincinnati Symphony Orchestra
    Artist: Jesús López-Cobos + Cincinnati Symphony Orchestra
    Composer: Ottorino Respighi
    Genre: Classical
    Title: I. Notte Tropicale (Andante lento)
    Track: 1
    Time: 600
    duration: 599.906
    Pos: 0
    Id: 33

Show me results of this command when the issues happened:
Code: Select all
{ sleep 0.05; echo clearerror; echo status; echo currentsong; sleep 0.05; } | telnet localhost 6600 | grep -v "^Trying\|^Connected\|^Escape\|^OK\|^Connection\|^Date\|^Last-Modified\|^mixrampdb\|^nextsong\|^nextsongid/"


rern
RPI 3B + HifiBerry Digi+ Pro + rAudio-1
klassikmann
 
Posts: 182
Joined: 27 Apr 2016, 18:36

Re: [Addon] RuneUI Enhancement

Postby rern » 24 May 2019, 07:03

klassikmann wrote:Issues Update 20190513

I face severe problems after the update.
  • Some playlists (= directories) appear in the playback window as "mnt" instead of album title and "MPD" instead of track title, nothing more even no coverart.
  • Some playlists (= directories) present the audio file name instead of the track title.

Fixed. To be released with next update.
(Filtering metadata contains umlauts - by grep causes the issue. It was reversed back to sed as of previous version.)

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 » 25 May 2019, 02:59

Update 20190525

Features:
- Tracks with *.cue saved correctly to playlist as individual tracks
- Editable *.cue metadata
- Keep settings of Playback and Libray tools after uninstalled.

Fix bugs:
- Metadata displays incorrectly if contains umlaut characters
- Metadata editor - Albums with various artists/composers/genres
- Library home order missing after settting Playback tools.
- Webradios missing from default UI after uninstalled.


Tips:

Metadata editor
- Tags menu for files available everywhere
- Tags menu for albums (while in album view)
- Available in browse by directory/bookmark/coverart
- Hidden in browse by Album/Artist/AlbumArtist/Composer/Genre

Single audio file with *.cue
- Tracks in *.cue behave virtually the same as individual files except:
- MPD doesn't parse and put content of the files in database.
- Library only shows these tracks when browse by file or coverart.
- Listed as individual tracks in Library
- Added as albums or individual tracks from Library to current Playlist
- Saved in current playlists correctly as individual tracks
- Removed individually from saved playlists
- Editable metadata tags

*.cue / *.m3u / *.m3u8 / *.pls
*.cue
    - Suitable for reproducing CD
    - Individual track data allowed for artist and title only
    - Track number cannot be changed
    - Saved in playlists as single large files by default
*.m3u
    - Suitable for playlists
    - Data other than file paths not applicable
    - Each file must be tagged properly
    - MPD saved playlists contain only file paths
*.m3u8
    - *.m3u with UTF-8 encoding
*.pls
    - For default webradios
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 May 2019, 09:34

Hi rern,

This update leaves most of the icons as just a font code in my 0.4b.

There is no metadata editing option in the menus. Is this because I do not display any cover art?

Edit:

I also cannot update webradio entries, and the power/reboot function does not work. Seems to be the same with 0.5
Last edited by R101 on 25 May 2019, 11:20, edited 1 time in total.
(Pi 3B, rAudio-1, JLS I2S over USB)
R101
 
Posts: 343
Joined: 29 Apr 2016, 16:16

Re: [Addon] RuneUI Enhancement

Postby AndyF » 25 May 2019, 10:13

Hi rern,

thanks for your work!

There are small issues in latest update:
- playlist-tab needs a refresh if you remove all items via "-"-button.
- some online-found-cover are displayed as empty rectangle (of course it could be a provider-problem, too).

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

Re: [Addon] RuneUI Enhancement

Postby rern » 25 May 2019, 11:23

R101 wrote:This update leaves most of the icons as just a font code in my 0.4b.

There is no metadata editing option in the menus. Is this because I do not display any cover art?

Try clear browser cache.

RuneUIe Metadata Tag Editor addon must be installed to show Tags menu. (10+ minutes)

AndyF wrote:There are small issues in latest update:
- playlist-tab needs a refresh if you remove all items via "-"-button.
- some online-found-cover are displayed as empty rectangle (of course it could be a provider-problem, too).

I'll have the playlist cleared locally in case it didn't properly notified by MPD.

Last.fm image server seems to be down today. Artist Bio gets dummy images as well.

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 May 2019, 12:04

Hi rern,

thanks for your fast reply! Update branch clears my playlist properly.

Another small glitch: Context-menu "Add" / "Add+Play" at library removes blue color of library-tab at bottom.

And install-script throws an error of missing "setown"-command. (No side effects so far).

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

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 6 guests