Re: [SlimDevices: Unix] piCorePlayer 8.0.0 - Bluetooth Discussion

2022-11-18 Thread Mobilizer


Currently my phone is my gui which works like charm, but... I ordered a
simple bt steering wheel controller (play/pause/skip/volume) and it
appears as a bt-keyboard when pairing with my phone. Is it possible to
connect it directly to my PiCoreplayer as a keyboard to control playback
directly without having to pay my phone any attention? I could not find
any discussion about this, if possible I appreciate any help. Rgds
Magnus



Mobilizer's Profile: http://forums.slimdevices.com/member.php?userid=65723
View this thread: http://forums.slimdevices.com/showthread.php?t=114834

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


Re: [SlimDevices: Unix] bluetooth adapter comaptible PCP 8.2.0

2022-11-18 Thread paul-


You can get the firmware file from the linux firmware repo.   Create an
extension for the file. 

http://wiki.tinycorelinux.net/doku.php?id=wiki:creating_extensions



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate' (https://picoreplayer.org/index.html#donate) if you like
the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=117086

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2022-11-18 Thread paul-

Yes, glibc is generally the issue.  pCP was generally ahead of RaspiOS
distribution.  So I had to maintain separately.

I’ve been working on some other projects with the Pico, but I should be
able to get AudioScan updated.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate' (https://picoreplayer.org/index.html#donate) if you like
the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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


Re: [SlimDevices: Unix] piCorePlayer 8.0.0 - Bluetooth Discussion

2022-11-18 Thread paul-


Yes it should work.   But using LMS, shairport and Bluetooth are likely
going to cause conflicts.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate' (https://picoreplayer.org/index.html#donate) if you like
the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=114834

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


Re: [SlimDevices: Unix] PCP 8.2.0 on Pi4: very slow access to LMS tab

2022-11-18 Thread paul-

It’s not searching the whole drive.   Max depth limits the search.  And
the path in LMS prefs is not the actual path, as there are symlinks that
make the connection.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate' (https://picoreplayer.org/index.html#donate) if you like
the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=116837

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


Re: [SlimDevices: Unix] PCP 8.2.0 on Pi4: very slow access to LMS tab

2022-11-18 Thread MAAC


Did run the command in Putty and it took 5 or 6 minutes.

Why is the script searching for the cache through the entire library if
the cache is defined in the LMS configuration?
You only have to follow the configured path and check if the file is
there or not.



MAAC's Profile: http://forums.slimdevices.com/member.php?userid=73036
View this thread: http://forums.slimdevices.com/showthread.php?t=116837

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


Re: [SlimDevices: Unix] LInux client (controller) currently maintained

2022-11-18 Thread brainchild


cpd73 wrote: 
> Just published a very early 0.0.1 release - see
> https://forums.slimdevices.com/showthread.php?117099-Announce-Melodeon
> for announcement.

That's great, and while saying so probably seems to be beating a dead
horse, I appreciate the publishing of the Debian package.



brainchild's Profile: http://forums.slimdevices.com/member.php?userid=73088
View this thread: http://forums.slimdevices.com/showthread.php?t=116934

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


Re: [SlimDevices: Unix] LInux client (controller) currently maintained

2022-11-18 Thread cpd73


Just published a very early 0.0.1 release - see
https://forums.slimdevices.com/showthread.php?117099-Announce-Melodeon
for announcement.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=116934

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


Re: [SlimDevices: Unix] 'Official' docker container for LMS?

2022-11-18 Thread JohnnyPlayer


Hi,
I've tried to setup the official docker container v.8.3 in Rancher 2.6.
Everything works except the most important thing connecting to my
mediaplayer ( Transporter ).
Since this container seems not supports ping I'm not able to see if the
container sees the mediaplayer.
Is there something I've missed? 
Thanks in advance, for the help.

Part of container yaml file
ports:
- containerPort: 9000
hostIP: 192.168.2.145
hostPort: 9000
name: lms-frontend
protocol: TCP
- containerPort: 9090
hostIP: 192.168.2.145
hostPort: 9090
name: lms-services
protocol: TCP
- containerPort: 3483
hostIP: 192.168.2.145
hostPort: 3483
name: lms-tcp
protocol: TCP
- containerPort: 3483
hostIP: 192.168.2.145
hostPort: 3483
name: lms-udp
protocol: UDP



JohnnyPlayer's Profile: http://forums.slimdevices.com/member.php?userid=67299
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

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


Re: [SlimDevices: Unix] LInux client (controller) currently maintained

2022-11-18 Thread brainchild


RobbH wrote: 
> But that approach made for a misguided and unhelpful response to you.
> What was needed was simply to read what you wrote and refrain from
> inferring anything. This exchange has been a good reminder that that
> should always be an option.
> 

Yes, quite right. Even a slight improvement for the application of such
advice would make interactions in our modern lives vastly more pleasant
and successful. Our hunter-gatherer brains have appeared better suited
for interactions with familiar individuals in familiar settings, in
which any inferences tend to be grounded largely on observations from a
shared context.



brainchild's Profile: http://forums.slimdevices.com/member.php?userid=73088
View this thread: http://forums.slimdevices.com/showthread.php?t=116934

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


Re: [SlimDevices: Unix] piCorePlayer 8.0.0 - Bluetooth Discussion

2022-11-18 Thread godzini...@gmail.com


Hello, quick question. I am looking for a way to make my RPI3B+ a
squeezelite, shaiport and bluetooth client (only) using piCorePlayer and
headphones output (for now). Squeezelite and Shairport-sync are working
like a charm (I have an other device in my network working as a LMS
server and music database, and the iTunes from Windows device) but I am
not sure how to set the built-in bluetooth receiver to play music from
connected phone (using best possible codec) to the built-in headphones
output. Is it possible?



godzini...@gmail.com's Profile: 
http://forums.slimdevices.com/member.php?userid=72522
View this thread: http://forums.slimdevices.com/showthread.php?t=114834

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


Re: [SlimDevices: Unix] PCP 8.2.0 on Pi4: very slow access to LMS tab

2022-11-18 Thread Paul Webster


MAAC wrote: 
> How do I run the command ?
> Via command line ?

Details provided in earlier reply from pCP team member
https://forums.slimdevices.com/showthread.php?116837-PCP-8-2-0-on-Pi4-very-slow-access-to-LMS-tab=1065730=1#post1065730



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin lots more - see
https://forums.slimdevices.com/showthread.php?115201-announce-radio-now-playing-plugin

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=116837

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


Re: [SlimDevices: Unix] PCP 8.2.0 on Pi4: very slow access to LMS tab

2022-11-18 Thread Michael Herger

How do I run the command ?
Via command line ?


You'd have to use something like Putty to connect over SSH to the 
device. Then run the command on the shell there. I don't think there's a 
way to run a command through the web UI.

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


Re: [SlimDevices: Unix] PCP 8.2.0 on Pi4: very slow access to LMS tab

2022-11-18 Thread MAAC


How do I run the command ?
Via command line ?



MAAC's Profile: http://forums.slimdevices.com/member.php?userid=73036
View this thread: http://forums.slimdevices.com/showthread.php?t=116837

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