Re: [SlimDevices: Unix] Announce: piCorePlayer 2.00

2016-07-06 Thread Greg Erskine

paladin5000 wrote: 
> Hi,
> I have just installed picoreplayer on a raspberry pi 1 with the chinese
> suptronics x400 as a i2s dac and amplifier and it works great out of the
> box. In the past I used the same hardware with mpd and I could control
> playing and stopping music, loading playlists and changing the volume
> with hardware buttons on the GPIO easily by using mpc commands in a
> python script.
> 
> Are there similar commands for the squeezelite player to load a
> playlist, list the music database of the lms and
> play/stop/changevolume?
> 
> Thank You,
> Andreas

Hi Andreas,

Thanks for giving piCorePlayer a go.

I think most people use a mobile device using an app like iPeng or
similar to control squeezelite/LMS. Since the release of the official
RPi touch screen there are quite a few people using jivelite. I
personally use the "simple controls" tabs on piCorePlayer web interface
in [Advanced] mode. There is also the LMS web interface. There are also
a couple of IR interfaces currently being developed.

Having said that, there is a "basic" pCP CLI available. Just type "pcp"
at the command prompt. At the moment, there are only the commands we use
within pCP and a couple of requested commands.


Code:

$ pcp
  
=
  Basic piCorePlayer CLI
  
-
  Squeezelite/LMS
  ---
  - pcp play   : play current track in playlist
  - pcp stop   : stop
  - pcp up : volume up
  - pcp down   : volume down
  - pcp next   : next track
  - pcp prev   : previous track
  - pcp rand   : random track
  - pcp power [on|off] : power on or off
  - pcp volume [0-100] : set volume between 0 to 100
  - pcp rescan : Look for new and changed media files in connected LMS 
library
  - pcp wipecache  : Clear connected LMS library and rescan everything
  
-
  piCore
  --
  - pcp bu : (b)ack(u)p
  - pcp sd : (s)hut(d)own
  - pcp bs : (b)ackup then (s)hutdown
  - pcp rb : (r)e(b)oot
  - pcp br : (b)ackup then (r)eboot
  
-
  piCorePlayer
  
  - pcp d0 : debug off
  - pcp d1 : debug on
  
-
  



Note: These commands are subject to change.

regards
Greg



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 2.00

2016-07-06 Thread paladin5000

Hi Greg,
thanks for that informative answer. The simple commands will do just
fine for a start. I will later look into jivelite.

I also want to control the player mainly by app, but all my music
devices must have a "quick-start" button for my wife when she wants to
listen to music without searching for the phone and starting the app
and...

So I programmed a button to randomly select 50 tracks from the database
and start playing them. At the beginning it was only intended for my
wife, but since I have come to appreciate the functionality. Just press
the button, the amplifier is automatically turned on and random songs
start to play. I plan to do the same the picoreplayers.

Thanks again,
Andreas



paladin5000's Profile: http://forums.slimdevices.com/member.php?userid=65869
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

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


Re: [SlimDevices: Unix] Bluetooth Speaker on PiCorePlayer

2016-07-06 Thread nr002541

Thanks for them suggestions i will look into them.



nr002541's Profile: http://forums.slimdevices.com/member.php?userid=63023
View this thread: http://forums.slimdevices.com/showthread.php?t=105834

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 2.00

2016-07-06 Thread kolossos4730

Greg Erskine wrote: 
> Hi Andreas,
> 
> Thanks for giving piCorePlayer a go.
> 
> I think most people use a mobile device using an app like iPeng or
> similar to control squeezelite/LMS. Since the release of the official
> RPi touch screen there are quite a few people using jivelite. I
> personally use the "simple controls" tabs on piCorePlayer web interface
> in [Advanced] mode. There is also the LMS web interface. There are also
> a couple of IR interfaces currently being developed.
> 
> Having said that, there is a "basic" pCP CLI available. Just type "pcp"
> at the command prompt. At the moment, there are only the commands we use
> within pCP and a couple of requested commands.
> 
> > 
Code:

  >   > $ pcp
  > 
=
  > Basic piCorePlayer CLI
  > 
-
  > Squeezelite/LMS
  > ---
  > - pcp play   : play current track in playlist
  > - pcp stop   : stop
  > - pcp up : volume up
  > - pcp down   : volume down
  > - pcp next   : next track
  > - pcp prev   : previous track
  > - pcp rand   : random track
  > - pcp power [on|off] : power on or off
  > - pcp volume [0-100] : set volume between 0 to 100
  > - pcp rescan : Look for new and changed media files in connected 
LMS library
  > - pcp wipecache  : Clear connected LMS library and rescan everything
  > 
-
  > piCore
  > --
  > - pcp bu : (b)ack(u)p
  > - pcp sd : (s)hut(d)own
  > - pcp bs : (b)ackup then (s)hutdown
  > - pcp rb : (r)e(b)oot
  > - pcp br : (b)ackup then (r)eboot
  > 
-
  > piCorePlayer
  > 
  > - pcp d0 : debug off
  > - pcp d1 : debug on
  > 
-
  > 

> > 
> 
> Note: These commands are subject to change.
> 
> regards
> Greg

Greg,

I noticed the 'pcp rescan' in your post. This is not available in my
version of piCorePlayer (2.06) but the code is present in
'pcp-lms-functions'. I've changed 2.06's 'pcp' to include the rescan
option and added this functionality to my piCorePlayer applet. I always
missed the rescan library option on my Touch (the SB3 does have this
option).

Maybe this new version can be included in the next version of
piCorePlayer? 

Regards,

Arie

20715


+---+
|Filename: piCorePlayer_v5.zip  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=20715|
+---+


kolossos4730's Profile: http://forums.slimdevices.com/member.php?userid=63988
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

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


Re: [SlimDevices: Unix] Bluetooth Speaker on PiCorePlayer

2016-07-06 Thread Man in a van

Apesbrain wrote: 
> Be advised BT support on Max2Play is a premium plugin and requires a
> paid license.  I'll stick with piCorePlayer and a wire, thanks.

True, but the licence is a piddling €10. (took me three attempts to get
that Euro sign! :p )  

atb

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=105834

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


Re: [SlimDevices: Unix] Bluetooth Speaker on PiCorePlayer

2016-07-06 Thread d6jg

Fair point. Well made.


Sent from my iPhone using Tapatalk



*Vortexbox LMS 7.9 music on QNAP TS419p via NFS* iThingys/iPeng/Tablets
*Living Room* - SB3 -> Onkyo TS606 - > Celestion Ditton F20s - Zone 2 ->
Sony TA FE 320 -> Sennheiser RS 130 & B P7
*Office* - RPi -> Sony TA FE320 -> Celestion F10s / SB3 -> Onkyo CRN 755
-> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones
*Bedroom (TV)* - Amazon Fire TV (SB Player) -> Topping TP20 ->
Wharfedale Modus Cubes

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=105834

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


Re: [SlimDevices: Unix] Bluetooth Speaker on PiCorePlayer

2016-07-06 Thread castalla

Well, the cheapest option is max2play plus licence plus cheap BT dongle.
I still think the limiting factor is likely to be the BT reach (which
in my experience is about 4 m max without intervening walls, etc.).



Touch
Logitech Radio
Logitech UE Radio
O2 Joggler + SqpOS 
UPnPBridge - 2 paired Sonos Play1 speakers
UPnPBridge - Rocki - Sony SRS-BTM8 speaker
UPnPBridge - Pioneer WX-SMA1 speaker
UPnPBridge - PURE One Flow internet radio: PURE Jongo S3x ; Jongo T2
Castbridge - Chromecast 1 + Chromecast Audio
SB Player - Fire TV

http://residentalien.yolasite.com

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=105834

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


Re: [SlimDevices: Unix] Bluetooth Speaker on PiCorePlayer

2016-07-06 Thread d6jg

Man in a van wrote: 
> Well, don't beat about the bush man! say what you really mean ;):D:p
> 
> If the OP wants BlueTooth "make it so!".
> 
> I have used my cast thingy once (only £15, and 'bout what it's worth :(
> ).
> 
> atb
> 
> Ronnie.

Well it is Ronnie. It's like AM compared to FM. 

I know most can't hear a difference between 320 Kbps MP3 and FLAC but
there is a clearly audible difference between BT and a 320 Kbps MP3
streamed wirelessly. 

The Chromecast is much better quality than BT although nowhere near as
good as a native SB or a Pi derivative.




Sent from my iPhone using Tapatalk



*Vortexbox LMS 7.9 music on QNAP TS419p via NFS* iThingys/iPeng/Tablets
*Living Room* - SB3 -> Onkyo TS606 - > Celestion Ditton F20s - Zone 2 ->
Sony TA FE 320 -> Sennheiser RS 130 & B P7
*Office* - RPi -> Sony TA FE320 -> Celestion F10s / SB3 -> Onkyo CRN 755
-> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones
*Bedroom (TV)* - Amazon Fire TV (SB Player) -> Topping TP20 ->
Wharfedale Modus Cubes

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=105834

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


Re: [SlimDevices: Unix] Bluetooth Speaker on PiCorePlayer

2016-07-06 Thread castalla

d6jg wrote: 
> But Bluetooth audio is junk compared to Castbridge or AirPlay. Bluetooth
> being a compressed / decompressed technology with definite loss. A
> Chromecast at £35 must be a better more flexible option than a Bluetooth
> dongle at £? plus a licence at £8.

However, most BT speakers are battery powered.  For outside use then a
power point or a suitable battery pack will be needed for the chromecast
- more cost



Touch
Logitech Radio
Logitech UE Radio
O2 Joggler + SqpOS 
UPnPBridge - 2 paired Sonos Play1 speakers
UPnPBridge - Rocki - Sony SRS-BTM8 speaker
UPnPBridge - Pioneer WX-SMA1 speaker
UPnPBridge - PURE One Flow internet radio: PURE Jongo S3x ; Jongo T2
Castbridge - Chromecast 1 + Chromecast Audio
SB Player - Fire TV

http://residentalien.yolasite.com

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=105834

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


Re: [SlimDevices: Unix] Bluetooth Speaker on PiCorePlayer

2016-07-06 Thread Man in a van

d6jg wrote: 
> But Bluetooth audio is junk compared to Castbridge or AirPlay. Bluetooth
> being a compressed / decompressed technology with definite loss. A
> Chromecast at £35 must be a better more flexible option than a Bluetooth
> dongle at £? plus a licence at £8.

Well, don't beat about the bush man! say what you really mean ;):D:p

If the OP wants BlueTooth "make it so!".

I have used my cast thingy once (only £15, and 'bout what it's worth :(
).

atb

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=105834

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 2.00

2016-07-06 Thread kingswindsor

Greg Erskine wrote: 
> Keep an eye out for "Slimmer".
I've been trying with Slimmer and it seems to have easier configuration
than the other methods I have seen posted, but I still haven't been able
to get the rotary encoder to work with PiCorePlayer.   its not the
hardware as it works ok if I use MoOde. 

I've posted more details on the Slimmer thread to avoid overloading this
one. It's at http://forums.slimdevices.com/showthread.php?p=857233

If anyone can help, I'd be very grateful.





kingswindsor's Profile: http://forums.slimdevices.com/member.php?userid=61926
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

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


Re: [SlimDevices: Unix] Bluetooth Speaker on PiCorePlayer

2016-07-06 Thread d6jg

Man in a van wrote: 
> True, but the licence is a piddling €10. (took me three attempts to get
> that Euro sign! :p )  
> 
> atb
> 
> Ronnie.

But Bluetooth audio is junk compared to Castbridge or AirPlay. Bluetooth
being a compressed / decompressed technology with definite loss. A
Chromecast at £35 must be a better more flexible option than a Bluetooth
dongle at £? plus a licence at £8.



*Vortexbox LMS 7.9 music on QNAP TS419p via NFS* iThingys/iPeng/Tablets
*Living Room* - SB3 -> Onkyo TS606 - > Celestion Ditton F20s - Zone 2 ->
Sony TA FE 320 -> Sennheiser RS 130 & B P7
*Office* - RPi -> Sony TA FE320 -> Celestion F10s / SB3 -> Onkyo CRN 755
-> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones
*Bedroom (TV)* - Amazon Fire TV (SB Player) -> Topping TP20 ->
Wharfedale Modus Cubes

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=105834

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2016-07-06 Thread tcutting

d6jg wrote: 
> While you are both here gents. Is there any chance of your excellent VU
> meters making their way to an actual Joggler by way of Applet?

I took an attempt previously to get the VU meter function working on the
(slightly) modified CustomClock applet for JiveLite.  I was
un-successful, but honestly didn't spend too much time on the attempt. 
I still plan to give it a go when time permits.  Perhaps someone else
could take a crack? The "jive" version of CustomClock supports the VU
and Spectrum Analyzer displays, but the support functions aren't the
same for JiveLite.  On the positive side, the Joggler is the same
resolution as the RPi official display...



tcutting's Profile: http://forums.slimdevices.com/member.php?userid=17402
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 2.00

2016-07-06 Thread paul-

paladin5000 wrote: 
> Hi,
> I have just installed picoreplayer on a raspberry pi 1 with the chinese
> suptronics x400 as a i2s dac and amplifier and it works great out of the
> box. In the past I used the same hardware with mpd and I could control
> playing and stopping music, loading playlists and changing the volume
> with hardware buttons on the GPIO easily by using mpc commands in a
> python script.
> 
> Are there similar commands for the squeezelite player to load a
> playlist, list the music database of the lms and
> play/stop/changevolume?
> 
> Thank You,
> Andreas

The command line interface (LMScli) is part of the server package.   You
can find help for that in the LMS help screens.As Greg mention,
there are a few things that are built into pCP. On my systems at
home, I use squeezy to interface with my push button scripts.   I still
prefer the old version (.12)  found here.  
https://code.google.com/archive/p/squeezy/There is a newer version
on github https://github.com/pssc/squeezy but it has more lag.



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 2.00

2016-07-06 Thread Greg Erskine

kolossos4730 wrote: 
> Greg,
> 
> I noticed the 'pcp rescan' in your post. This is not available in my
> version of piCorePlayer (2.06) but the code is present in
> 'pcp-lms-functions'. I've changed 2.06's 'pcp' to include the rescan
> option and added this functionality to my piCorePlayer applet. I always
> missed the rescan library option on my Touch (the SB3 does have this
> option).
> 
> Maybe this new version can be included in the next version of
> piCorePlayer? 
> 
> Regards,
> 
> Arie
> 
> 20715

Hi Arie,

It looks like the April update of pcp cli did not get into production.
:(

I assume you have added "pcp rescan" to the pCP2.06 and tested it works
with your attached code.

Thanks for adding this option. I will try and work out who updates our
repository. :)

regards
Greg



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 2.00

2016-07-06 Thread eiffel

JackOfAll wrote: 
> NB. This is posted with consent from Steen.
> Anyway, long story short, the ZeroDAC normally retails for £15 inc VAT
> with the 40 pin header soldered onto the board, or £14 inc VAT with it
> supplied but not fitted. I don't know how long this offer will last, but
> if you enter the "voucher" code, *ZeroHero*, when you checkout a ZeroDAC
> you can purchase it for £11 and £10, respectively, depending on whether
> you want the header soldered or not.
> 
> 'IQAudIO Pi-DACZero' (http://www.iqaudio.co.uk/audio/38-pi-daczero.html)

For what it's worth, its is possible to install the ZeroDAC with the
official Pi display and Pi display case -without soldering if purchasing
the Zerodac with header (connecting the Pi3/2 and display power can be
done through the headphone header rather than the 40 pin header). The
back of the display case does need some cutting with a dremmel or
similar to be reinstalled for a clean setup, but this is of-course not
mandatory.

Thanks for making this deal known!



eiffel's Profile: http://forums.slimdevices.com/member.php?userid=46208
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

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


Re: [SlimDevices: Unix] Bluetooth Speaker on PiCorePlayer

2016-07-06 Thread tcutting

I'd be interested in being able to SEND Bluetooth to my PiCorePlayer.  I
have a "fixed" PiCorePlayer in my garage, with built-in HiFiBerry Amp+
and speakers.  There are times when it would be convenient to be able to
use that setup to play content from my phone (Android).  Has anyone
looked at an "auxiliary" input to PiCorePlayer (bluetooth, or even
wired)?



tcutting's Profile: http://forums.slimdevices.com/member.php?userid=17402
View this thread: http://forums.slimdevices.com/showthread.php?t=105834

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 2.00

2016-07-06 Thread JackOfAll

JackOfAll wrote: 
> Anyone else thinking of purchasing more than one ZeroDAC with the
> discount code, please hold fire for the moment. I am waiting for
> clarification from IQ, as to whether it will be possible to receive the
> £4 discount per board, rather than a single £4 discount per order, which
> seems to be the way it is working with his shopping cart software, right
> now.

OK, clarification from Gordon, is that it is only possible to use the
voucher (and have it apply once) per order.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

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


Re: [SlimDevices: Unix] Bluetooth Speaker on PiCorePlayer

2016-07-06 Thread Apesbrain

castalla wrote: 
> If you really want pi to bluetooth then install max2play which enables
> bluetooth speakers, but you'll also need a bluetooth adapter for the pi.
Be advised BT support on Max2Play is a premium plugin and requires a
paid license.  I'll stick with piCorePlayer and a wire, thanks.



Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=105834

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 2.00

2016-07-06 Thread JackOfAll

Anyone else thinking of purchasing more than one ZeroDAC with the
discount code, please hold fire for the moment. I am waiting for
clarification from IQ, as to whether it will be possible to receive the
£4 discount per board, rather than a single £4 discount per order, which
seems to be the way it is working with his shopping cart software, right
now.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 2.00

2016-07-06 Thread paladin5000

Hi,
I have just installed picoreplayer on a raspberry pi 1 with the chinese
suptronics x400 as a i2s dac and amplifier and it works great out of the
box. In the past I used the same hardware with mpd and I could control
playing and stopping music, loading playlists and changing the volume
with hardware buttons on the GPIO easily by using mpc commands in a
python script.

Are there similar commands for the squeezelite player to load a
playlist, list the music database of the lms and
play/stop/changevolume?

Thank You,
Andreas



paladin5000's Profile: http://forums.slimdevices.com/member.php?userid=65869
View this thread: http://forums.slimdevices.com/showthread.php?t=105018

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2016-07-06 Thread kolossos4730

d6jg wrote: 
> While you are both here gents. Is there any chance of your excellent VU
> meters making their way to an actual Joggler by way of Applet?

An applet would be a stretch too far as I do not have access to an O2
Joggler and the name of the image used for the VU meter is hardcoded
into the source code of the skin.

I downloaded the latest image for the Joggler from
http://birdslikewires.co.uk/squeezeplay-os to see where this VU meter
image is located. The easiest option would be to replace the following
image:


Code:


/opt/squeezeplay/share/jive/applets/WVGAsmallSkin/images/UNOFFICIAL/VUMeter/vu_analog_25seq_w.png



with this one: 20710

The O2 Joggler image also includes a nice word clock applet which works
great with the Joggler skin. Only thing I noticed is that SqueezePlay
crashes when this word clock applet is used with the WQVGAsmallSkin
skin.

20709

20711


+---+
|Filename: WordClock.zip|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=20711|
+---+


kolossos4730's Profile: http://forums.slimdevices.com/member.php?userid=63988
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2016-07-06 Thread d6jg

kolossos4730 wrote: 
> An applet would be a stretch too far as I do not have access to an O2
> Joggler and the name of the image used for the VU meter is hardcoded
> into the source code of the skin.
> 
> I downloaded the latest image for the Joggler from
> http://birdslikewires.co.uk/squeezeplay-os to see where this VU meter
> image is located. The easiest option would be to replace the following
> image:
> 
> > 
Code:

  >   > 
/opt/squeezeplay/share/jive/applets/WVGAsmallSkin/images/UNOFFICIAL/VUMeter/vu_analog_25seq_w.png

> > 
> 
> with this one: 20710
> 
> The O2 Joggler image also includes a nice word clock applet which
> works great with the Joggler skin. Only thing I noticed is that
> SqueezePlay crashes when this word clock applet is used with the
> WQVGAsmallSkin skin.
> 
> 20709
> 
> 20711

I will give that a go this evening!



*Vortexbox LMS 7.9 music on QNAP TS419p via NFS* iThingys/iPeng/Tablets
*Living Room* - SB3 -> Onkyo TS606 - > Celestion Ditton F20s - Zone 2 ->
Sony TA FE 320 -> Sennheiser RS 130 & B P7
*Office* - RPi -> Sony TA FE320 -> Celestion F10s / SB3 -> Onkyo CRN 755
-> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones
*Bedroom (TV)* - Amazon Fire TV (SB Player) -> Topping TP20 ->
Wharfedale Modus Cubes

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

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