Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-19 Thread chill


I've made a bit of progress.  I've resized the splash screen:

[image:
http://www.cjh.me.uk/MyPhotobucket/cache/DIYHifi/Jivelite/240x240/splash_640.jpg]

I reverted to the version of the skin that originated from the portrait
version, and introduced the code to centre the popups:

[image:
http://www.cjh.me.uk/MyPhotobucket/cache/DIYHifi/Jivelite/240x240/popupmsg.jpg]

[image:
http://www.cjh.me.uk/MyPhotobucket/cache/DIYHifi/Jivelite/240x240/popupplay.jpg]

I've also resized all the graphics in the 'images' folder, so the
screensavers should work.  But I haven't been able to test them because
I can't seem to get any of the screensavers to display.  I suspect this
might be something to do with Jivelite not recognising Squeezelite as
the local player (MAC addresses?), but I'll have to delve into the log
files to see what's going on.  Once I'm happy that those resized
graphics work I'll post a version of the skin here.

I do have another question about running a bespoke version of
jivelite.sh.

Code:

export SDL_FBDEV=/dev/fb1
  


Since I need to include the above envar, I've had to make my own script
file, which is now exactly the same as the standard
/opt/jivelite/bin/jivelite.sh apart from that extra export.  Can I put
my bespoke script file somewhere such that pCP finds it when the
Jivelite section of pCP Tweaks attempts to start Jivelite?  Should it go
somewhere in /home/tc/.jivelite/userpath ?  Currently I call my script
as a User Command in the Tweaks section, but it would be nice if it was
fully integrated into the Jivelite section.



chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-01-19 Thread ply3908


I configured the nfs-server on piCorePlayer before.  I could not find
the extension any more.  Please point it to me if you know.  Thanks.



ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634
View this thread: http://forums.slimdevices.com/showthread.php?t=110642

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


Re: [SlimDevices: Unix] where is screen for interactive background scripts.

2020-01-19 Thread paul-


You can see the extensions on the extensions page.   Or browse to
https://repo.picoreplayer.org/repo/10.x/

We only include a small number of common extensions on our repo.   You
can get screen from the tinycore repo.



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

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
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=111513

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


[SlimDevices: Unix] where is screen for interactive background scripts.

2020-01-19 Thread M-H


For long running scripts like initial rsync I am used to work with the
linux 'screen' command, and be able to check after a nigh or more.
But what do I need to install to add this to pcp ?

And more importantly, How can I find such an answer myself ?
Is there any index to the extensions in the repository ?

T.I.A.  M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111513

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


Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-19 Thread M-H


This is fantastic progress !
I am still waiting for my pirate board to arrive, but you might have
created a working solution in the mean time.

The square resolution is also used on a cheap Chinese PiZero addon I
found today.
It has a tiny 1.54 Inch LCD with touch , 8 buttons  and  joystick knob
for about half the price of the audio card.
It is presented as a game console add-on but depending on its GPIO usage
it might be used in more situations.
So jivelite on this resolution might get more usage.

I'll order one, and in a month or so I can test that board too.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


Re: [SlimDevices: Unix] WaveShare 7'' touchescreen calibration issue with Jivelite

2020-01-19 Thread ralphy


tparvais wrote: 
> Thank you for all that information.
> 
> I've tried with 
> 
> > 
Code:

  >   > module_raw waveshare vid_pid=0eef:0005 len=25

> > 
> 
> no success: ts_calibrate didn"'t react to touch anymore
> 
> That's pitty that tslib and tools have not been compiled with DEBUG
> mode available. Is that possible to compile this easily ? (never done
> it on picoreplayer)
> 
> Very few means to debug currently
> 
> I'll keep working on it
> 
> Thomas

It's easy and done.  I rebuilt the current libts in pcp 5.x and 6.x beta
with debug enabled for the plugins.  I have not tested it but the size
of the plugins are much larger than the non debug extension.


Code:

tc@rpi4:~$ *ceo*
  tc@rpi4:/mnt/mmcblk0p2/tce/optional$ *wget -O libts.tcz 
http://ralph-irving.users.sourceforge.net/pico/libts-debug.tcz*
  Connecting to ralph-irving.users.sourceforge.net (216.105.38.10:80)
  libts.tcz100% 
||
  176k  0:00:00 ETA
  tc@rpi4:/mnt/mmcblk0p2/tce/optional$ *wget -O libts.tcz.md5.txt 
http://ralph-irving.users.sourceforge.net/pico/libts-debug.tcz.md5.txt*
  Connecting to ralph-irving.users.sourceforge.net (216.105.38.10:80)
  libts.tcz.md5.txt100% 
||
44  0:00:00 ETA
  tc@rpi4:/mnt/mmcblk0p2/tce/optional$ *md5sum -c libts.tcz.md5.txt*
  libts.tcz: OK
  tc@rpi4:/mnt/mmcblk0p2/tce/optional$ *pcp br*
  




Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=111447

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


Re: [SlimDevices: Unix] Permission denied at startup

2020-01-19 Thread franz159


Good morning,
I have a couple of players registered in
"https://mysqueezebox.com/player/viewPlayers;.
I use a raspberry pi3 and I am typically using squeezelite renderer
embedded in Moode.

I'm now in the process of introducing a new squeezelite player running
on Gentooplaye.
It all works pretty well, but I'm not able to register the new player on
mysqueezebox.

In LMS server log I have this error:
*Slim::Networking::SqueezeNetwork::_error (576) Unable to login to SN:
Timed out waiting for data
*
Any idea where I should start to debug?
Or - as an alternative - do I have any way to manually "register" my new
squeezelite instance on mysqueezebox?

Thanks



franz159's Profile: http://forums.slimdevices.com/member.php?userid=62974
View this thread: http://forums.slimdevices.com/showthread.php?t=110629

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-01-19 Thread Aldoszx


paul- wrote: 
> It's a philosophy thing.  The pCP team does not support closed source
> projects.

I understand.
At least, maybe you could help us to install it manually on final pCP
6.0. version.
Unfortunately, LMS has some limitation. For example DSD playback.
On my configuration i can play DSD natively via ROON, but not from LMS
(Daphile).

29102


+---+
|Filename: roon_DSD512.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=29102|
+---+


Aldoszx's Profile: http://forums.slimdevices.com/member.php?userid=69750
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-01-19 Thread paul-


Aldoszx wrote: 
> Thank you, Paul !
> 
> It would be a nice feature for pCP if you will decide to implement the
> script to be installed from interface.
> At least for me, pCP will be then the best player. :)

It's a philosophy thing.  The pCP team does not support closed source
projects.



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

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
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=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-01-19 Thread paul-


Yes, Audiophonics flipped the default GPIO some point in time.



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

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
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=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-01-19 Thread Man in a van


pputzer wrote: 
> Have you tried doing it without the script and instead using dtoverlay?
> You'll have to check if the GPIO pins are the same, but I've had success
> with 'these settings and the PI-SPC II'
> (https://forums.slimdevices.com/showthread.php?110421-Help-needed-configuring-Audiophonics-power-button-shut-off-in-piCorePlayer=940439=1#post940439)
> board by Audiophonics.

paul- wrote: 
> You should not need the power script extension.  These should manage
> everything for you..It was desiged for the newer power board that
> actually can cut power to the rpi, but should work with the simple
> interface that your card has.But otherwise, I'll check out the
> powerscript extension, and update it.
> 
> 29099

Thanks to both, got there in the end. :):)

Cheers 

29101

ronnie :rolleyes::p


+---+
|Filename: pcp audiophonics power switch.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=29101|
+---+


Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-01-19 Thread paul-


Man in a van wrote: 
> Hi Paul
> 
> I only added two extension, lame and the Audiophonics-powerscript.tcz
> 
> ronnie

You should not need the power script extension.  These should manage
everything for you..It was desiged for the newer power board that
actually can cut power to the rpi, but should work with the simple
interface that your card has.But otherwise, I'll check out the
powerscript extension, and update it.

29099


+---+
|Filename: 2020-01-19_09-47.png |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=29099|
+---+


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

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
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=110727

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


Re: [SlimDevices: Unix] WaveShare 7'' touchescreen calibration issue with Jivelite

2020-01-19 Thread tparvais


ralphy wrote: 
> It's already included in the libts extension.
> 
> You need to modify /usr/local/etc/ts.conf and add a line
> 
> module_raw waveshare
> 
> You will also likely need to make other changes to the ts.conf file but
> I can't really help you with that as I don't have that screen.
> 
> Backup the pcp config and reboot.
> 
> Here's the 'ts.conf man page'
> (https://manpages.debian.org/unstable/libts0/ts.conf.5.en.html)
> 
> The only bit of info I found on the waveshare modules was at the top of
> the source code.
> 
> > 
Code:

  >   > * Usage:
  > *   module_raw waveshare vid_pid=: len=
  > */

> > 
> 
> EDIT: Plus the info from the github site I referenced above.

Thank you for all that information.

I've tried with 


Code:

module_raw waveshare vid_pid=0eef:0005 len=25



no success: ts_calibrate didn"'t react to touch anymore

That's pitty that tslib and tools have not been compiled with DEBUG mode
available. Is that possible to compile this easily ? (never done it on
picoreplayer)

Very few means to debug currently

I'll keep working on it

Thomas



tparvais's Profile: http://forums.slimdevices.com/member.php?userid=59976
View this thread: http://forums.slimdevices.com/showthread.php?t=111447

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-01-19 Thread Man in a van

paul- wrote: 
> Ronnie,
> 
> Sorry, I missed this boot log in your post.  The issue is wiringPi.  We
> don’t use wiring pi anymore on pCP, but you must have added it.  did I
> miss a wiring pi dependency?

Hi Paul

I only added two extension, lame and the Audiophonics-powerscript.tcz

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] WaveShare 7'' touchescreen calibration issue with Jivelite

2020-01-19 Thread ralphy


tparvais wrote: 
> I was not aware of this driver. How can I load it on picoreplayer ? Is
> it available on repository with tcz format ?
> 
> Thomas

It's already included in the libts extension.

You need to modify /usr/local/etc/ts.conf and add a line

module_raw waveshare

You will also likely need to make other changes to the ts.conf file but
I can't really help you with that as I don't have that screen.

Backup the pcp config and reboot.

Here's the 'ts.conf man page'
(https://manpages.debian.org/unstable/libts0/ts.conf.5.en.html)

The only bit of info I found on the waveshare modules was at the top of
the source code.


Code:

* Usage:
  *   module_raw waveshare vid_pid=: len=
  */




Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=111447

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-01-19 Thread paul-

Man in a van wrote: 
> I'm trying beta version 7 on a rpi 3b.
> 
> 
> 
> Works well. :)
> 
> I have the AUDIOPHONICS I-SABER V3 DAC ES9023 TCXO  installed. 
> 
> I have configured the power switch but the OS does not seem to recognise
> the SOC. 
> 
> On power up the switch led continues blinking.
> 
> Boot log is here
> 
> 29042
> 
> ronnie
> 
> 
> I have done the same install with v5.0.1 and everything works without a
> problem :cool:

Ronnie,

Sorry, I missed this boot log in your post.  The issue is wiringPi.  We
don’t use wiring pi anymore on pCP, but you must have added it.  did I
miss a wiring pi dependency?



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

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
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=110727

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


Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-19 Thread chill


Paul Webster wrote: 
> Can you do it all without an OK/Enter button?

Yes, the RIGHT key serves that purpose.



chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-01-19 Thread Man in a van


Man in a van wrote: 
> I'm trying beta version 7 on a rpi 3b.
> 
> 
> 
> Works well. :)
> 
> I have the AUDIOPHONICS I-SABER V3 DAC ES9023 TCXO  installed. 
> 
> I have configured the power switch but the OS does not seem to recognise
> the SOC. 
> 
> On power up the switch led continues blinking.
> 
> Boot log is here
> 
> 29042
> 
> ronnie
> 
> 
> I have done the same install with v5.0.1 and everything works without a
> problem :cool:


Hi Paul, I wonder if this post has any relevance to the boot log

https://www.raspberrypi.org/forums/viewtopic.php?f=66=262094

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-19 Thread Paul Webster


Can you do it all without an OK/Enter button?



Paul Webster
http://dabdig.blogspot.com
Author Radio France (FIP etc) plugin

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

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


Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-19 Thread chill


mherger wrote: 
> 
> I can't really say why, but I'd have started with the Portrait mode 
> skin.

I wasn't sure which one would be the best starting point.  Each applet
inherits from the QVGAbaseSkin, but then has code to modify anything in
that base that doesn't suit the specific skin.  So the portrait skin has
to modify different bits (that need to suit 240 wide) compared to the
landscape skin (that needs to support 240 tall).  And the image assets
are different, e.g. the word clock background, the scroll bar.

I repeated the exercise this morning, starting with the portrait skin,
and I found the code that corresponds to the placing of the popup icons
for play/FF/Rew, so now they're centred properly.  But the image assets
aren't right - the scroll bar from the portrait skin is 320 pixels tall,
for example.

So I think a hybrid of the two versions is needed, and it'll take a bit
of effort to work through both skins and incorporate both sets of
modifications to the base, and then consider which images should be used
or further modified.

mherger wrote: 
> 
> Would the buttons be any useful?
> 
Yes, I have them set up under sbpd.  The buttons A, B, X and Y are on
GPIO 5, 6, 16 and 20 respectively.  I had configured A and B (on the
left) to do volume up and down (and 'max volume' and 'mute' on the long
presses).  I've now configured X and Y on the right to do UP and DOWN in
Jivelite (and LEFT and RIGHT on the long presses, to move between
screens), so I now have full control over Jivelite.



chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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