Re: [SlimDevices: Unix] piCoPlayer = Squeezelite on Microcore linux. .An embedded OS in RAM with Squeezelite
sbp wrote: > piCorePlayer is build on hardfloat. > > Sorry, I don't know if Pandora works - let us ask the users. Any > comments? > > Steen I can confirm that the following work on piCoreplayer 1.16a via LMS (set up at http://www.mysqueezebox.com/appgallery) on a QNAP NAS: Pandora (at least the paid version) SiriusXM SomaFM Slacker radio (using the free version currently) TuneIn radio (free version) alnames's Profile: http://forums.slimdevices.com/member.php?userid=63118 View this thread: http://forums.slimdevices.com/showthread.php?t=97803 ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix
Re: [SlimDevices: Unix] any issues with LMS 7.8.x or 7.9.x on Debian Wheezy (x86)?
adamdea wrote: > Yes it did work, thanks. Mind you I am trying to repeat the exercise > using Debian on a cubox-i and finding it very hard going. But that's > getting LMS running I haven't got to squeezelite yet > > Have you had a go Not yet. Been busy with other things and trying to get MusicIP and SmartMix plugins working again. Then Squeezelite is next on the list. aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074 View this thread: http://forums.slimdevices.com/showthread.php?t=102075 ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix
Re: [SlimDevices: Unix] LMS debian unstable package fails to run with perl 5.20
mherger wrote: > FWIW: I added binaries for 5.20 on 64 bit Linux to 7.8.1 and 7.9.0 > The 7.8.1~1410526679 package is working for me now on debian unstable. Thanks a bunch! crabbz's Profile: http://forums.slimdevices.com/member.php?userid=63245 View this thread: http://forums.slimdevices.com/showthread.php?t=102022 ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix
Re: [SlimDevices: Unix] piCoPlayer = Squeezelite on Microcore linux. .An embedded OS in RAM with Squeezelite
Going back to the hifiberry dac+ please could you let me know when kernel 3.16 version will becoming out. Or could someone let me know how I could upgrade it ? Thanks AndyBeevers's Profile: http://forums.slimdevices.com/member.php?userid=58936 View this thread: http://forums.slimdevices.com/showthread.php?t=97803 ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix
Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version
Hi Kesey Thanks for taking an interest. I am not sure I understand your question but I'll try and explain. So I'm not using Samba. All I want to do is add the CIFS share under SoA using it's name, rather than it's ip.address, ie //TheMACServer rather than //192.168.1.70. I haven't configured any work groups that I know of. TheMACServer is a Windows Home Server. This used to work under CSOS but doesn't under SoA. Any ideas? CW *Squeezebox:* Boom x2 (Kitchen and Office), Radio x2 (Lounge and Bedroom) *Server:* 7.8 for Wandboard Dual *Plugins:* Dynamic Playlists | SQL Playlist | Music Information Screen | TrackStat *Remote:* iPhone5/iPad Air running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=101624 ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix
Re: [SlimDevices: Unix] any issues with LMS 7.8.x or 7.9.x on Debian Wheezy (x86)?
The following script must be run in the same directory as was used for the CPAN build script above. It depends on having a ./slimserver-vendor directory with a successfully built arm-linux-gnueabihf-thread-multi-64int shared object file set. Code: #!/bin/bash thisdir=`pwd` if [ ! -f ./logitechmediaserver-7.8.0-noCPAN.tgz ] then wget http://downloads.slimdevices.com/LogitechMediaServer_v7.8.0/logitechmediaserver-7.8.0-noCPAN.tgz fi if [ ! -d ./logitechmediaserver-7.8.0-noCPAN ] then tar xf logitechmediaserver-7.8.0-noCPAN.tgz fi cd logitechmediaserver-7.8.0-noCPAN/CPAN/ cp -r $thisdir/slimserver-vendor/CPAN/build/5.14/lib/perl5/arm-linux-gnueabihf-thread-multi-64int/* . cd ./arch cp -r $thisdir/slimserver-vendor/CPAN/build/arch/* . cd .. rm -rf ./auto cd .. patch -p1 < $thisdir/0001-lms-server-DSD.patch patch -p1 < $thisdir/0002-lms-server-aiff-non-transcode.patch patch modules.conf < $thisdir/modules.patch cd $thisdir git clone https://github.com/SqueezeOnArch/dsdplay.git cd dsdplay/ cd src/ make cd build/ cp -v dsdplay $thisdir/logitechmediaserver-7.8.0-noCPAN/Bin cp -v $thisdir/dsdplay/src/doc/custom-convert.conf $thisdir/logitechmediaserver-7.8.0-noCPAN/ The attached patches are intended to enable DSD support, and allow LMS to use the Audio-Scan-0.95 version that results from the build procedure I outlined in the previous post. +---+ |Filename: 0002-lms-server-aiff-non-transcode.patch | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=16383| +---+ -- "Dreamer, easy in the chair that really fits you..." dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588 View this thread: http://forums.slimdevices.com/showthread.php?t=102075 ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix
Re: [SlimDevices: Unix] LMS debian unstable package fails to run with perl 5.20
It seems like every time a major distro jumps to a new version of Perl, there is copious gnashing of teeth and spawning of new threads here. At the risk of putting my ignorance on parade, I'll ask: why not distribute a runtime of perl with the linux LMS? It's already done with the Windows version. Every version of squeezeplay includes a runtime of lua, doesn't it? I notice that ActiveState has perl packages for Linux. And the current nightly LMS deb install package, now that it includes all architectures, is more than twice the size of the Windows install package anyway. When was the last time that the LMS code used a new Perl feature not found in the previous release? For linux users who want to run LMS with the latest release of Perl, you could always build the modules yourself, resolve the dependencies & run from the LMS git code. That's what I do. For those of you who have a better understanding of the issues here, can you tell me why would this be a bad idea? gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=102022 ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix
Re: [SlimDevices: Unix] any issues with LMS 7.8.x or 7.9.x on Debian Wheezy (x86)?
adamdea wrote: > Yes it did work, thanks. Mind you I am trying to repeat the exercise > using Debian on a cubox-i and finding it very hard going. But that's > getting LMS running I haven't got to squeezelite yet > > Have you had a go Now you mention cubox-i, which is i.MX6 based, it doesn't seem out of place to offer my build ideas for Wandboard running Wheezy, which has the same SoC at its core. I build my CPAN modules as follows: Code: #!/bin/bash if [ ! -d ./slimserver-vendor ] then git clone https://github.com/Logitech/slimserver-vendor.git fi if [ ! -f YAML-LibYAML-0.52.tar.gz ] then wget http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-LibYAML-0.52.tar.gz fi if [ ! -f Compress-Raw-Zlib-2.065.tar.gz ] then wget http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-2.065.tar.gz fi if [ ! -f Audio-Scan-0.95.tar.gz ] then git clone https://github.com/SqueezeOnArch/Audio-Scan.git mv ./Audio-Scan ./Audio-Scan-0.95 tar cf Audio-Scan-0.95.tar ./Audio-Scan-0.95/ rm -rf ./Audio-Scan-0.95 gzip Audio-Scan-0.95.tar fi cp Audio-Scan-0.95.tar.gz ./slimserver-vendor/CPAN cp Compress-Raw-Zlib-2.065.tar.gz ./slimserver-vendor/CPAN cp YAML-LibYAML-0.52.tar.gz ./slimserver-vendor/CPAN cp Font-FreeType-0.03.patch ./slimserver-vendor/CPAN cp buildme.patch ./slimserver-vendor/CPAN cp Image-Scale-0.08.patch ./slimserver-vendor/CPAN cd ./slimserver-vendor/CPAN patch buildme.sh < buildme.patch PERL_514=/usr/bin/perl ./buildme.sh The 3 patches needed are attached to this post. +---+ |Filename: Font-FreeType-0.03.patch | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=16378| +---+ -- "Dreamer, easy in the chair that really fits you..." dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588 View this thread: http://forums.slimdevices.com/showthread.php?t=102075 ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix
Re: [SlimDevices: Unix] LMS debian unstable package fails to run with perl 5.20
FWIW: I added binaries for 5.20 on 64 bit Linux to 7.8.1 and 7.9.0 > Am 12.09.2014 um 07:08 schrieb Joschi75 > : > > > Thanks a lot rpress! Your package also works for me. > Tried to do a source build on my own but I completely failed... > > > > Joschi75's Profile: http://forums.slimdevices.com/member.php?userid=40093 > View this thread: http://forums.slimdevices.com/showthread.php?t=102022 > > ___ > unix mailing list > unix@lists.slimdevices.com > http://lists.slimdevices.com/mailman/listinfo/unix ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix
Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version
Chunkywizard wrote: > Hi Triode, > > No difference I am afraid.(I did the manual update) > > CW Chunkywizard, are you definitely using the same workgroup name on the computers from which you want to access your Samba files as on your server NAS and other machines? Squeezebox Classic:2; Duet: 1; Boom:1; Touch:1; Wandboard Quad; Squeezelite. Server: Wandboard Quad with SoA; Raspberry Pi/Wolfson Card with Squeezeplug 7.06; (backup:Win 8 Pro 64 bit, Sheevaplug with Squeezeplug); iPeng, iPeng for Ipad, Orange Squeeze, Squeezepad, LMS Version: Logitech Media Server Version: 7.9.0 kesey's Profile: http://forums.slimdevices.com/member.php?userid=10786 View this thread: http://forums.slimdevices.com/showthread.php?t=101624 ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix
Re: [SlimDevices: Unix] any issues with LMS 7.8.x or 7.9.x on Debian Wheezy (x86)?
aubuti wrote: > From the Squeezelite thread it looks as if your approach to getting the > newer LIBC went fine. Or am I reading that wrong? I'll still consider > myself lucky that you blazed the trail first ;-) Yes it did work, thanks. Mind you I am trying to repeat the exercise using Debian on a cubox-i and finding it very hard going. But that's getting LMS running I haven't got to squeezelite yet Have you had a go adamdea's Profile: http://forums.slimdevices.com/member.php?userid=37603 View this thread: http://forums.slimdevices.com/showthread.php?t=102075 ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix
Re: [SlimDevices: Unix] piCoPlayer = Squeezelite on Microcore linux. .An embedded OS in RAM with Squeezelite
BenH73 wrote: > I have only read bits and pieces of this thread, but I thought 1.16 had > the same 48 kHz issue. Of course you may have meant the same changes as > 1.15, which seems to be the last to not have the issue. > Ben Sorry you are right. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://sites.google.com/site/picoreplayer/home *Please 'donate' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) if you like the piCorePlayer* sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237 View this thread: http://forums.slimdevices.com/showthread.php?t=97803 ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix
Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version
Triode wrote: > I've made a change - could you try a new install (actually just need to > uninstall and reinstall soa-web, but a new install may be easier if you > don't want to try the command line..) > > Edit: to update manually: > > > Code: > > > cd soa-aur/soa-web > pacman -R soa-web > makepkg --asroot -c -i -f -s --noconfirm > > > Hi Triode, No difference I am afraid.(I did the manual update) CW *Squeezebox:* Boom x2 (Kitchen and Office), Radio x2 (Lounge and Bedroom) *Server:* 7.8 for Wandboard Dual *Plugins:* Dynamic Playlists | SQL Playlist | Music Information Screen | TrackStat *Remote:* iPhone5/iPad Air running 'iPeng' (http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/) *Music: *'Last.fm' (http://www.last.fm/user/chunkywizard) Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868 View this thread: http://forums.slimdevices.com/showthread.php?t=101624 ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/unix