Simple DLNA Renderer for Odroid C1+...or not?

Okay, I got this:

Code:
uname -r

3.10.107-4-ARC

Code:
uname -a

Linux alarm 3.10.107-4-ARCH #1 SMP PREEMPT Thu Mar 26 05:01:42 UTC 2020 armv7l GNU/Linux

Code:
cat /etc/issue

Arch Linux \r (\l)


...and I agree "with your 2 cents" and don't worry about it. 😉
 
OK, your system is pretty barebone.

Or just simple grep should do (don't copy the binary trash here :- ) )

Code:
grep -a -i implemented /usr/lib/liburing.so

BTW what version is of your liburing? Something like:

Code:
ls -l /usr/lib/liburing*
pacman -Q --info liburing
 
With "grep"...nothing happened.


pacman -Q --info liburing

Code:
Name            : liburing
Version         : 0.7-2
Description     : Linux-native io_uring I/O access library
Architecture    : armv7h
URL             : [url=https://git.kernel.dk/cgit/liburing/]liburing - io_uring library[/url]
Licenses        : LGPL2.1  MIT
Groups          : None
Provides        : liburing.so=1-32
Depends On      : glibc
Optional Deps   : None
Required By     : mpd
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 48.01 KiB
Packager        : Arch Linux ARM Build System <builder+xu2@archlinuxarm.org>
Build Date      : Wed Sep 23 19:18:00 2020
Install Date    : Fri Oct 9 15:26:20 2020
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature
 
As I understand it, you now have ArchLinuxARM running on your Odroid?
As phofman said, I would not worry about the "io_uring" error. I suspect that you have installed a modern version of MPD which supports io_uring, but your ArchLinuxARM has an older kernel which does not support this. MPD should simply fall back to the older method.

With this I can listen to my music controlled by Soundirok...but no covers.
OK, I see you have configured lighttpd to use port 8081 - probably because of the Soundirok instructions here -
Soundirok
So in this case you must configure Soundirok to look for cover art at port 8081, in the "Collection URL" setting.
Soundirok advises to enter this value: http://<local-ip>:8081/music/
but I think the "/music/" part is wrong, because you have configured lighttpd's root directory as "/mnt/music"
so with the appended "/music/" Soundirok will then be looking for the directory "/mnt/music/music/"
I think the correct Collection URL setting in Soundirok should simply be http://<local-ip>:8081

Hopefully this will let Soundirok find your cover art ... but a warning - previously you had Soundirok happily accessing cover art which was being served by nginx, configured by the Rune app.
But you now have a different web server, and as I said before, there are differences in how different MPD clients interact with different cover-art web servers.
 
Hi,

except for the io_uring error (I can live with), everything runs great with lighttpd. I’ve smashed my head with Linux, but in the end I learned a lot for my circumstances.

My goal was a minimalistc, light audio system and I think, I got it.
 
Last edited: