Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-12-16 Thread pmendiuk
@paul- You were correct. The path was not correct. The extension is working fine now. pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342 View this thread: http://forums.slimdevices.com/showthread.p

Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-12-16 Thread psketch
pmendiuk wrote: > I would like to write some python scripts in PcP and I am running into > some issues with creating and using an extension that contains the > required python packages. > > I installed python3.8-pip and installed all the required packages and my > script runs fine. Pip insta

Re: [SlimDevices: Unix] Waveshare 2.8" touchscreen

2021-12-16 Thread alidaf
chicks wrote: > Not sure this works for PiCorePlayer, but on the standard RaspberryPiOS > image, just add "vt.global_cursor_default=0" to the end of cmdline.txt > (all on one line) to disable the annoying cursor. > > pi@piTouchMini:/boot $ cat cmdline.txt > console=serial0,115200 console=tty1

Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-12-16 Thread Paytheprice
Just updatet two Pi4B, one running as a Sequeezebox Touch, one as a LMS from v.7.0.1 to v 8.0.1in-situ. No problems at all. Thanks for your work and the development. Paytheprice's Profile: http://forums.slimdevices.com/mem

Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-12-16 Thread paul-
In general that sounds fine, but it appears that you have not created your extension properly. I would look at the contents to the extension, the files are probably not where you think they are. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org

Re: [SlimDevices: Unix] Waveshare 2.8" touchscreen

2021-12-16 Thread chicks
alidaf wrote: > there is an annoying mouse cursor that I'd like to get rid of. Not sure this works for PiCorePlayer, but on the standard RaspberryPiOS image, just add "vt.global_cursor_default=0" to the end of cmdline.txt to disable the annoying cursor. pi@piTouchMini:/boot $ cat cmdline.txt c

Re: [SlimDevices: Unix] Waveshare 2.8" touchscreen

2021-12-16 Thread alidaf
So, the touchscreen issue has been solved with the help of Chill. I copied jivelite.sh from /opt/jivelite/bin to /mnt/mmcblk0p2/tce. Apparently this one is used in preference if it exists. I modified it to include the following... Code: if [ "$JIVELITE" = "yes" ]; then

Re: [SlimDevices: Unix] jivelite.sh is not writeable

2021-12-16 Thread alidaf
chill wrote: > You can put your own copy of jivelite.sh in /mnt/mmcblk0p2/tce/. If > present, pCP will use this version instead of the system jivelite.sh. Thank you. I've been struggling with getting a smaller display (640x480) to work and this was the last piece of the puzzle. -

Re: [SlimDevices: Unix] Waveshare 2.8" touchscreen

2021-12-16 Thread alidaf
Using "sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb0 TSLIB_TSDEVICE=/dev/input/event0 SDL_MOUSEDRV=TSLIB /opt/jivelite/bin/jivelite " to start Jivelite manually fixes the issue but how can this be incorporated for automatic startup? --

Re: [SlimDevices: Unix] jivelite.sh is not writeable

2021-12-16 Thread chill
You can put your own copy of jivelite.sh in /mnt/mmcblk0p2/tce/. If present, pCP will use this version instead of the system jivelite.sh. chill's Profile: http://forums.slimdevices.com/member.php?userid=10839 View this th

Re: [SlimDevices: Unix] Waveshare 2.8" touchscreen

2021-12-16 Thread alidaf
Ok, a workaround is to set the framebuffer size to 800x600 so I can now get the display. Unfortunately the touch calibration is way off and there is an annoying mouse cursor that I'd like to get rid of. I have tried ts_calibrate in both 640x480 and 800x600 modes but it is still way off with the i

Re: [SlimDevices: Unix] jivelite.sh is not writeable

2021-12-16 Thread Paul Webster
I do not remember the official way to do this ... but what I do when testing things like this on pCP is ... cp file myfile vi myfile cp myfile file It might not survive a reboot though. Doing a pcp bu will save things to the SD card but you might find that this location is not backed up. You c

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

2021-12-16 Thread MartinS0815
bpa wrote: > A good utility to help with managing pulseaudio and how it is configured > is pavucontrol. Check your output device is there an available. Pavucontrol returns that: Code: Unable to init server: Verbindung ist gescheitert: Verbindungsaufbau abgelehnt

[SlimDevices: Unix] jivelite.sh is not writeable

2021-12-16 Thread alidaf
I'd like to edit this file to set some options but cannot get the file to save. It's location is /opt/jivelite/bin/jivelite.sh, which is a link to /tmp/tcloop/pcp-jivelite/opt/jivelite/bin/jivelite.sh. alidaf's Profile: ht