Page 3 of 35

Re: RuneAudio+R e1 - An improved version of RuneAudio

PostPosted: 25 Aug 2019, 08:40
by wim-nl
Firts, Thank you for this great improvement!

I know, so many users, so many wishes ..

My wish list ...
Works on Pi1, (Pi-Zero v1)
Boottime: as fast as possible, <30 seconds possible?

I need:
USB play (external SSD) and if it doesn't affect boottime too much: web radio.
Support I2S dacs. Thats all.....

I do not need:
Bluetooth, Wi-Fi, Access point, Browser on RPi, Coverart, Volume control, NAS, etc etc.
For me: Less is more. (a kind of RuneAudio + R e1 Light version.)

Re: RuneAudio+R e1 - An improved version of RuneAudio

PostPosted: 25 Aug 2019, 11:47
by chrisryburn
Hi,
Have downloaded the version in Gihub
New version looks nice running on my 2b!
No USB though and add-on menu says "Download from Addons server failed.
Please try again later." ?

Re: RuneAudio+R e1 - An improved version of RuneAudio

PostPosted: 25 Aug 2019, 11:51
by chrisryburn
Sorry, my USB DAC is CHORD MOJO
Can't see Degug in menu, otherwise I'd post

Re: RuneAudio+R e1 - An improved version of RuneAudio

PostPosted: 25 Aug 2019, 12:46
by Igor
Hi,
Am I the only one who can't play .ape files?

Re: RuneAudio+R e1 - An improved version of RuneAudio

PostPosted: 25 Aug 2019, 13:56
by olivier
Hi,
Many thanks for all this work.
I uploaded the last release yesterday and I get the same problem than chrisryburn: Download from Addons server failed when I click on add-on menu. (Raspberry 3)
Also if I try to update the Covertart it tries to connect to download a module and fails.
I connected with putty: I can ping 8.8.8.8 but not google.com

DNS problem ?

Oh! I was just tying again while writing this and it works ! :o

Thanks again for this great job !

Re: RuneAudio+R e1 - An improved version of RuneAudio

PostPosted: 25 Aug 2019, 15:16
by olivier
Hi,
I have one album per directory; each .flac file in the directory is tagged with embedded cover.
In some directories I let a forgotten jpg file.
After "Update thumbails" I find only the pictures of the albums for which I have let the jpg file in the directory.

For the other albums, for which the cover is embedded, I get no picture in the Thumbails tab

During the scan of "Update Thumbails" I see these lines after each directory scan (directory without jpg file only)

44% 03:21/07:36 220/490 USB/rune-store/Khanh-Ly_Tinh-Ho
cut: option requires an argument -- 'f'
Try 'cut --help' for more information.
/mnt/MPD/USB/rune-store/Khanh-Ly_Tinh-Ho/Front.png

In this case the directory contains 10 flac files which names are for example:
01. Qua Cau Gio Bay.flac
with spaces in the name

Each flac contains a picture embedded with TagScanner

I thought that the embedded image would have found by "Update Thumbail" but it seems not to be the case.
Am i wrong somewhere ?

Re: RuneAudio+R e1 - An improved version of RuneAudio

PostPosted: 27 Aug 2019, 15:20
by rern
lakeuk wrote:...
  • when I drop the m3u into [/var/lib/mpd/playlists] the runeaudio UI doesn't automatically make them visible for selection, I can force one playlist to be loaded [mpc load 'Radio Preset']
  • it looks like it recognises each stream in the playlist with a webradio icon (these don't appear in the webradio list but I won't not expect or want them to appear in the webradio list)
  • from manually loading through mpc I can create a playlist of these stations and they show in playlist (though I shouldn't need to do this, they should automatically appear)
  • playlist items only show the url, they don't show the item title like on previous versions
  • I notice the directory structure has changed behind the scene's, was seeing if I could get some alarm scripts I use with 04b working but parked it with the directory changes
...

Webradios directory has been relocated to /srv/http/assets/img/webradios with custom format.
- Station names always available without initial playing.
- Station thumbnails and coverarts can be stored. (optional)
- Format:
    - filename: http:||webradio|url (URL > replace / with | )
    - content:
    Code: Select all
    Station name
    data:image/jpeg;base64,/9j/.........(thumbnail).....
    data:image/jpeg;base64,/9j/.........(coverart)........
Try add a station > click icon in the list > Change coverart and see the content in the file.

Playlists directory has been moved and used custom format as well. Cuesheet *.cue files can be saved correctly as individual tracks.

rern

Re: RuneAudio+R e1 - An improved version of RuneAudio

PostPosted: 27 Aug 2019, 15:35
by rern
chrisryburn wrote:Sorry, my USB DAC is CHORD MOJO
Can't see Degug in menu, otherwise I'd post

Show me:
Code: Select all
lsusb
aplay -l


Igor wrote:Hi,
Am I the only one who can't play .ape files?

Send me a file.

olivier wrote:Hi,
...
Each flac contains a picture embedded with TagScanner

I thought that the embedded image would have found by "Update Thumbail" but it seems not to be the case.
...

Try Mp3tag with a file to see if it's fixed.

rern

Re: RuneAudio+R e1 - An improved version of RuneAudio

PostPosted: 28 Aug 2019, 21:55
by chrisryburn
Thanks Rern, appreciate the support.
1. Plays USB Mojo now. In MPD - Audio Interface shows as "nothing selected", but plays fine.
2. Add ons not working - "Download from Addons server failed. Please try again later".
3. Playing all my various (DSD, etc.,) absolutely fine and shows correct file on main screen
4. Overall nice upgrade.
5. Does this version replace Janui's 0.6?

Re: RuneAudio+R e1 - An improved version of RuneAudio

PostPosted: 29 Aug 2019, 04:07
by rern
chrisryburn wrote:...
1. Plays USB Mojo now. In MPD - Audio Interface shows as "nothing selected", but plays fine.
2. Add ons not working - "Download from Addons server failed. Please try again later".
3. Playing all my various (DSD, etc.,) absolutely fine and shows correct file on main screen
4. Overall nice upgrade.
5. Does this version replace Janui's 0.6?

If you can do some SSH command lines, get these results for me:
1. To get the USB DAC displayed correctly, for you and others:
Code: Select all
lsusb
aplay -l
mpc outputs

2. Verify Addons download command:
Code: Select all
installurl=$( grep 'RuneAudio_Addons/raw/master/install.sh' /srv/http/addonslist.php | cut -d "'" -f 4 )
echo $installurl
wget -N --no-check-certificate $( dirname $installurl )/srv/http/addonslist.php -P /srv/http

3. *.ape files as well?
4. Some don't think so for all the obvious things - design, functions, performance and responsiveness.
5. RuneAudio+R e1 does not replace any versions except RuneUI Enhancement itself. It's an alternative for users who like it.

rern