Re: [SlimDevices: Unix] Store files permanently on piCorePlayer

2018-12-19 Thread Greg Erskine


Use fdisk to create additional partitions.



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

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


Re: [SlimDevices: Unix] Store files permanently on piCorePlayer

2018-12-19 Thread Boat-bum


w3wilkes wrote: 
> My reason for the USB jump drive is to keep music off the SD card where
> the system is.

That might be your reason but that is not the reason for others.  By
creating a third partition is seems that is can isolate from the system
partition and can be protected as well as possible.  Once again can we
focus on the original question that was asking for about a third
partition.



Boat-bum's Profile: http://forums.slimdevices.com/member.php?userid=64163
View this thread: http://forums.slimdevices.com/showthread.php?t=106833

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


Re: [SlimDevices: Unix] Squezzelite settings are lost after reboot.

2018-12-19 Thread Paul Webster


Greg Erskine wrote: 
> pCP does not have a "feature for 100% power saving" :confused:
> (Except for the power on/off switch :))

I think that was his joke (a reference to a recent similar comment by
someone in pCP team).
He is saying that after saving some settings and powering down pCP he
finds that on rebooting something about the setup appears to have got
lost.



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

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


Re: [SlimDevices: Unix] piCorePlayer with cava and tmux (so far)

2018-12-19 Thread Roland0


sodface wrote: 
> I didn't test much more after I noticed the pause issue.  Have you had a
> chance to look at that?
> 
Not really, it's not obvious why clearing the vis buffer doesn't have
the expected result, so I'll probably need a better understanding how
cava actually works,

> 
> I'm starting it from /opt/bootsync.sh.  There's probably an earlier
> place to start it - /etc/init.d/ maybe?  
> Solution:  I now have one "run" script which is started on tc login by
> the /home/tc/.profile script.  This should only be run once so use a run
> marker file and execute if it doesn't exist.
> 
If picoreplayer uses a sysV init, you can modify /etc/inittab to use
agetty -a tc to automatically log in the tc user without asking for a 
password, which in turn will run the .profile script once the boot
process has finished.

> 
> Cause: The TERM environment variable is set to "vt100" by default
> causing the cava bars to be white regardless of what color is set in the
> config file.
> Solution: Set TERM to "xterm".  
> 

TERM should be "linux" for the console.



SW: 'Web UI for LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor / Generator'
(http://forums.slimdevices.com/showthread.php?108199-Announce-LMS-Playlist-Editor)
| 'Music Classification'
(http://forums.slimdevices.com/showthread.php?108278-Announce-Essentia-Integration-music-classification-(moods-genres-))
| 'Similar Music'
(http://forums.slimdevices.com/showthread.php?108495-Announce-LMSmusly-play-similar-music)
| 'LMSlib2go' (https://www.nexus0.net/pub/sw/lmslib2go/)
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth/ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=109694

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


Re: [SlimDevices: Unix] Void Linux, Anyone?

2018-12-19 Thread reverber


...additional info.

uname -a
4.14.89_1 #1 SMP Tue Dec 18 14:35:58 UTC 2018 armv7l GNU/Linux


perl -v

This is perl 5, version 28, subversion 0 (v5.28.0) built for
armv7l-linux

So, maybe the perl version is causing issues. Void is a rolling release,
so it might not be the correct distro to use, despite its speed and
small footprint.



reverber's Profile: http://forums.slimdevices.com/member.php?userid=3210
View this thread: http://forums.slimdevices.com/showthread.php?t=109908

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


Re: [SlimDevices: Unix] Squezzelite settings are lost after reboot.

2018-12-19 Thread Greg Erskine


pCP does not have a "feature for 100% power saving" :confused:



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-12-19 Thread paul-


LivewareProblem wrote: 
> I've built a hardware volume control knob using a digispark (trinket)
> USB controller (see
> https://www.instructables.com/id/Digispark-Volume-Control/) which sends
> out HID Volume + and Volume - signals over USB... which in Windows works
> the same as keyboard volume buttons. I'm hoping I can use triggerhappy
> to use the same hardware control on a headless RPi (assuming the trinket
> USB device is recognised by the RPi of course!).
> 
> Or are there any recommended (easier?) hardware volume controls? Perhaps
> using an encoder and GPIO?
> 
> Thanks!

Encoder and gpio is easy.  Many ways to implemnet, but this is one that
I know works  https://github.com/coolio107/SqueezeButtonPi-Daemon

Package name is pcp-sbpd.tcz



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&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=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=108852

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-12-19 Thread Jeff07971


LivewareProblem wrote: 
> I've built a hardware volume control knob using a digispark (trinket)
> USB controller (see
> https://www.instructables.com/id/Digispark-Volume-Control/) which sends
> out HID Volume + and Volume - signals over USB... which in Windows works
> the same as keyboard volume buttons. I'm hoping I can use triggerhappy
> to use the same hardware control on a headless RPi (assuming the trinket
> USB device is recognised by the RPi of course!).
> 
> Or are there any recommended (easier?) hardware volume controls? Perhaps
> using an encoder and GPIO?
> 
> Thanks!

Just rewrite the trinket software to send - and + instead of Vol- and
Vol+ with the IDE

Trinket emulates a keyboard so should be recognised by pCP



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLite-X,PiCorePlayer x3
*Server:* LMS Version:  Latest Nightly on Centos 7.5 VM on ESXi 6.5.0U2
on Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLite-X
*Music:* 522GB,1660 albums with 23087 songs by 5204 artists mostly
FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=108852

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


[SlimDevices: Unix] Squezzelite settings are lost after reboot.

2018-12-19 Thread schiff1108


When I use the feature for 100% power saving :cool: and power afterwards
RPi again, the squeezelite settings are kind of lost. 

The entries "Max sample rate" and "Upsample setting" are still filled as
expected, but there is no music playing.
I need to press the SAVE button. Only then music is playing.
I already tried to "backup" the changes under Advanced Mode Operations,
but in vain.

Is this a bug or feature?
What do I need to get the settings properly saved?



Living Room / Hifi: piCorePlayer 4.0.0 on rPi 3B+ & Allo DigiOne & 1TB
USB (LMS 7.9.2 & Squeezelite) & Keces DC-116, Mutec MC-3+ Smart Clock,
Rega DAC R, Rotel RB/RC-1070, Klipsch Forte III
Bedroom: Boom
Kitchen: Radio
Spare: SB3, Touch

schiff1108's Profile: http://forums.slimdevices.com/member.php?userid=64153
View this thread: http://forums.slimdevices.com/showthread.php?t=109916

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-12-19 Thread LivewareProblem


paul- wrote: 
> What are you trying to do?  Jivelite already has keyboard control.

I've built a hardware volume control knob using a digispark (trinket)
USB controller (see
https://www.instructables.com/id/Digispark-Volume-Control/) which sends
out HID Volume + and Volume - signals over USB... which in Windows works
the same as keyboard volume buttons. I'm hoping I can use triggerhappy
to use the same hardware control on a headless RPi (assuming the trinket
USB device is recognised by the RPi of course!).

Or are there any recommended (easier?) hardware volume controls? Perhaps
using an encoder and GPIO?

Thanks!



LivewareProblem's Profile: http://forums.slimdevices.com/member.php?userid=68752
View this thread: http://forums.slimdevices.com/showthread.php?t=108852

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-12-19 Thread paul-


What are you trying to do?  Jivelite already has keyboard control.



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&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=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=108852

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.5.0

2018-12-19 Thread LivewareProblem


Hi

I've noticed a few post mention triggerhappy (thd) to control volume -
how do you install this on PiCorePlayer? is there a guide anywhere I can
follow to install and set up the daemon? The GitHub docs mention systemd
but I don't see that in tinycore...

Thanks!



LivewareProblem's Profile: http://forums.slimdevices.com/member.php?userid=68752
View this thread: http://forums.slimdevices.com/showthread.php?t=108852

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 4.0.0

2018-12-19 Thread Jeff07971


d6jg wrote: 
> @Jeff07971
> 
> Have a look at Greenshot as an alternative screenshot tool. Its the best
> I have ever used by a considerable way.
> 
> 26294

:p That was with Greenshot !



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLite-X,PiCorePlayer x3
*Server:* LMS Version:  Latest Nightly on Centos 7.5 VM on ESXi 6.5.0U2
on Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLite-X
*Music:* 522GB,1660 albums with 23087 songs by 5204 artists mostly
FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=109404

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 4.0.0

2018-12-19 Thread d6jg


Jeff07971 wrote: 
> 26293

@Jeff07971

Have a look at Greenshot as an alternative screenshot tool. Its the best
I have ever used by a considerable way.

26294


+---+
|Filename: 2018-12-19 10_50_45-Window.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=26294|
+---+


VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 4.0.0

2018-12-19 Thread Jeff07971


edward.zeidan wrote: 
> Just want to ask you PcPlayer guys, that my Western Digital 1Tb disk is
> not getting recognised by LMS in the "Detected USB Disks to Mount",  Do
> you think I 
> should Resize File System again to mount the WD volume, it's formatted
> to NTFS, and the folder is called "Music"  I'm not sure what to do next,
> if you could
> offer some suggestions. all my pieces are installed, Samba, Squeezelite,
> LMS, just that bit does not show up.  thanks  Ed

26293


+---+
|Filename: 2018-12-19 08_41_21-Window.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=26293|
+---+


*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLite-X,PiCorePlayer x3
*Server:* LMS Version:  Latest Nightly on Centos 7.5 VM on ESXi 6.5.0U2
on Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLite-X
*Music:* 522GB,1660 albums with 23087 songs by 5204 artists mostly
FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=109404

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.00

2018-12-19 Thread spyder


Dear Greg and all,

First of all, thank you for making piCorePlayer such a great player. I
tried other audioplayers on my Raspberry Pi, but this one beats them in
terms of stability and speed!

Recently I bought a X6000K-7.1CH to for a multi-room audio from
piCorePlayer. Seems like a great card with 8 outputs. 

I would like to send 8 channels over HDMI to the X6000, but the current
implementation of BCM2835 limits the number of channels that can be send
over HDMI to 2. The BCM2835 would need to be patched as follows: url in
next post

Note that the change that I refer to contains additional commits, but
according to what I read, this is the minimum needed to get 8 channels
to work.

How could I apply this change?

Thanks!



spyder's Profile: http://forums.slimdevices.com/member.php?userid=68751
View this thread: http://forums.slimdevices.com/showthread.php?t=105997

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 4.0.0

2018-12-19 Thread edward.zeidan

paul- wrote: 
> The resize part of pCP has not changed from the last version, unless
> something a newer kernel is doing.  I don’t have anything bigger than
> 32gb.   100mb is big enough for almost anything you need for pCP.
> 
> Have you tested the card to be valid.

Just want to ask you PcPlayer guys, that my Western Digital 1Tb disk is
not getting recognised by LMS in the "Detected USB Disks to Mount",  Do
you think I 
should Resize File System again to mount the WD volume, it's formatted
to NTFS, and the folder is called "Music"  I'm not sure what to do next,
if you could
offer some suggestions. all my pieces are installed, Samba, Squeezelite,
LMS, just that bit does not show up.  thanks  Ed



edward.zeidan's Profile: http://forums.slimdevices.com/member.php?userid=68680
View this thread: http://forums.slimdevices.com/showthread.php?t=109404

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