Re: [slim] SqueezePlay for Windows with ASIO, DirectSound, WASAPI and WDMKS device support.

2014-06-07 Thread get.amped

ralphy wrote: 
> What would you consider easily accessible? The file has been downloaded
> over 4000 times.
> 
> Newer builds will be located elsewhere, as googlecode has removed the
> ability to add files for download.
> 
> Been testing googledrive, but I'm not too impressed with it, so may
> change again.
> 
> EDIT: I've removed my googledrive and migrated to 'mediafire for new
> builds' (https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds).

Just FYI, Chrome flags the .exe from mediafire as malware.



Win7Pro(x64)[3.3Ghz i5, 8GB RAM, 120GB SSD system, 15TB storage], LMS
7.9.0 -> Logitech Squeezebox Classic V.3 -> Cambridge Audio DacMagic ->
NAD C160 -> 2 x NAD C272 -> Quad 22L2

get.amped's Profile: http://forums.slimdevices.com/member.php?userid=10022
View this thread: http://forums.slimdevices.com/showthread.php?t=96573

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Yet another thread on replacing squeezebox devices

2014-06-07 Thread PasTim

Triode wrote: 
> I believe if you use squeezelite 1.6.2 or the latest git you should not
> need to do this?
Quite correct.  I only just found this out from the main squeezelite
thread - thanks.  I'll tweak my script accordingly.



LMS 7.9 on VortexBox Midi running Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. Wired Touch + EDO, coax to Musical Fidelity M1 CLiC.
Wireless Xubuntu 14.04 laptop controls LMS via Chromium.   Meridian
Explorer USB DAC to listen via Squeezelite on Vortexbox & other PCs as
required.  Spare Touch in loft.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=101622

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Yet another thread on replacing squeezebox devices

2014-06-07 Thread Triode

PasTim wrote: 
> One, hopefully final, tweak, is a way to get the squeezelite log.
> 
> Add -d output=info (or whatever level you want) to the squeezelite
> script and in the script that pipes the output add  2>
> /squeezelite.err before the pipe. 
> 
> I have updated the scripts in comment #51 accordingly.

I believe if you use squeezelite 1.6.2 or the latest git you should not
need to do this?



Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=101622

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Yet another thread on replacing squeezebox devices

2014-06-07 Thread PasTim

PasTim wrote: 
> I have one more fix applied to the script, adding
> 
> SocketServer.TCPServer.allow_reuse_address = True
> 
> This allows the http port to be reused if the script is killed and
> restarted, at which point the player will renderer will stop and lose
> the connection, which seems reasonable to me.
> 
> The internet is a wonderful thing.  I found this knowing next to nothing
> about sockets, ports and python. :)
One, hopefully final, tweak, is a way to get the squeezelite log.

Add -d output=info (or whatever level you want) to the squeezelite
script and in the script that pipes the output add  2>
/squeezelite.err before the pipe. 

I have updated the scripts in comment #51 accordingly.



LMS 7.9 on VortexBox Midi running Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. Wired Touch + EDO, coax to Musical Fidelity M1 CLiC.
Wireless Xubuntu 14.04 laptop controls LMS via Chromium.   Meridian
Explorer USB DAC to listen via Squeezelite on Vortexbox & other PCs as
required.  Spare Touch in loft.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=101622

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] problem with logging into squeezebox

2014-06-07 Thread tfec

2ee4 wrote: 
> 
> root@squeezeplug:~# ( What do I enter here? )
'setup', thats all.

Thomas



tfec's Profile: http://forums.slimdevices.com/member.php?userid=2057
View this thread: http://forums.slimdevices.com/showthread.php?t=101671

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] How to determine the language of a song or album name ?

2014-06-07 Thread epoch1970

Thanks lroussow,

You prompted me to dive in the topic again. First off, I want to thank
reinholdk again for his research.
I still don't think this is feasible, song titles are just too short.
I've used mguesser and text_cat (perl) and out-of-the-box I get results
like this:

Code:

max:/usr/src/mguesser-0.4# echo "Darling Dear" |./mguesser -n 3
  0.3933247626  tl  ascii
  0.3848060966  it  latin1
  0.3840850294  ro  ascii
  max:/usr/src/mguesser-0.4# echo "Songs In The Key Of Life - A Something Extra 
\(Bonus disc\)" |./mguesser -n 3
  0.5872426629  en  iso-8859-1
  0.5660416484  fr  iso-8859-1
  0.5619236827  af  latin1
  max:/usr/src/libtextcat_perl# ./text_cat -d ./LM  -l  "Darling Dear"
  danish or frisian
  max:/usr/src/libtextcat_perl# ./text_cat -d ./LM -l  "Songs In The Key Of 
Life - A Something Extra \(Bonus disc\)"
  english or german or indonesian or rumantsch or scots or danish or catalan


The webservice provided by Xerox
http://open.xerox.com/Services/LanguageIdentifier seems much more
gifted. However, even it tags "Ballade de Melody Nelson" as Swedish when
it is French indeed. (And curiously it doesn't stumble upon the album
name "Histoire de Melody Nelson" and detects FR ok..)

>From watching the web pages, I'm afraid Musicbrainz isn't going to help
much, showing sometimes "multiple languages" and not giving the
information per title. 

The issue is, statistically 0.58 en and 0.56 fr may be acceptable, but
the next step is to pick a voice to speak the text. And results are
dreadful when you don't pick the right voice/language... Detection has
to be absolutely rock solid for TTS to start working (for it has its
problems, too...)

I don't feel I'm up to the task. Thanks again to all.



4 SB 3 • iPeng (iPhone + iPad) • SqueezeLite • Squeezebox Server 7.8.1
(Debian 7.5)  with plugins: CD Player, WaveInput by bpa • IRBlaster by
Gwendesign (Felix) • Server Power Control by Gordon Harris • Smart Mix
by Michael Herger • PowerSave by Jason Holtzapple • Song Info, Song
Lyrics by Erland Isaksson • WeatherTime by Martin Rehfeld • ShairTunes
by StuartUSA • Local Player, BBC iPlayer, SwitchPlayer by Triode • Auto
Dim Display, SaverSwitcher, ContextMenu by Peter Watkins.

epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=98024

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] problem with logging into squeezebox

2014-06-07 Thread Grumpy Bob

It's quite straightforward to set up, but if you have any difficulty you
can always burn a new image to the SD card...
I boot first with a wired connection to the router, then set up wifi. I
don't use keyboard, mouse or monitor - I use ssh from my laptop to
connect. If you are using a hard drive with the music files you're
likely to need a powered USB hub.
If you're using the Pi only as a player (rather than a server) I'd
recommend looking at piCorePlayer - see the long thread in the
Linux/Unix forum.

Robert



Touch > DacMagic 100 > Naim Audio Nait 3 > Mission 752 (plus Rega Planar
3 and Naim CD3)
2 x Squeezebox Radios, 1 X Squeezebox 3
SqueezePad, iPeng, Squeezeplay, piCorePlayer/HiFiBerry,
SqueezePlug/Wolfson on a Pi
QNAP TS-239, LMS 7.8
last.fm/user/GrumpyBob

Grumpy Bob's Profile: http://forums.slimdevices.com/member.php?userid=41857
View this thread: http://forums.slimdevices.com/showthread.php?t=101671

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] problem with logging into squeezebox

2014-06-07 Thread 2ee4

Thankyou for taking the time to reply, will give that a go, sorry I
apppear to be in wrong thread
But I am learning as I go

Many thanks 

Mick..



2ee4's Profile: http://forums.slimdevices.com/member.php?userid=62999
View this thread: http://forums.slimdevices.com/showthread.php?t=101671

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss