[SlimDevices: Plugins] Fixed volume level when loading Squeezelite

2021-04-10 Thread Slovator


I use the squeezelite player on Orange PI ZERO (Armbian).

How to set a fixed power-on volume level on Orange PI ZERO?

Tried options:
1 Plugin ResetVolume. Helps only when you turn off the button in the
program.

2 Plugin VolumeLock. Blocks volume change altogether.

So far I found this way out:
added the line 
25 22 * * * curl
"http://192.168.1.177:9000/status.htm?p0=mixer=volume=10=Kitchen";
to the crontab file.

Those. before turning off the power at 22:25, the player sets the volume
to 10 units.

But this is not very convenient ...



Slovator's Profile: http://forums.slimdevices.com/member.php?userid=69955
View this thread: http://forums.slimdevices.com/showthread.php?t=114350

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


Re: [SlimDevices: Plugins] Announce: Local Player plugin and Squeezelite for Linux/Windows/OSX

2020-04-08 Thread Slovator


Jeff07971 wrote: 
> Reset Volume plugin or Volumelock Plugin
Thanks



Slovator's Profile: http://forums.slimdevices.com/member.php?userid=69955
View this thread: http://forums.slimdevices.com/showthread.php?t=97766

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


Re: [SlimDevices: Plugins] Announce: Local Player plugin and Squeezelite for Linux/Windows/OSX

2020-04-08 Thread Slovator


How to set a fixed volume level for a local squeezelite player when the
system is turned on?



Slovator's Profile: http://forums.slimdevices.com/member.php?userid=69955
View this thread: http://forums.slimdevices.com/showthread.php?t=97766

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


Re: [SlimDevices: Plugins] Announce: Local Player plugin and Squeezelite for Linux/Windows/OSX

2020-03-24 Thread Slovator


PasTim wrote: 
>  Does the local player log show anything?

This contains the *localplayer.log* file:


Code:

Starting Squeezelite: 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/LocalPlayer/Bin/squeezelite-armv6hf
 -o hw:CARD=Codec,DEV=0 -d all=debug -f 
/var/log/squeezeboxserver/localplayer.log -o equal
  
  
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/LocalPlayer/Bin/squeezelite-armv6hf
 -o hw:CARD=Codec,DEV=0 -d all=debug -f 
/var/log/squeezeboxserver/localplayer.log -o equal 
  [07:28:29.285685] stream_init:290 init stream
  [07:28:29.286780] stream_init:291 streambuf size: 2097152
  [07:28:29.306405] output_init_alsa:640 init output
  [07:28:29.306737] output_init_alsa:663 requested alsa_buffer: 40 alsa_period: 
4 format: any mmap: 1
  [07:28:29.306962] output_init_common:342 outputbuf size: 3528000
  [07:28:29.354049] test_open:124 playback open error: Operation not permitted
  [07:28:29.354318] output_init_common:373 unable to open output device



PasTim wrote: 
>  The only difference might be that you might be running it as a
> different user.
I gave the user administrator privileges.

Code:

$ sudo usermod -a -G root squeezeboxserver




Slovator's Profile: http://forums.slimdevices.com/member.php?userid=69955
View this thread: http://forums.slimdevices.com/showthread.php?t=97766

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


Re: [SlimDevices: Plugins] Announce: Local Player plugin and Squeezelite for Linux/Windows/OSX

2020-03-24 Thread Slovator


PasTim wrote: 
> Slovator - did that fix your problem?

No. I could not run this on the plugin. I have installed standalone
squeezelite now.

This is what my */etc/asound.conf* file contains. The standalone
Squeezelite works with these settings (but sometimes the sound clicks).


Code:

defaults.pcm.!card 0
  defaults.ctl.!card 0
  
  ctl.equal {
  type equal;
  controls "/root/.alsaequal.bin"
  }
  
  pcm.plugequal {
  type equal;
  slave.pcm "plughw:0,0";
  controls "/root/.alsaequal.bin"
  }
  
  pcm.equal {
  type plug;
  slave.pcm plugequal;
  } 
  




I run it like this on standalone squeezelite:

Code:

squeezelite-armv6hf -o equal




Slovator's Profile: http://forums.slimdevices.com/member.php?userid=69955
View this thread: http://forums.slimdevices.com/showthread.php?t=97766

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


Re: [SlimDevices: Plugins] Announce: Local Player plugin and Squeezelite for Linux/Windows/OSX

2020-03-18 Thread Slovator


PasTim wrote: 
> ... but with a stand-alone squeezelite In the local player settings
> use "-o equal" to output to that device.
> 
With standalone squeezelite, I also ran this. But in the LocalPlayer
plugin this does not work. Only three options are available in the
settings.
29782


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


Slovator's Profile: http://forums.slimdevices.com/member.php?userid=69955
View this thread: http://forums.slimdevices.com/showthread.php?t=97766

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


Re: [SlimDevices: Plugins] Announce: Local Player plugin and Squeezelite for Linux/Windows/OSX

2020-03-18 Thread Slovator


I want to use the equalizer when outputting sound through the
LocalPlayer plugin.

How can I output sound through LocalPlayer using *AlsaEQ* on Armbiant
Strech?

The "*equal*" output does not appear in the plugin menu.

To do this, the plugin must use the default output device from
*asound.conf*. But I do not know how to add this to the LocalPlayer
plugin ...

I use the Orange PI ZERO board.



Slovator's Profile: http://forums.slimdevices.com/member.php?userid=69955
View this thread: http://forums.slimdevices.com/showthread.php?t=97766

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