Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread soundcheck
Triode wrote: > try hw:CARD=TXRX?? There's a bug in the logitech driver code which > means if you have a usb dac I think the ordering will change - this is > why I prefer using the card names... > > I've not tried recently on Touch, but its built using the Touch > toolchain and I was running it

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread soundcheck
Triode wrote: > No reason why you can't use this - the -o string is passed straight to > alsa. The only reason I would not recommend is that the cards can > change number when using usb dacs - and the logitech built in drivers on > touch cant be loaded before usb due to bugs I've never resolved.

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread paul-
A Followup to the loss of network connection causing a crash. I did a little reading on the send() command. When the network connection drops, this command is throwing a SIGPIPE signal (It must not be returning a -1 as a failure). I added SIGPIPE to the signalhandler, and it is catching the s

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread Triode
soundcheck wrote: > > PS: Would be nice if I could just enter : -o hw:0,0 as standard Alsa > output option No reason why you can't use this - the -o string is passed straight to alsa. The only reason I would not recommend is that the cards can change number when using usb dacs - and the logite

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread Triode
albertone74 wrote: > I rebooted again...and now I am getting this: > > > root@squeezeplug:~# squeezelite -d all=debug > [21:21:54.734794] output_init:1265 init output > [21:21:54.737407] output_init:1268 outputbuf size: 3528000 > [21:21:54.738659] output_init:1298 requested buffer_time: 2 >

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread Raspi+MIPS
Hi folks, today I pulled trunk from OpenWRT, updated the libs with scripts/feeds update and built a fresh image. Now squeezelite crashes; anyone else who is in this situation? SL starts up, gives Code: root@OpenWrt:~# ./squeezelite-mips-ar71xx -d all=debug [22:41:4

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread albertone74
albertone74 wrote: > Hi Triode, > > Please find below the LMS server log: > > 2013-01-24 19:23:05 squeezeboxserver_safe started. > [13-01-24 19:23:10.8507] main::init (354) Starting Logitech Media Server > (v7.7.2, r33893, Wed Mar 14 05:46:46 PDT 2012) perl 5.014002 > [13-01-24 19:23:12.5381] S

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread albertone74
Triode wrote: > OK - so when you play a problem file, which specific error is created in > the log file on the server and on squeezelite? Hi Triode, Please find below the LMS server log: 2013-01-24 19:23:05 squeezeboxserver_safe started. [13-01-24 19:23:10.8507] main::init (354) Starting Logit

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread Triode
soundcheck wrote: > Just tried the armv6 0.9beta10 binary on the Touch. > > chrt -f 96 /usr/bin/squeezelite -m 00:00:00:00:00:00 -o > default:CARD=TXRX -n SBT2 -a 256:2:24_3:0 -b 256:256 -r 96000 -z > 192.168.0.20 > > It starts with a loud crackle and looses sync. Kind of weired playback. > Hm

Re: [SlimDevices: Unix] Flac file integrity

2013-01-24 Thread Calum Mackay
It not quite the same thing, but you could trying comparing your FLAC with the AccurateRip database. Last time I checked, you could do this on Linux with the "morituri" app, but I recall having some issues with it. anyone know anything better? [On a Mac, XLD is AccurateRip compatible, and ex

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread kowi
Julf wrote: > And, until you get it to work, make it: > > > Code: > > > #!/bin/sh > sleep 10 > /usr/bin/squeezelite-mips-ar71xx -z *-o *front:CARD=Device,DEV=0 *-a 600:4 192.168.1.108 2> /tmp/squeze_debug_log 2>&1 > > > > > in order to

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread Julf
soundcheck wrote: > You might want to try this. Put the command line into a wrapper script > e.g. "/usr/bin/squeeze": > > #!/bin/sh > sleep 10 > /usr/bin/squeezelite-mips-ar71xx -z -o front:CARD=Device,DEV=0 -a > 600:4 192.168.1.108 > And, until you get it to work, make it: Code:

Re: [SlimDevices: Unix] Flac file integrity

2013-01-24 Thread SlimChances
Using Mr.Cs code I was able to find errors in my directories and then compare them to the output from Audiotester. The two produced similar but not identical output with entries in either missing from the other. I estimate that about 0.7% of my library may have to be ripped again which does not s

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread soundcheck
kowi wrote: > I installed Openwrt > (snapshots/trunk/ar71xx/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin) > on my wr702, > added usb-audio and loaded "Squeezelite 0.9beta10 Linux ALSA mips > ar71xx (openwrt)". > > Running the command " /usr/bin/squeezelite-mips-ar71xx -z -o > fr

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread kowi
I installed Openwrt (snapshots/trunk/ar71xx/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin) on my wr702, added usb-audio and loaded "Squeezelite 0.9beta10 Linux ALSA mips ar71xx (openwrt)". Running the command " /usr/bin/squeezelite-mips-ar71xx -z -o front:CARD=Device,DEV=0 -a 600

Re: [SlimDevices: Unix] Flac file integrity

2013-01-24 Thread Julf
SlimChances wrote: > The code(Mr.Cs) will work for indivdual Albums but using it to test an > entire directory produces output with file names but not parent > directories. So for example running the code within my Blues directory > it found 10 songs with this error message "WARNING, cannot check

Re: [SlimDevices: Unix] Flac file integrity

2013-01-24 Thread gharris999
SlimChances wrote: > The code(Mr.Cs) will work for indivdual Albums but using it to test an > entire directory produces output with file names but not parent > directories. So for example running the code within my Blues directory > it found 10 songs with this error message "WARNING, cannot check

Re: [SlimDevices: Unix] Flac file integrity

2013-01-24 Thread SlimChances
The code(Mr.Cs) will work for indivdual Albums but using it to test an entire directory produces output with file names but not parent directories. So for example running the code within my Blues directory it found 10 songs with this error message "WARNING, cannot check MD5 signature since it was

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread igufi
A little off-topic, but for Raspberry Pi owners using Squeezelite, you might want to check this out: http://www.icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter I haven't tested it yet but if it works, that would be a nice and unique feature for RPi+Squeezelite combo

Re: [SlimDevices: Unix] Flac file integrity

2013-01-24 Thread SlimChances
Thanks Julf, output from entering flac seems to be a help file so I guess I am OK there MrC I tried your code on a sample directory thta AudioTester found with errors and it worked, showed the same errors, This afternoon I will try doing my entire FLAC directory. I appreciate your help

Re: [SlimDevices: Unix] piCoPlayerV2 (26MB for Raspberry with WiFi, SSH, squeezelite and microcore linux)

2013-01-24 Thread sbp
Hi I'm very interested to know your experience with this player - is it working for you? Do you have any problems that I need to take care off? Also suggestions for improvements are welcome. Steen sbp's Profile: http://

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread Julf
Triode wrote: > New version available. This fixes one bug - the crash on unpausing > immediately after restarting squeezelite. Great! Thanks! Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050 View this

Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2013-01-24 Thread soundcheck
Just tried the armv6 0.9beta10 binary on the Touch. chrt -f 96 /usr/bin/squeezelite -m 00:00:00:00:00:00 -o default:CARD=TXRX -n SBT2 -a 256:2:24_3:0 -b 256:256 -r 96000 -z 192.168.0.20 It starts with a loud crackle and looses sync. Kind of weired playback. Hmmh. Any hints are appreciated. Tr