Re: [SlimDevices: Unix] PiCorePlayer 7 and Bluetooth

2021-06-09 Thread tjako


Ok... 

I found the option to select the device, somehow managed to miss that
one.

My setup is working properly now.


Thanx.



tjako's Profile: http://forums.slimdevices.com/member.php?userid=57328
View this thread: http://forums.slimdevices.com/showthread.php?t=113993

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


Re: [SlimDevices: Unix] PiCorePlayer 7 and Bluetooth

2021-06-09 Thread tjako


Hi all,

I've been trying out the picoreplayer on a rpi4b with a pidisplay and a
bluetoothspeaker (megaboom3)
It all connects even the bluetooth seems to connect on poweron.

Via lms I can play music on the bt speaker.

However the bluetoothspeaker can only be managed via lms and not via the
jivelite.

Is there a way to configure jivelite/picoreplayer so that jivelite
connects to the bluetoothspeaker instance ?

currently the pidisplay is kinda useless when using bluetooth speakers.

Tjako



tjako's Profile: http://forums.slimdevices.com/member.php?userid=57328
View this thread: http://forums.slimdevices.com/showthread.php?t=113993

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


[SlimDevices: Unix] opensuse 12.2 fails to run logitechmediaserver-7.8.0-0.1.1347896053

2012-09-19 Thread tjako

Hello,

I'm trying to get my logitech media server to work again on opensuse
12.2 x86_64
After updating to opensuse 12.2 LMS died on me and refused to start
again.

I did a clean install after this and tried several times again and
again, after which I decided to start packaging the missing requirements
for squeezebox.
Now that I got all the perl requirements packaged and installed it
complains in several ways.

first error :
Starting Squeezebox Server: Can't locate Slim/bootstrap.pm
solved by :
ln -s /usr/lib/perl5/vendor_perl/Slim/
/usr/lib/perl5/vendor_perl/5.16.0/Slim

second error:
DBD::SQLite object version 1.35 does not match bootstrap parameter
1.34_01 at 

attempt 1:
I decided to do a nice downgrade to 1.34_01 (so I packaged this neatly
to)
no luck at all, after this the DBD::SQLite could no longer be found
attempt 2:
dirty hackadjust the version in
/usr/share/squeezeboxserver/CPAN/DBD/SQLite.pm
this did it

third error :
Can't locate loadable object for module Media::Scan 
symbolic linking  /usr/lib/perl5/vendor_perl/Media to
/usr/lib/perl5/vendor_perl/5.16.0/Media didn't help

Anybody who knows a workaround ?

and for bonus points :
the error : 
NOTE: Class::XSAccessor 1.05+ not found, install it for better
performance
The Class::XSAccessor version 1.13 is installed, it seems unable to find
this thing.

And lastly :
Unable to read prefs from /var/lib/squeezeboxserver/prefs/server.prefs :
Usage: YAML::XS::LibYAML::Load(yaml_sv) at
/usr/share/squeezeboxserver/CPAN/YAML/XS.pm line 48.
This file is readable for the squeeseserver user and it does exist, is
this because I never got LMS to run ?


Regards
Tjako



tjako's Profile: http://forums.slimdevices.com/member.php?userid=57328
View this thread: http://forums.slimdevices.com/showthread.php?t=96492

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


Re: [SlimDevices: Unix] opensuse 12.2 fails to run logitechmediaserver-7.8.0-0.1.1347896053

2012-09-19 Thread tjako

Hello,

I've managed to work around the Media::Scan error this way :
ln -s /usr/share/squeezeboxserver/CPAN/arch/5.14
/usr/share/squeezeboxserver/CPAN/arch/5.16

I noticed there is no  /usr/share/squeezeboxserver/CPAN/arch/5.16 folder
which means that a lot of stuff is missing for perl 5.16

Now I get the error YAML::XS not foundsighit is installed
ofcourse

Tjako



tjako's Profile: http://forums.slimdevices.com/member.php?userid=57328
View this thread: http://forums.slimdevices.com/showthread.php?t=96492

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


Re: [SlimDevices: Unix] opensuse 12.2 fails to run logitechmediaserver-7.8.0-0.1.1347896053

2012-09-19 Thread tjako

Hi,

I've found that bug as well, after reading that it occured to me it
might be a lot of work to get it to work under 12.2 so i downgraded
after 3 days of debugging.

I'm not a noob with perl but I am with the cvs structure of LMS and how
the compiling of the libs goes.
I will put some effort into it if I can find the time for it.

On the other hand I packaged all the required perl modules for opensuse
in the open build service.

Getting logitech media service to work on opensuse 12.1 is now reduced
to 5 simple steps

Add my repo : 
zypper ar -f
http://download.opensuse.org/repositories/home:/robverduijn:/squeezebox/openSUSE_12.1
squeezebox

install the dependencies for LMS
zypper in perl-DBD-SQLite perl-DBI perl-HTML-Parser perl-JSON-XS
perl-YAML-LibYAML perl-Sub-Name perl-Class-XSAccessor perl-Audio-Scan
perl-EV perl-Image-Scale

get the squeezebox rpm
wget
http://downloads.slimdevices.com/LogitechMediaServer_v7.7.2/logitechmediaserver-7.7.2-1.noarch.rpm

for some reason LMS can't find its own modules so a symbolic link is
needed
ln -s /usr/lib/perl5/vendor_perl/Slim/
/usr/lib/perl5/vendor_perl/5.14.2/Slim

start the server
/etc/init.d/squeezebox start

surf to the webpage
servername:9000

p.s. don't forget to open up your firewall if you run one.

enjoy



tjako's Profile: http://forums.slimdevices.com/member.php?userid=57328
View this thread: http://forums.slimdevices.com/showthread.php?t=96492

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