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

2021-08-16 Thread rgdawson
TurnipMan wrote: > Thanks for the swift answer, "Primary Sound Driver" does as you suggest, > which is nice. > Small problem though as using that driver sync with another player (a > picoreplayer based build) is not good . > > Better than is disappearing altogether. > > I'm trying the Display

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

2021-08-16 Thread TurnipMan
rgdawson wrote: > As far as I know there is no way to maintain audio through display over > HDMI/DisplayPort if the display goes to sleep (no video signal, no > clock, no audio). > > Also, when the monitor goes to sleep, then that output device no longer > exists. Generally, the squeezelite

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

2021-08-16 Thread rgdawson
TurnipMan wrote: > Hi, > For me it would be great if the display could be turned off but keep the > sound channel alive. Save some energy when the screen not in use but > carry on with the tunes. > Also I have an issue when the display goes off and the sound is cut ( it > goes down the display

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

2021-08-16 Thread TurnipMan
Hi, For me it would be great if the display could be turned off but keep the sound channel alive. Save some energy when the screen not in use but carry on with the tunes. Also I have an issue when the display goes off and the sound is cut ( it goes down the display port lead and then out the the

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

2021-08-13 Thread rgdawson
TomS wrote: > just a note to say thank you again for building/maintaining this > wonderful app. > > TomS Thank you for taking the time to drop this note of appreciation. It means a lot to me. :o R Greg Dawson Squeezelite-X ---

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

2021-08-13 Thread TomS
rgdawson wrote: > Changes: > > > > > - Handle Modern Standby better. Windows 10 Modern Standby is an > alternative to regular Windows sleep found on devices such as > Surface Pro, Surface Go. It works differently than regular Sleep > and the application does not get any messages

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

2021-08-12 Thread rgdawson
Changes: - Handle Modern Standby better. Windows 10 Modern Standby is an alternative to regular Windows sleep found on devices such as Surface Pro, Surface Go. It works differently than regular Sleep and the application does not get any messages when the computer goes to sleep or

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

2021-08-10 Thread rgdawson
Changes - Fix Current Track updating correctly when current player is part of a sync group, but not the sync master. Fixes captions, hints that show track name and also new track notifications when this is the case. - R Greg Dawson Squeezelite-X --

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

2021-08-06 Thread rgdawson
Version 2.8.11 Submitted to Store Changes: - Taskbar icon thumbview caption will show current track if ShowProgress is enabled, otherwise will show 'Squeezelite-X'. - Fix main window top window border not painted correctly under certain circumstances. - R Greg Dawson Squeezelit

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

2021-08-06 Thread rgdawson
Peter Galbavy wrote: > Greg, > > For the last couple of releases I am seeing the progress bar but not the > track title. Just updated now, in case, to 2.8.10 from Windows Store and > same. I have unpinned/repinned and also the machine has been though a > reboot overnight. Anything else I need t

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

2021-08-06 Thread Peter Galbavy
Greg, For the last couple of releases I am seeing the progress bar but not the track title. Just updated now, in case, to 2.8.10 from Windows Store and same. I have unpinned/repinned and also the machine has been though a reboot overnight. Anything else I need to look at ? Thanks! Peter

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

2021-08-04 Thread rgdawson
Version 2.8.9 submitted to MS Store (allow a day or 2 to publish). Changes: - New option (under advanced/debug settings) to enable "Prevent Screen Sleep". If enabled, then if squeezelite is enabled, SLX will tell the O/S that the display is required in order to prevent windows from

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

2021-08-03 Thread rgdawson
VadimLe wrote: > Thanks for the tip Greg. It works! You're welcome. I had a similar issue to address in SLX itself when I made this change and also had to switch to using ClassName to determine if SLX was already running on startup. R Greg Dawson Squeezelite-X -

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

2021-08-03 Thread VadimLe
rgdawson wrote: > In the meantime, I looked at the AutoHotKey documentation and you can > also select by ClassName. The ClassName for the SLX Main Window is > TSlxMainView. > > R Greg Dawson Thanks for the tip Greg. It works! -

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

2021-08-03 Thread rgdawson
VadimLe wrote: > > Due to the specifics of monitor, I had to automate tidying up the > desktop and setting the position and size of applications windows (like > many others, I suppose:) ). I do it with AutoHotKey and it selects the > required windows by title. > In the meantime, I looked at t

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

2021-08-03 Thread VadimLe
Peter Galbavy wrote: > Would this work? I think so. Windows title doesn't need to be fully visible in taskbar. System just has to know it, then AHK could find it by matching part. VadimLe's Profile: http://forums.slimde

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

2021-08-03 Thread Peter Galbavy
VadimLe wrote: > Excel and Word for example still have this words after a file name. In terms of your automation, it's just looking for the app name anywhere in the label? In which case, assuming the API allows it, I suggest something like Code: Track Name (Squeezeli

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

2021-08-02 Thread VadimLe
rgdawson wrote: > Correct, I made that change when I was adding the feature to display > progress in the taskbar icon. I did it so that the current track > playing would display on the taskbar preview thumbnail, as it appears > that that is what other programs (like the spotify app) do. It's c

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

2021-08-02 Thread rgdawson
VadimLe wrote: > Hi Greg, > > In version 2.8.1.0 window title determined by system as "Squeezelite-X" > In later versions (2.8.5.0, 2.8.8.0) window title = track title. > Is it possible to add Squeezelite-X to window title or to add some > settings for changing it? Correct, I made that change

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

2021-08-02 Thread rgdawson
Merrill Aldrich wrote: > Hi again - reviving an old question. I discovered my issue seems to be > specifically that the display, rather than the computer, is sleeping, > which kills the HDMI signal to my AVR, and the audio with it. > > Code: > > > C:\WINDOWS\system32

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

2021-08-01 Thread Merrill Aldrich
rgdawson wrote: > Nominally, if the built-in squeezelite player is playing anything, the > PC should not fall asleep. (Assuming you have not defined any > exceptions using powercfg.exe.) > > R Greg Dawson Hi again - reviving an old question. I discovered my issue seems to be specifically that

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

2021-08-01 Thread VadimLe
Hi Greg, In version 2.8.1.0 window title determined by system as "Squeezelite-X" In later versions (2.8.5.0, 2.8.8.0) window title = track title. Is it possible to add Squeezelite-X to window title or to add some settings for changing it? ---

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

2021-07-25 Thread staresy
rgdawson wrote: > Thanks, I always appreciate feedback. I'm having trouble reproducing > this on my multi-monitor setup. It is working as expected for me. That > said, I may be not understanding what you mean by minimized. If the > Squeezelite-X window is closed, but running in the backgroun

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

2021-07-24 Thread rgdawson
staresy wrote: > Hi, > I posted a few weeks back that this had stopped working on the latest > version when running in minimised window mode, then it seemed to work > again, so I deleted the original post. > > I've since pin-pointed the reason for it not working, it's a bit of a > corner case,

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

2021-07-24 Thread staresy
Hi, I posted a few weeks back that this had stopped working on the latest version when running in minimised window mode, then it seemed to work again, so I deleted the original post. I've since pin-pointed the reason for it not working, it's a bit of a corner case, but I'll re-post the details h

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

2021-07-17 Thread rgdawson
cpd73 wrote: > To make thus more generic, what I plan to do is; if "?nativeUiChanges" > (horrible name, but consistent) is passed in the URL the Material will > invoke "updateUiSettings()" (passing a JSON string of new settings) > whenever the Material settings are changed. I assume that would f

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

2021-07-17 Thread staresy
rgdawson wrote: > I submitted version 2.8.4 to store and it got processed and published in > under an hour. That's a record, Microsoft must have made improvements > :) > > Changes: > > > > > - Taskbar Icon improvements. The progress meter, tooltip, caption, > and icon buttons will a

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

2021-07-14 Thread cpd73
rgdawson wrote: > SLX uses the value for lms-material::theme to style its own captionbar > and controls to match, including whether toolbars are colored. It uses > lms-material::color also to match. It uses lms-material:misc-colors to > actually get the color RGB values. To make thus more gen

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

2021-07-14 Thread rgdawson
cpd73 wrote: > I could add a callback for the colours, but why do you care about the > theme? SLX uses the value for lms-material::theme to style its own captionbar and controls to match, including whether toolbars are colored. It uses lms-material::color also to match. It uses lms-material:m

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

2021-07-13 Thread cpd73
rgdawson wrote: > add a separate call to signal when the Theme or Color value changes? > Maybe something like updateColors(theme, color)? I could add a callback for the colours, but why do you care about the theme? *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Us

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

2021-07-13 Thread rgdawson
cpd73 wrote: > Then there is nothing to update, as "colour toolbars" is not enabled for > "Black" theme. > > > > updateToolbarColors -should- only be called when the colours change. The > function is called updateToolbarColors - but really it is the top/bottom > colours that are updated. So,

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

2021-07-12 Thread cpd73
rgdawson wrote: > Start with "Black" theme. Go Setting | Interface. Change only Color. > Leave theme and everything else alone. > "NativeReceiver.updateToolbarColors" does not get called. Then there is nothing to update, as "colour toolbars" is not enabled for "Black" theme. rgdawson wrote

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

2021-07-12 Thread rgdawson
Coming soon in 2.8.5 (Submitted to MS Store) Changes: - Colors. Better adaptation to Material Skin Colors. When "Color Toolbars" option is enabled in Material Skin, SLX will color its caption bar to match. - Fix incorrect or blank player sometimes in taskbar icon tooltip (reported

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

2021-07-12 Thread rgdawson
cpd73 wrote: > Can you describe the exact steps? e.g. Start with dark theme, open > settings, choose black, close settings, open settings choose coloured > tooblars, close settings, etc. ??? Start with "Black" theme. Go Setting | Interface. Change only Color. Leave theme and everything else

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

2021-07-12 Thread cpd73
rgdawson wrote: > Thanks. FYI, I did see you made a recent change > > "8. When change theme, delay calling native update colours function by > 250ms to allow CSS to be loaded." > > I'm not sure if this change is related, but I thought it might be, so I > downloaded the latest, but the problem

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

2021-07-12 Thread rgdawson
cpd73 wrote: > I'll look into this. > Thanks. FYI, I did see you made a recent change "8. When change theme, delay calling native update colours function by 250ms to allow CSS to be loaded." I'm not sure if this change is related, but I thought it might b,e so I downloaded the latest, but t

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

2021-07-12 Thread rgdawson
Shozzer wrote: > Thanks for the update. I have downloaded the latest version and > appreciate the changes. I love Squeezelite-X with Material! > > On aspect that doesn't seem to be working (at least, for me) is the > Tooltip player name - no actual players are named, just 'Player: ' > > It

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

2021-07-12 Thread Shozzer
Thanks for the update. I have downloaded the latest version and appreciate the changes. I love Squeezelite-X with Material! On aspect that doesn't seem to be working (at least, for me) is the Tooltip player name - no actual players are named, just 'Player: ' It is not a huge issue for me bu

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

2021-07-12 Thread Peter Galbavy
rgdawson wrote: > I'm not familiar with track downloading or what the use case is. I'm > assuming that if I don't implement "NativeReceiver.download", then SLX > would not be able to support such track downloading. Is this, like, how > you can download tracks from, say, Spotify and then play t

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

2021-07-11 Thread cpd73
rgdawson wrote: > Btw, wierd, but I notice if I only change color (without changing > theme), then for certain themes, my "NativeReceiver.updateToolbarColors" > function does not get called. It works for Light, Darker, and Windows > 10 Dark. But does not work if the theme is Darker, Black, or

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

2021-07-11 Thread rgdawson
cpd73 wrote: > There are two others: > > > > - '?nativeStatus' will cause Material to call this for each status > update - however, I don't actively use this. - '?download=native' Material 2.6.0 will allow downloading of > tracks. When a user selects tracks to download, > NativeR

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

2021-07-11 Thread rgdawson
I submitted version 2.8.4 to store and it got processed and published in under an hour. That's a record, Microsoft must have made improvements :) Changes: - Taskbar Icon improvements. The progress meter, tooltip, caption, and icon buttons will always reflect the current player selected

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

2021-07-11 Thread cpd73
rgdawson wrote: > Craig, Thanks for this. I was able to create a Javascript extension in > Chromium Embedded Framework and material calls it. > > I also noticed ?nativeColors to signal when the colors change, which is > great as well. Cool, thanks. > > R Greg Dawson There are two others:

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

2021-07-11 Thread rgdawson
cpd73 wrote: > If you pass "?nativePlayer" in Material's URL, Material's Javascript > will call "updatePlayer(name, id)" on the native interface when the > player changes. My APK uses this so that the notification controls > control the currently selected player. Craig, Thanks for this. I was

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

2021-07-10 Thread monkman
monkman wrote: > > ps- to be sure, Squeezelite-x64.exe throws the exception. > Squeezelite-win.exe 32 bit executes WDM-KS without error. Windows 10 x64 monkman's Profile: http://forums.slimdevices.com/member.php?userid=

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

2021-07-10 Thread monkman
rgdawson wrote: > Generally, you would not see this cause unless you have manually > configured advanced parameters. > > R Greg Dawson Yes, the error msg complains of just that. I run the application defaults and have verified the parameters supplied by Squeezelite-X are correct. The LMS lo

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

2021-07-10 Thread rgdawson
cpd73 wrote: > If you pass "?nativePlayer" in Material's URL, Material's Javascript > will call "updatePlayer(name, id)" on the native interface when the > player changes. My APK uses this so that the notification controls > control the currently selected player. Hmmm...I'll see if I can figure

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

2021-07-10 Thread rgdawson
staresy wrote: > A small observation on the progress indicator in the taskbar icon... > > If you minimise the Squeezlite-X session (ie. use the control in the > Squeezlite window title bar to make the player smaller), the status > indicator in the taskbar icon disappears. Not sure if this is >

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

2021-07-09 Thread staresy
A small observation on the progress indicator in the taskbar icon... If you minimise the Squeezlite-X session (ie. use the control in the Squeezlite window title bar to make the player smaller), the status indicator in the taskbar icon disappears. Not sure if this is intentional? Other than tha

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

2021-07-09 Thread cpd73
rgdawson wrote: > Right now, I don't have a good way to detect when the player is changed > when using Material Skin If you pass "?nativePlayer" in Material's URL, Material's Javascript will call "updatePlayer(name, id)" on the native interface when the player changes. My APK uses this so that

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

2021-07-09 Thread rgdawson
Peter Galbavy wrote: > I think, technical issues around timing aside as that's beyond me, > following the media key settings in the app is the best way, so if they > are "Auto" then follow the current selected player, or a specific one if > not etc. This also then feeds back to the user if they

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

2021-07-09 Thread Peter Galbavy
rgdawson wrote: > I might try using the "Media Keys" setting to determine what player to > display. The other issues is that there really is usually not enough > space to display the track title, so you'll just get a portion of it. I think, technical issues around timing aside as that's beyond

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

2021-07-09 Thread rgdawson
Peter Galbavy wrote: > Wow! Thanks! Look forward to trying it. > > Edit: Just updated, looks good. Don't want to push it, but perhaps an > option to put current track title in the tray label - but that would > hide the app name? I'm experimenting with this. The idea is that the current song t

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

2021-07-08 Thread Peter Galbavy
rgdawson wrote: > I just submitted version 2.8.3 to the MS Store (And legacy installers to > the OneDrive location). Usually takes a day or three to get published. > > Changes > > > > > - Added option to show progress in taskbar icon. If enabled, then > you will see the taskbar icon

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

2021-07-08 Thread rgdawson
monkman wrote: > Hello Everybody, I am a new member with questions. > I've spent time with this discussion searching for a solution to a > situation with Squeezelite-X 64 bit installer edition 2.8.2.0 > It's been touched on but nothing definitive that I have found. > > Running Squeezelite-X on

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

2021-07-08 Thread rgdawson
I just submitted version 2.8.3 to the MS Store (And legacy installers to the OneDrive location). Usually takes a day or three to get published. Changes - Added option to show progress in taskbar icon. If enabled, then you will see the taskbar icon indicate progress for the current play

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

2021-07-08 Thread rgdawson
Peter Galbavy wrote: > Great! Thanks for all the hard work, BTW! I seem to be able to do this. 35161 Normal 35162 Paused There will be an option to enable/disable this. R Greg Dawson +---+ |Filename: TaskBarProgress_Paused.pn

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

2021-07-07 Thread monkman
Hello Everybody, I am a new member with questions. I've spent time with this discussion searching for a solution to a situation with Squeezelite-x 64 bit installer edition. It's been touched on but nothing definitive that I have found. Running Squeezelite on a Windows 10 machine (new build) to a

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

2021-07-07 Thread Peter Galbavy
rgdawson wrote: > Interesting idea that has not been discussed before. I'll have to look > into this. BTW, SLX is not a true UWP app, rather it is actually a > regular Win app packaged using desktop bridge. Anyway, I assume I can > put whatever text I want in the taskbar. Showing progress gra

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

2021-07-06 Thread rgdawson
Peter Galbavy wrote: > I know this may have already been discussed, I can't recall and the > thread is very long, but is there enough control in WIndows Universal > apps to make the taskbar icon a progress bar for the current track or > something - I have other apps, but not UWP things - that do

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

2021-07-03 Thread Peter Galbavy
I know this may have already been discussed, I can't recall and the thread is very long, but is there enough control in WIndows Universal apps to make the taskbar icon a progress bar for the current track or something - I have other apps, but not UWP things - that do this, like: 35124 Peter +

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

2021-06-10 Thread Paul Webster
With genuine SB players and Squeezelite ... yes. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland

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

2021-06-10 Thread Rio
Paul Webster wrote: > If the difference between them is constant then you might be able to > adjust things using the Settings/Player//Synchronise > settings - see the settings at the bottom of that set. Good idea, I'll start there Have you had success doing that?

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

2021-06-10 Thread Paul Webster
If the difference between them is constant then you might be able to adjust things using the Settings/Player//Synchronise settings - see the settings at the bottom of that set. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), planetradi

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

2021-06-10 Thread Rio
rgdawson wrote: > Welcome to the community. Synchronizing players is an LMS function and > it works fine with logitech players. I'm not sure it works well between > hardware/software players or dissimilar players. Thank you, this is my second time posting in an open source community! I’ll fidd

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

2021-06-10 Thread rgdawson
Rio wrote: > Hello! > I’m pretty new to the lms community, I actually just got everything all > stood up last weekend! :D > > I was looking for a good solution for windows and I discovered this > project! Super excited about it. Love that it’s in the windows store! > > I’m noticing I’m getting

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

2021-06-08 Thread Rio
Hello! I’m pretty new to the lms community, I actually just got everything all stood up last weekend! :D I was looking for a good solution for windows and I discovered this project! Super excited about it. Love that it’s in the windows store! I’m noticing I’m getting a small but noticeable dela

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

2021-06-07 Thread rgdawson
zordaz wrote: > I am running the latest version of Squeezelite-X and most of the songs I > play stops approx 30-40 seconds before the end. Sometimes they continue > after a few seconds, sometimes they don't. Manually restarting the song > from the beginning is always possible. It therefore looks

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

2021-06-07 Thread zordaz
I am running the latest version of Squeezelite-X and most of the songs I play stops approx 30-40 seconds before the end. Sometimes they continue after a few seconds, sometimes they don't. Manually restarting the song from the beginning is always possible. It therefore looks like a buffering issue

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

2021-05-27 Thread rgdawson
Submitted version 2.8.1 to MS Store... Changes: - Added setting to tell Material Skin to start in expanded Now Playing view - Moved "Clear Cache" switch to "Advanced/Debug" area 34839 R Greg Dawson +---+ |Filename: St

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

2021-05-27 Thread rgdawson
Paul Webster wrote: > Is there a way to choose the initial Material (or potentially any) view > e.g. > /material/now-playing > > Edit: For someone who wants to run in a sort of kiosk mode ... I think > no mouse or keyboard attached Good idea! Material supports such using URL parameters such a

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

2021-05-27 Thread Paul Webster
Is there a way to choose the initial Material (or potentially any) view e.g. /material/now-playing Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla finland, abc austra

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

2021-05-25 Thread rgdawson
Version 2.8.0 submitted to MS Store, should see on store in next day or two or three. Changes: - Includes new version of Squeezelite 1.9.9-1386. (Includes: Fix 24 bit 384KHz FLAC playback; Support maximum sample rate allowed by Pulse Audio; Add IR key symbol KEY_AGAIN to repeat) - Fix

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

2021-05-21 Thread rgdawson
streifenleopard wrote: > I have searched through this thread but couldn't find anything: > How do I clear the cache of the Squeezelite-X player and remote? > I also couldn't find any location under C:Programmes or C:Users. > Thank you! Also, you can do a full reset which will clear cache _and_

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

2021-05-20 Thread himey
streifenleopard wrote: > Sorry, I'm blind... thanks a lot... I was going to ask the same thing a couple days ago when Tidal wasn't working after I changed my password. It fixed itself just before I was going to post here... -

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

2021-05-20 Thread streifenleopard
kidstypike wrote: > Here? Sorry, I'm blind... thanks a lot... dsm 6.2.2 (synology disk station 115) running lms 8.0 -- rpi with a hifiberry dac+ running picoreplayer (any old version?) -- plugins: material skin, mai, podcasts, musik - folge mir, squeezelite-x, squeeze ctrl --

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

2021-05-20 Thread kidstypike
streifenleopard wrote: > I have searched through this thread but couldn't find anything: > How do I clear the cache of the Squeezelite-X player and remote? > I also couldn't find any location under C:Programmes or C:Users. > Thank you! Here? 34735 +--

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

2021-05-20 Thread streifenleopard
I have searched through this thread but couldn't find anything: How do I clear the cache of the Squeezelite-X player and remote? I also couldn't find any location under C:Programmes or C:Users. Thank you! dsm 6.2.2 (synology disk station 115) running lms 8.0 -- rpi with a hifiberry dac+ runni

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

2021-05-14 Thread jlt1947
rgdawson wrote: > My cloud folder does have the latest there 2.7.21. So not sure at this > point where you stand. You may be correct in that there are some > lingering registry settings. It is complicated by the way the Store > apps work. A store app will copy registry settings from the actu

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

2021-05-13 Thread rgdawson
jlt1947 wrote: > Hello again RGD, > and thx for the advice, I should have started with a fresh install, > sorry ! > However, the 2.7.21 SLX behaves very strangely when trying to key in > some settings (choice of server name, material skin, buttons 'on' etc): > first there is no default player in

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

2021-05-13 Thread jlt1947
rgdawson wrote: > Odd, however I'm guessing that the two installations are conflicting. I > would recommend that you uninstall the legacy version before installing > the Store version. In your case uninstall both. Then install the store > version. > > R Greg Dawson Hello again RGD, and thx

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

2021-05-12 Thread rgdawson
jlt1947 wrote: > Hello > I'm happily running SLX 2.6.5 "legacy" version from my desk on Win10 > (Squeezelite 1.9.6), and just learned that a new SLX release includes > Squeezelite 1.9.9, which I am interested in. On the Microsoft store, > this new SLX version appears as v2.7.21 - yet it doesn't

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

2021-05-12 Thread jlt1947
Hello I'm happily running SLX 2.6.5 "legacy" version from my desk on Win10 (Squeezelite 1.9.6), and just learned that a new SLX release includes Squeezelite 1.9.9, which I am interested in. On the Microsoft store, this new SLX version appears as v2.7.21 - yet it doesn't seem to install and run p

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

2021-05-11 Thread rgdawson
dragosmanea wrote: > Anyone? I still cannot play native DSD. I don't know why Squeezelite-X > converts all DSD files into PCM. :(( I don't know anything about DSD, but Squeezelite-X is just running the squeezelite player as-is in the background, so perhaps you might find an answer in the squeez

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

2021-05-10 Thread dragosmanea
dragosmanea wrote: > Hey! I am new to this software. I am starting to discover it because I > like it's sound. A little laid back and more 3D than Jriver used before. > I also like the Android remote. > So, I am using it o a W10 laptop, and I want to ask you a few > questions: > > 1. When I pla

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

2021-04-19 Thread left channel
himey wrote: > I was able to get FlexASIO to work. ASIO4ALL wouldn't work with my USB > to Optical adapter. It was nice adding my HiRes files to the library! Excellent! FlexASIO is the most flexible/configurable, and I was going to try that next. Welcome to SLX Hi-Res! LMS: SGC microJukebox

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

2021-04-19 Thread himey
left channel wrote: > 34256 > > Eureka, ASIO4ALL started showing up in my SLX player list again after I > installed an alternative, ASIO2WASAPI, which doesn't itself show up in > SLX (although other players see it) but maybe it fixed ASIO4ALL for SLX. > Or not. I have no idea. > > To answer y

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

2021-04-19 Thread kidstypike
todort wrote: > Great App! I love it! > > If I may wish one small improvement - a *micro mode*, a little like > WinAMP in the old days, where it is no larger than let's 300x40 pixels > or so. The idea is to have it always-on-top and to use it as a minimal > remote control, to skip next, pause,

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

2021-04-19 Thread todort
Great App! I love it! If I may wish one small improvement - a *micro mode*, a little like WinAMP in the old days, where it is no larger than let's 300x40 pixels or so. The idea is to have it always-on-top and to use it as a minimal remote control, to skip next, pause, volume control etc, but not

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

2021-04-18 Thread left channel
himey wrote: > Thanks. I use a cheap Topping DAC with an upgraded power supply. Does > the ASIO driver only work with USB connection? Or is it an add-on > software implementation? I use optical out from a USB to optical > converter. I don't see an ASIO option in the sound settings with the > con

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

2021-04-18 Thread himey
left channel wrote: > Further confirmation: if I plug in a DAC that comes with an ASIO driver, > then that ASIO option appears in SLX. Tested with Pro-Ject and NuPrime > DACs, playing music ranging from 16/44.1 to 24/192, but I do not > normally use those DACs with my office PC. > > The proble

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

2021-04-17 Thread left channel
himey wrote: > Please post back if you get a solution... Further confirmation: if I plug in a DAC that comes with an ASIO driver, then that ASIO option appears in SLX. Tested with Pro-Ject and NuPrime DACs, playing music ranging from 16/44.1 to 24/192, but I do not normally use those DACs with

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

2021-04-11 Thread left channel
himey wrote: > I couldn't get ASIO to work and wasn't even sure if LMS supported hires > (or multichannel flac) so I made the compromise. > > So LMS does support hires? You had hires working with ASIO? I would like > to add my hires files to the LMS server if you can get it going again. > Pleas

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

2021-04-11 Thread himey
left channel wrote: > Yes thanks this was first discussed in this thread a couple years ago. > Not a solution for me. I had been using ASIO since then to play anything > and everything without any adjustment. I couldn't get ASIO to work and wasn't even sure if LMS supported hires (or multichann

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

2021-04-11 Thread left channel
himey wrote: > I was troubleshooting why WASAPI wouldn't work and came across a post > stating the problem is the lack of an exclusive mode. So you would have > to change the sound settings in Windows to match the attributes of the > file playing. I ended up limiting my LMS server to only 16/44

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

2021-04-11 Thread himey
left channel wrote: > Yes it does, thank you. Now that I think about it, a while back I tried > to add Squeezelite Parameters for Hi Res sound, but SLX kept resetting > that to the defaults. I need higher-res for Qobuz and other sources, and > I wanted ASIO anyway, so I went with ASIO4ALL (which

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

2021-04-11 Thread left channel
himey wrote: > Does WASAPI work if you set the Windows sound settings to 16/44 stereo? Yes it does, thank you. Now that I think about it, a while back I tried to add Squeezelite Parameters for Hi Res sound, but SLX kept resetting that to the defaults. I need higher-res for Qobuz and other sourc

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

2021-04-11 Thread himey
left channel wrote: > Interesting: the app can no longer see my preferred driver, ASIO4ALL. > Also Windows WASAPI doesn't work, though I think that's an old issue. > > My other players find and work with both. This one works with Windows > Direct Sound. > > Version 2.7.20. Perhaps this is du

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

2021-04-11 Thread left channel
Interesting: the app can no longer see my preferred driver, ASIO4ALL. Also Windows WASAPI doesn't work, though I think that's an old issue. My other players find and work with both. This one works with Windows Direct Sound. Version 2.7.20. Perhaps this is due to the new version of Squeezelite

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

2021-04-10 Thread cfuttrup
rgdawson wrote: > Not sure what could be causing that. Do you see this with Material > Skin, the Default Skin, or both? Tossing out ideas here...You could try > pressing F5 to refresh the SLX browser window. Second, if you install > Material Skin manually, always be sure to use the SLX option

<    1   2   3   4   5   6   7   8   9   10   >