chrissy wrote:
> I am working on a german translation for SOA. How can I test the
> language file?
>
Best to checkout the git version of soa-web from here:
https://github.com/SqueezeOnArch/soa-web.git and then run ./soa-web.lua
from the command line. This should give the web interface on port 8081.
You need to add DE in one place in soa-web.lua:
Code:
--------------------
local languages = { EN = true, IT = true }
+local languages = { EN = true, IT = true, DE = true }
--------------------
Then check with:
./soa-web --strings DE
./soa-web --missing DE
>
> PS: I switched to the git version by renaming the binary-repo file. Now
> I have the actual git version of squeezelite. So far evrything works
> fine. I use USB output only. I see no difference between using -U master
> , -V master and no option.
> There is a significant increase of volume, when I switch from native dsd
> to dop.
>
You should just need to remove the file /aur/binary-repo to move back to
the build from git version of soa which will update to the latest code
whenever you used "update" on the web interface.
>
> PPS: Today I tried the spdif output. It works with the custom kernel for
> 24/96 instead of 16/96 with the standard kernel. Great work.
Thanks for testing - first report I've had of someone testing it!
------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=101624
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix