[SlimDevices: Plugins] Windows (11) Auto Start Squeezelite

2022-01-29 Thread th00ht


For those who are like me and use something else to program and control
music playback than a user interface but want squeezelite tucked away in
the dark daemon dungeons of windows this is small little script I use:

Put this in a .ps1 file

Code:

Start-Process `
-FilePath "C:\Program Files 
(x86)\squeezelite-1.9.6-1198-win32\squeezelite-win.exe"`
-ArgumentList "-D -s helene.kingma -n $Env:ComputerName"`
-WindowStyle Hidden



Shift Right click this and select *Copy Path*
and in Task Scheduler (Win+r; taskschd.msc) create a job at logon with
trigger *At log on* as action *Start a Program* with Program/Script
being *PowerShell* and Arguments *-File "path to the ps1 file you just
copied"* include the two " in that.

Or import a xml file containing this:

Code:


  http://schemas.microsoft.com/windows/2004/02/mit/task;>
  
  
  true
  
  
  
  true
  false
  true
  
  true
  false
  
  true
  true
  false
  
  
  
  PowerShell
  -File "squeezelite.ps1"
  
  
  



in the Task Scheduler and make sure the path to squeezelite.ps1 is
correct



Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
& 'Grace Design m900'
(https://gracedesign.com/products/monitor-controllers/m900/) with 'AKG
240 MK11' (https://www.thomann.de/de/akg_k271_mkii.htm)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=115862

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


[SlimDevices: Plugins] Spotty plays Spotify source first

2021-07-18 Thread th00ht


Even when local FLAC files are available spotty tends to play from
Spotify instead (by random play)

35282

Funny that it should include Spotify source at all for music available
locally. Or is this by design?


+---+
|Filename: Clipboard Image.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35282|
+---+


Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
& 'Grace Design m900'
(https://gracedesign.com/products/monitor-controllers/m900/) with 'AKG
240 MK11' (https://www.thomann.de/de/akg_k271_mkii.htm)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=114859

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


Re: [SlimDevices: Plugins] Bandcamp, Pluggin, App, Store ?

2020-04-10 Thread th00ht

wmupchurch wrote: 
> Thank you Michael!  This plug-in works great!

To get the identiy cookie with Edge use Dev Tools (F12) and the Storage
tab whilst on the bc page. Works like a föhn-wind



Logitech Media Server 7.9.2 / QNapClub
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
& 'Grace Design m900'
(https://gracedesign.com/products/monitor-controllers/m900/) with 'AKG
240 MK11' (https://www.thomann.de/de/akg_k271_mkii.htm)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=90950

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


Re: [SlimDevices: Plugins] Bandcamp, Pluggin, App, Store ?

2020-04-10 Thread th00ht


pippin wrote: 
> Open the bandcamp site in the browser (there should now already be a
> link in the bookmarks if you upgraded to the latest version).
> On the bandcamp site just tap one of the preview or download links.
> 
> You can use any of the browser entries in iPeng (Facebook,
> Wikipedia,...), they all have a URL entry field if you pull down but the
> generic one is under "Extras".

I'm going all noob here. What is iPeng? Could not find it in the list of
plugins in LMS.



Logitech Media Server 7.9.2 / QNapClub
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
& 'Grace Design m900'
(https://gracedesign.com/products/monitor-controllers/m900/) with 'AKG
240 MK11' (https://www.thomann.de/de/akg_k271_mkii.htm)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=90950

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


Re: [SlimDevices: Plugins] Bandcamp, Pluggin, App, Store ?

2020-04-04 Thread th00ht


on links in bandacamp I see the following in the url
payment_id=ab4abc5707=cd97e39abcde3070a50d49eceb3f5a09_id=ab9abcde64

which one do I enter in the plug in entry?



Logitech Media Server 7.9.2 / QNapClub
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
& 'Grace Design m900'
(https://gracedesign.com/products/monitor-controllers/m900/) with 'AKG
240 MK11' (https://www.thomann.de/de/akg_k271_mkii.htm)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=90950

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


Re: [SlimDevices: Plugins] Run Squeezelite hidden on Windows 10

2020-03-01 Thread th00ht


bpa wrote: 
> Use an equals sign "="and not the dash "-"


Code:

C:\Program Files (x86)\squeezelite-1.9.6-1198-win32>squeezelite-win.exe -d 
decode=info
  [00:07:20.480] decode_init:154 init decode
  [00:07:20.480] register_dsd:908 using dsd to decode dsf,dff
  [00:07:20.481] register_alac:548 using alac to decode alc
  [00:07:20.482] register_faad:641 using faad to decode aac
  [00:07:20.482] register_vorbis:377 using vorbis to decode ogg
  [00:07:20.482] register_opus:320 using opus to decode ops
  [00:07:20.483] register_flac:314 using flac to decode ogf,flc
  [00:07:20.483] register_pcm:433 using pcm to decode aif,pcm
  [00:07:20.483] register_mad:414 using mad to decode mp3
  [00:07:20.594] codec_open:265 codec open: 'f'
  [00:07:20.814] write_cb:128 setting track_start




Logitech Media Server 7.9.2 / QNapClub
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
& 'Grace Design m900'
(https://gracedesign.com/products/monitor-controllers/m900/) with 'AKG
240 MK11' (https://www.thomann.de/de/akg_k271_mkii.htm)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=109069

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


Re: [SlimDevices: Plugins] Run Squeezelite hidden on Windows 10

2020-03-01 Thread th00ht


ralphy wrote: 
> You could also try 'Greg Dawson's excellent Squeezelite-X'
> (https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X)

Squeezelite-X unfortunately adds clicks and pops to the music stream.



Logitech Media Server 7.9.2 / QNapClub
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
& 'Grace Design m900'
(https://gracedesign.com/products/monitor-controllers/m900/) with 'AKG
240 MK11' (https://www.thomann.de/de/akg_k271_mkii.htm)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=109069

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


[SlimDevices: Plugins] Latest location of Squeezelite

2020-03-01 Thread th00ht


I'm starting this because the location of the latest Squeezelite (for
Windows) seems to move around on different locations.


Where is it now?



Logitech Media Server 7.9.2 / QNapClub
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=111754

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2020-03-01 Thread th00ht


Very promising. But I've been testing the Squeezelist-X for several
months now and the sound quality is just not good. I get frequent
clicks, unrelated to the material and cut offs a the end of a track.
Interestingly I don't get these when running squeezelite by itself.
(squeezelite-1-5-365-win32) with a flac (1.3.2), from a CD (EAC)



Logitech Media Server 7.9.2 / QNapClub
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2019-08-10 Thread th00ht


rgdawson wrote: 
> Squeezelite-X is available in the Microsoft Store for Windows 10
> (Version 1607+).

Awesome! I like the two minimized views. It shows the Sqeeuzebox server
has a design that withstands the touch of time. :-)



Logitech Media Server 7.9.2 / QNapClub
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


[SlimDevices: Plugins] SqueezePlay plays music but UI cannot locate server

2019-03-16 Thread th00ht


I have occasional strange behaviour of SqueezPlay. It plays music, I can
pause and play from with logitechmediaserver from within a browser, but
the SqueezePlay cannot navigate to the now playing screen and attempts
to connect to the server (it already is connected to) results in a
server time out. Also when switching connections.


1552741193.927 WARN   squeezebox.server - :658 wakeOnLan():
SKIPPING WOL, self.mac: nil, self:isSqueezeNetwork(): false
1552741193.927 INFO   squeezebox.player - :203 connectToServer():
connecting localPlayer to serverSlimServer {daphnis} via internal call
1552741193.928 INFO   squeezeplay - :590 select skin: WQVGAsmallSkin
1552741193.935 INFO   squeezeplay.ui.draw -
jive_surface_set_video_mode:859 Window Manager is available
1552741193.935 INFO   squeezeplay.ui.draw -
jive_surface_set_video_mode:860 Video Setup for non-fullscreen
1552741193.935 INFO   squeezeplay.ui.draw -
jive_surface_set_video_mode:891 SDL Video surface Cannot be reused
1552741194.004 INFO   squeezeplay.applets - :727 store settings:
SetupAppletInstaller
1552741194.010 INFO   applet.SlimDiscovery - SlimDiscoveryApplet.lua:632
selected pallene
1552741194.010 INFO   applet.SlimMenus - SlimMenusApplet.lua:1162
SlimMenusApplet:notify_playerCurrent(LocalPlayer {pallene})
1552741194.010 INFO   applet.SlimMenus - SlimMenusApplet.lua:1230 No
server, Fetching initial server, SlimServer {daphnis}
1552741194.010 INFO   applet.SlimMenus - SlimMenusApplet.lua:1239 player
changed from:false to LocalPlayer {pallene} but server not yet
connected
1552741194.010 INFO   applet.AlarmSnooze - AlarmSnoozeApplet.lua:346 ***
Alarm: notify_playerCurrent: LocalPlayer {pallene}
1552741194.017 INFO   net.slimproto - :596 connect to 192.168.111.1
(192.168.111.1)
1552741194.018 WARN   audio.decode - :144 Cannot find active network
interface
1552741194.018 INFO   net.slimproto - :152 Send HELO: reconnect-bit=0
bytesReceived(H,L)=0,0
1552741194.064 INFO   squeezeplay.ui.draw -
jive_surface_set_video_mode:859 Window Manager is available
1552741194.064 INFO   squeezeplay.ui.draw -
jive_surface_set_video_mode:860 Video Setup for non-fullscreen
1552741194.064 INFO   squeezeplay.ui.draw -
jive_surface_set_video_mode:891 SDL Video surface Cannot be reused
1552741194.225 INFO   audio.decode - decode_start_handler:279 init
decoder mp3
1552741194.225 INFO   audio.decode - :480 connect 192.168.111.1:9001 GET
/stream.mp3?player=1c:1b:0d:64:35:81 HTTP/1.0
1552741194.516 INFO   squeezebox.server - :744 connected
mysqueezebox.com
1552741194.516 INFO   applet.SlimMenus - SlimMenusApplet.lua:1323 not
registered or not yet connected with SN, so not fetching SN menus.
connected:true
1552741194.516 WARN   squeezeplay - :612 no value for skinParam
THUMB_SIZE_MENU found
1552741196.044 INFO   squeezeplay - :446 Calling postOnScreenInits
callback
1552741196.044 INFO   squeezeplay - :446 Calling postOnScreenInits
callback
1552741200.801 WARN   squeezeplay.ui - jiveL_process_events:470
JIVE_EVENT_QUIT



Logitech Media Server 7.9.2 / QNapClub
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=110334

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


Re: [SlimDevices: Plugins] Run Squeezelite hidden on Windows 10

2018-10-13 Thread th00ht


bpa wrote: 
> Sorry a typo crept in "-" instead of "="
> 
> SQUEEZELITE-WIN.EXE -D DECODE=INFO
> 
> AFAICT the Squeezelite-X app has squeezelite-win built with all the
> libraries you need as part of the exe


C:\ProgramData\squeezelite-1.9.0-1098-win32>squeezelite-win.exe -d
decode-info

Debug settings error: -d decode-info

Squeezelite v1.9.0-1098, Copyright 2012-2015 Adrian Smith, 2015-2018
Ralph Irving. See -t for license terms
Usage: squeezelite-win.exe [options]
-s [:]  Connect to specified server, otherwise uses
autodiscovery to find server
-o Specify output device, default "default", - =
output to stdout
-lList output devices
-a Specify Portaudio params to open output device,
l = target latency in ms
-a Specify sample format (16|24|32) of output file
when using -o - to output samples to stdout (interleaved little endian
only)
-b :  Specify internal Stream and Output buffer sizes
in Kbytes
-c ,  Restrict codecs to those specified, otherwise
load all available codecs; known codecs:
flac,pcm,mp3,ogg,aac,wma,alac,dsd (mad,mpg for specific mp3 codec)
Codecs reported to LMS in order listed, allowing
codec priority refinement.
-C   Close output device when idle after timeout
seconds, default is to keep it open while player is 'on'
-d =  Set logging level, logs:
all|slimproto|stream|decode|output, level: info|debug|sdebug
-e ,  Explicitly exclude native support of one or more
codecs; known codecs: flac,pcm,mp3,ogg,aac,wma,alac,dsd (mad,mpg for
specific mp3 codec)
-f   Write debug to logfile
-m  Set mac address, format: ab:cd:ef:12:34:56
-M Set the squeezelite player model name sent to
the server (default: SqueezeLite)
-n  Set the player name
-N  Store player name in filename to allow server
defined name changes to be shared between servers (not supported with
-n)
-WRead wave and aiff format from header, ignore
server parameters
-r [:]  Sample rates supported, allows output to be off
when squeezelite is started; rates =
|-|,,; delay = optional
delay switching rates in ms
-R -u [params]Resample, params =
::,
recipe = (v|h|m|l|q)(L|I|M)(s) [E|X], E =
exception - resample only if native rate not supported, X = async -
resample to max rate for device, otherwise to max sync rate
flags = num in hex,
attenuation = attenuation in dB to apply
(default is -1db if not explicitly set),
precision = number of bits precision (NB. HQ =
20. VHQ = 28),
passband_end = number in percent (0dB pt.
bandwidth to preserve. nyquist = 100%),
stopband_start = number in percent
(Aliasing/imaging control. > passband_end),
phase_response = 0-100 (0 = minimum / 50 =
linear / 100 = maximum)
-D [delay]Output device supports DSD over PCM (DoP), delay
= optional delay switching between PCM and DoP in ms
-Z  Report rate to server in helo as the maximum
sample rate we can support
-tLicense terms
-?Display this help text

Build options: WIN PORTAUDIO WINEVENT RESAMPLE FFMPEG DSD LINKALL



Logitech Media Server 7.9.2 / QNapClub
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=109069

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


Re: [SlimDevices: Plugins] Run Squeezelite hidden on Windows 10

2018-10-13 Thread th00ht


bpa wrote: 
> Squeezelite and Squeezeplay both decode all formats into PCM which is
> then sent to the appropriate API of the operating system. AFAIK they
> both use the same MP3 decode library.  IIRC Windows has a few Audio
> subsystems - you are probably a default choice.
> 
> If you run squeezelite at a command prompt with the option "-d
> decode-info"  it will say which codec libraries have been installed and
> are loaded ("mad" is the MP3 decoder)

squeezelite-1.9.0-1098-win32>squeezelite-win.exe -d decode-info

just gives me the help screen.
but thanks!



Logitech Media Server 7.9.2 / QNapClub
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=109069

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


Re: [SlimDevices: Plugins] Run Squeezelite hidden on Windows 10

2018-10-13 Thread th00ht


bwaldron wrote: 
> Huh. I have used squeezelite on Windows 10 for quite some time without
> experiencing this. My library is entirely mp3.
> 
> Who knows?!

Thanks for letting me know, bwaldron.
So this might indeed be a mere codec thing. Not sure how the programmers
in Redmond envisioned setting up a proper decoder for an mp3 stream. Is
this something you set at the squeezelite folder/ command line?



Logitech Media Server 7.9.2 / QNapClub
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=109069

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


Re: [SlimDevices: Plugins] Run Squeezelite hidden on Windows 10

2018-10-13 Thread th00ht


Thought of an edit but due to the many responses felt like a response is
better.

After many weeks of listening to music with this setup I realized that
there are some flaws in squeezelite. Compressed tracks, be it mp3 or
m4u, VBR or CBR tend to be truncated during playback. Switched back to
SqueezePlay and the tracks are played formidably complete. 

Maybe I missed something (a proper codec?) but I cannot be bothered at
the moment experimenting



Logitech Media Server 7.9.2 / QNapClub
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=109069

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


Re: [SlimDevices: Plugins] Run Squeezelite hidden on Windows 10

2018-06-21 Thread th00ht


DJanGo wrote: 
> Hi,
> if you already using scripting...
> 
> Just add another one (cmd not ps1).
> > 
Code:

  >   > taskkill /F /IM squeezelite-win.exe

> > 

Ah, thanks! Sure. Good tip!



Logitech Media Server 7.9.0 / Arch64 / 'ts-435 mini'
(https://www.qnap.com/en/product/model.php?II=189)
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'Radio White'
(http://wiki.slimdevices.com/index.php/Squeezebox_Radio)
Wellness center:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=109069

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


Re: [SlimDevices: Plugins] Run Squeezelite hidden on Windows 10

2018-05-20 Thread th00ht

ralphy wrote: 
> You could also try 'Greg Dawson's excellent Squeezelite-X'
> (https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X)

Thanks for the tip Ralphy! 
But LMS (or SBS) already has an awesome web interface I use anywho for
the other five S-devices I have around. The Squeezlite has a minimal
footprint of less than 7kB and while I listen to random albums only I
hardly ever need the web gui, and when I do I use the Squeeze Ctrl
Android app.

In such a setup squeezelite is awesome.

th00ht



Logitech Media Server 7.9.0 / Arch64 / 'ts-435 mini'
(https://www.qnap.com/en/product/model.php?II=189)
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'Radio White'
(http://wiki.slimdevices.com/index.php/Squeezebox_Radio)
Wellness center:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=109069

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


[SlimDevices: Plugins] Run Squeezelite hidden on Windows 10

2018-05-20 Thread th00ht

Hi
Today it annoyed me that the squeezelite (tested with 1.9) command
window is visible. Did a bit of encosia-ing (googling for tree huggers)
and found a way to start a powershell script hidden. Adding this as a
task to the Task Scheduler upon logon and I have have player that can be
operated from the server site. 

Unpack squeezelite in the C:\ProgramData folder. 

This is the squeezelite.ps1 PowerShell Script:
> Start-Process -FilePath
> C:\ProgramData\squeezelite-1.9.0-1098-win32\squeezelite-win.exe
> -ArgumentList "-s your-server-here -n your-playername-here" -WindowStyle
> hidden

put it anywhere you want, my scripts are stored in a folder
WindowsPowerShell under the documents folder.

In Task Scheduler (Compunter Management) create a task with a trigger
"Logon" and as action:
Program: > PowerShell and as parameter > -command "path-to-squeezelite.ps1" .

As there is no window there is no other way to close the contraption
other than logging of or killing squeezelite by using task manager



Logitech Media Server 7.9.0 / Arch64 / 'ts-435 mini'
(https://www.qnap.com/en/product/model.php?II=189)
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'Radio White'
(http://wiki.slimdevices.com/index.php/Squeezebox_Radio)
Wellness center:'piCorePlayer/Hifiberry DAC+ pro'
(https://www.hifiberry.com/products/dacplus/), 'Kanto YU2'
(http://www.kantoliving.com/product/yu2/)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=109069

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


[SlimDevices: Plugins] Squeezeplay plays music but playlist not showing

2016-11-25 Thread th00ht

That is funny! Squeezeplay on my PC is seen by LMS, I can play music,
but in the app itself the playlist is not shown and I cannot connect to
the music system. 

So I can control playback in the lms:9000 webpage but not on the app
itself. What is the problem?



Logitech Media Server 7.9.0 / Arch64 / 'Intel 945GCLF2'
(https://tinyurl.com/km4fgcv)
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'Radio White'
(http://wiki.slimdevices.com/index.php/Squeezebox_Radio)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=106513

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


[SlimDevices: Plugins] AudioScrobbler to use libre.fm

2015-09-13 Thread th00ht

As the development team at Last.Fm clearly has lost it's marbles I'd
like to use libre.fm to scrobble. 

How/where do I change the AudioScobbler settings to use libre.fm instead
of last.fm servers?



Logitech Media Server 7.9.0 / Arch64 / 'Intel 945GCLF2'
(https://tinyurl.com/km4fgcv)
Living:'Transporter Second Edition (smashing wiki page!)'
(https://tinyurl.com/q7ff4xr), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912' (https://tinyurl.com/p44yun7)' + two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'Radio White'
(http://wiki.slimdevices.com/index.php/Squeezebox_Radio)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(https://tinyurl.com/pbzsf8l)'EAC' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=104296

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


[SlimDevices: Plugins] Jive / Squeezeplay characters

2015-05-31 Thread th00ht

I have some Thai tracks in my LogitechMediaServer but the tittle is no
displayed right on Jive/SqueezePlay. Can I contact the developer of
Jive/SqueezePlay?



Logitech Media Server 7.9.0 / Arch64 / Intel 945GCLF2
Living:'Transporter Second Edition (smashing wiki page!)'
(http://wiki.slimdevices.com/index.php/Transporter), 'Touch'
(http://wiki.slimdevices.com/index.php/Squeezebox_Touch), 'Denon AVR
1912'
(http://www.denon-hifi.ch/ch/product/pages/product-detail.aspx?catid=hometheatresubid=avreceiversproductid=avr1912)'
+ two CM8, two CM1, CMC'
(http://www.bowers-wilkins.net/Speakers/Home_Audio/CM_Series)
Study:'Classic, Quad 303 + two Quad ESL 57'
(http://forums.slimdevices.com/showthread.php?43875-A-SB3-a-Quad-303-and-the-left-hand-ESL)
Kitchen:'Radio White'
(http://wiki.slimdevices.com/index.php/Squeezebox_Radio)
'last.fm' (http://www.last.fm/user/th00ht), 'SoS, '
(http://www.bowers-wilkins.com/Society_of_Sound/Society_of_Sound/Music/download-manager.html)'EAC
(free and great)' (http://www.exactaudiocopy.de/)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=103739

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


Re: [SlimDevices: Plugins] Softsqueeze 3.9 beta for testing

2013-08-24 Thread th00ht

Hi!


Softsqueeze will does play most source but 24bit material is all
distorted and noise.


if anyone cares.



Ripping: 'EAC (free and great)' (http://www.exactaudiocopy.de/)
Squeezebox Server 7.7.2 - r33893 / Arch64
Squeezebox Classic, Quad 303 (where can I get new caps?) + two Quad ESL
57
Squeezebox Touch, Denon AVR 1912 (Pure Direct) + two CM8 + two CM1 +
CMC
Squeezebox Radio White
'last.fm' (http://www.last.fm/user/th00ht), 'SoS'
(http://www.bowers-wilkins.com/Society_of_Sound/Society_of_Sound/Music/download-manager.html),
'linn' ( http://www.linn.co.uk/music)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=62060

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2013-03-03 Thread th00ht

A great thing would be to change the default font used to render the
clock. 
Arial is so old-school.



th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

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


[SlimDevices: Plugins] sorry last.fm radio is not available

2011-08-09 Thread th00ht

That's odd. I'm listening to last.fm on my Denon receiver. Yet,
Squeezeboxserver claims:

Sorry! Last.fm Radio is not currently available in your country.

Both the Denon receiver and the SqueezeboxServer are in the same
country at the moment. 

How can I convince SqueezeboxServer to do as ordered and play!


-- 
th00ht

Squeezebox Classis
Squeezebox Touch
Squeezebox Server 7.6.0 / Arch64
Quad 303 + two Quad ESL 63
Denon AVR 1912 + two BW CM8
'last.fm' (http://www.last.fm/user/th00ht)
'SoS'
(http://www.bowers-wilkins.com/Society_of_Sound/Society_of_Sound/Music/download-manager.html)

th00ht's Profile: http://forums.slimdevices.com/member.php?userid=15656
View this thread: http://forums.slimdevices.com/showthread.php?t=89474

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