Re: [SlimDevices: Plugins] [Announce] Dynamic Playlists 3 (mod)

2021-11-29 Thread bernt


w3wilkes wrote: 
> Here's one I use for Christmas that was generated with SQL Playlists.
> 
> > 
Code:

  >   > -- PlaylistName:Christmas Random Playlist
  > -- PlaylistGroups:
  > select tracks.url from tracks
  > join genre_track on
  > tracks.id=genre_track.track
  > join genres on
  > genre_track.genre=genres.id
  > left join dynamicplaylist_history on
  > tracks.id=dynamicplaylist_history.id and 
dynamicplaylist_history.client='PlaylistPlayer'
  > where
  > audio=1
  > and dynamicplaylist_history.id is null
  > and genres.name in ('Christmas')
  > group by tracks.id
  > order by random()
  > limit 10;

> > 

Thank you! Saving this one.



SB Touch optical to Hegel H90, Speakers Larsen 4.2
Spare SB3
AirPlay Bridge to Audio Pro A10
Squeezelite-x connected to home LMS with ZeroTier One.
SB Radio
ReadyNAS 202
iPeng

bernt's Profile: http://forums.slimdevices.com/member.php?userid=1342
View this thread: http://forums.slimdevices.com/showthread.php?t=115073

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


Re: [SlimDevices: Plugins] [Announce] Dynamic Playlists 3 (mod)

2021-11-29 Thread bernt


afriend wrote: 
> You want the track urls so you start with the tracks table. If you used
> DPL to select the genre (user input parameter) then DPL would look up
> the genre ID and therefore all the (built-in) dynamic playlist use the
> genre_track table (which only matches genre IDs and track IDs). Since
> you want to use the genre name you'll also need the genre table with the
> names.
> No guarantees - here's my version:
> 
> > 
Code:

  >   > -- PlaylistName:Jazz-Pop
  > -- PlaylistGroups:Soft
  > -- PlaylistCategory:songs
  > 
  > select distinct tracks.url from tracks
  > join genre_track on
  > tracks.id = genre_track.track
  > join genres on
  > genre_track.genre = genres.id and genres.name like '%%Jazz%%'
  > left join dynamicplaylist_history on
  > dynamicplaylist_history.id=tracks.id and 
dynamicplaylist_history.client='PlaylistPlayer'
  > where
  > tracks.audio = 1
  > and tracks.secs >= 'PlaylistTrackMinDuration'
  > and dynamicplaylist_history.id is null
  > group by tracks.id
  > order by random()
  > limit 'PlaylistLimit';
  > 

> > 

Thanks!

I gave up and installed SQL Playlist.



SB Touch optical to Hegel H90, Speakers Larsen 4.2
Spare SB3
AirPlay Bridge to Audio Pro A10
Squeezelite-x connected to home LMS with ZeroTier One.
SB Radio
ReadyNAS 202
iPeng

bernt's Profile: http://forums.slimdevices.com/member.php?userid=1342
View this thread: http://forums.slimdevices.com/showthread.php?t=115073

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


Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2021-11-29 Thread staresy


philchillbill wrote: 
> I've created an 11 minute video that shows some of what MediaServer can
> do these days when your Echo has a screen and coverart/metadata can be
> displayed.

Useful summary video showing a small subset of vast range of commands
made available in this comprehensive Alexa/LMS integration. 

BTW If you play the clip in the same room as an echo device, just
remember to mute your echo device mic first, else you'll likely confuse
the poor girl!! :cool:



location 1: lms 8.3 on win 10 brix server, x3 sb radios, x1 touch, x1
controller : location 2: lms 8.3 on win 10 brix server, x2 sb radios, x1
duet receiver, x1 controller : alexa mediaserver smart skill, material
android, squeezelitex control

staresy's Profile: http://forums.slimdevices.com/member.php?userid=807
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


Re: [SlimDevices: Plugins] [Announce] Dynamic Playlists 3 (mod)

2021-11-29 Thread w3wilkes


Here's one I use for Christmas that was generated with SQL Playlists.


Code:

-- PlaylistName:Christmas Random Playlist
  -- PlaylistGroups:
  select tracks.url from tracks
join genre_track on
tracks.id=genre_track.track
join genres on
genre_track.genre=genres.id
left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id and 
dynamicplaylist_history.client='PlaylistPlayer'
where
audio=1
and dynamicplaylist_history.id is null
and genres.name in ('Christmas')
group by tracks.id
order by random()
limit 10;




Main system - Rock Solid with LMS 8.2.0 on WHS 2011 - 2 Duets and
Squeeseslave
Cabin system - Rock solid with LMS 8.2.0 on Win10 Pro - 1 RPi 3 Model
B/Hifiberry DAC+ Pro/PiCorePlayer and Squeezeslave
Squeezebox Boom - "At Large" player around both home and cabin
Headphones and car - Android phone/Bluetooth w/full library on MicroSD
card - PowerAmp music player app (similar to Material Skin)

w3wilkes's Profile: http://forums.slimdevices.com/member.php?userid=22973
View this thread: http://forums.slimdevices.com/showthread.php?t=115073

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-11-29 Thread pkfox

philippe_44 wrote: 
> It’s a 2 steps process: the audio is sent by LMS to the bridge which
> optionally tweaks or even transcodes it and then it is sent by the
> bridge to the player.
> 
> What I mean is that all data has been sent on both steps. It’s about
> 35MB which seems logical for a flac of that duration.

Hi Philippe,
as I've made lots of little changes trying to resolve my issues I
decided to undo all of them and start again and I'm pleased to say I've
just had pretty much two hours of playing trouble free - thanks again
for all your help - I'll keep you posted - the change that I think had
the most effect is I'd created a custom  convert.conf file in
/etc//squeezeboxserver which contained an entry for flc which changed
the transcoding ( I think ) for flac, from native to something else (
this will probably make more sense to you than me )



We can't stop here this is bat country. RIP Hunter S Thompson.

Intel NUC i5 Debian 16gb RAM 1TB SSD -> LMS -> Squeezelite -> USB ->
Chord Hugo MScaler -> dual BNC -> Chord Qutest DAC -> Meridian 551 ->
Monitor Audio Gold -> Me
currently trying this 
NUC i5 Debian 16gb RAM 1TB SSD -> LMS  -> Cambridge Audio CXN V2 ->
Chord Hugo MScaler ->  dual BNC -> Chord Qutest DAC -> Meridian 551 ->
Monitor Audio Gold -> Me

pkfox's Profile: http://forums.slimdevices.com/member.php?userid=5346
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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


Re: [SlimDevices: Plugins] [Announce] Use Comment Tag Info

2021-11-29 Thread afriend

mamema wrote: 
> so, i have made more tests, the plugin is immune against library
> updates, without delete and complete rescan. But if i do a delete/full
> scan manually and an "nightly change update" automatically afterwards,
> LMS hangs up and need to be restarted, which then leads to a rescan at
> boot time.
> 
> solution is, and i dunno why, to let the rescan finish. Disable the
> plugin. Restart, enable the plugin.
> 
> Huh, weird...

Don't know what's going on there. Just in case it should be related in
any way to UCTI's (re)building virtual libraries after a restart I've
included a check for missing library or active scanning process that
should delay this until the rescan is done. Please try version 1.3.6
(not released, GitHub manual install only). Can't think of anything else
right now that I can do on the plugin side.



*Plugin repositories:* 'Ratings Light'
(https://github.com/AF-1/lms-ratingslight)  'Visual Statistics'
(https://github.com/AF-1/lms-visualstatistics)  'Use Comment Tag
Info' (https://github.com/AF-1/lms-usecommenttaginfo)  'Dynamic
Playlists 3 FAQ' (https://github.com/AF-1/lms-dynamicplaylists#faq) 
'Custom Skip 3 FAQ' (https://github.com/AF-1/lms-customskip#faq)

afriend's Profile: http://forums.slimdevices.com/member.php?userid=39306
View this thread: http://forums.slimdevices.com/showthread.php?t=114968

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


Re: [SlimDevices: Plugins] [Announce] Dynamic Playlists 3 (mod)

2021-11-29 Thread afriend

bernt wrote: 
> Hi!
> 
> After a few hours of trail end error I reliased that I need help. I want
> a one click random playlist from a specific genre.
> 
> Here is a wild guess...

You want the track urls so you start with the tracks table. If you used
DPL to select the genre (user input parameter) then DPL would look up
the genre ID and therefore all the (built-in) dynamic playlist use the
genre_track table (which only matches genre IDs and track IDs). Since
you want to use the genre name you'll also need the genre table with the
names.
No guarantees - here's my version:


Code:

-- PlaylistName:Jazz-Pop
  -- PlaylistGroups:Soft
  -- PlaylistCategory:songs
  
  select distinct tracks.url from tracks
  join genre_track on
  tracks.id = genre_track.track
  join genres on
  genre_track.genre = genres.id and genres.name like '%%Jazz%%'
  left join dynamicplaylist_history on
  dynamicplaylist_history.id=tracks.id and 
dynamicplaylist_history.client='PlaylistPlayer'
  where
  tracks.audio = 1
  and tracks.secs >= 'PlaylistTrackMinDuration'
  and dynamicplaylist_history.id is null
  group by tracks.id
  order by random()
  limit 'PlaylistLimit';
  




*Plugin repositories:* 'Ratings Light'
(https://github.com/AF-1/lms-ratingslight)  'Visual Statistics'
(https://github.com/AF-1/lms-visualstatistics)  'Use Comment Tag
Info' (https://github.com/AF-1/lms-usecommenttaginfo)  'Dynamic
Playlists 3 FAQ' (https://github.com/AF-1/lms-dynamicplaylists#faq) 
'Custom Skip 3 FAQ' (https://github.com/AF-1/lms-customskip#faq)

afriend's Profile: http://forums.slimdevices.com/member.php?userid=39306
View this thread: http://forums.slimdevices.com/showthread.php?t=115073

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-29 Thread Paul Webster


0.0.17 29-Nov-2021
  - Add Offshore Music Radio
  - Add PiratenRadio.ch
  - For Europa Radio Jazz change some of the logo matching and 
string
stripping
  - Handle Icecast bug in json status generation
  - Allzic Thema Summer becomes Allzic Noel and also enabled
CoverSearch to try to fill occasional missing artwork



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin, allzic radio, caroline
flashback, cesky rozhlas, dandelion radio, europa radio jazz,
frequence3, fsk, jukeradio, klassikradio.de, linn radio, mother earth,
naim radio, nova.fr, radioblues flac, radio espace, radio swiss, rte
ireland, somehow jazz, supla finland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=115201

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


Re: [SlimDevices: Plugins] Announce: Radio Now Playing plugin

2021-11-29 Thread Paul Webster


Redrum wrote: 
> 
> I noticed that some of the streams would not play for me, at least on my
> sb radio. I narrowed it down to the streams that are (hls) format. Supla
> Finland for example. The now playing info and art loads fine.
> 
> I've no experience with anything Apple, but I looked around and found
> bpa's playHLS plugin, gave it a try, server restart, no luck yet. 
> 

Supla Radio not working for me either and I have PlayHLSV2 installed.
I'll take a more detailed look later.



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin, allzic radio, caroline
flashback, cesky rozhlas, dandelion radio, europa radio jazz,
frequence3, fsk, jukeradio, klassikradio.de, linn radio, mother earth,
naim radio, nova.fr, radioblues flac, radio espace, radio swiss, rte
ireland, somehow jazz, supla finland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=115201

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-11-29 Thread P Nelson


mhhd wrote: 
> Dear Paul, dear Gary,
> 
> Thank you very much for your response! It was the network connection!!
> Checking for networks with a wifi analyzer app, I got somehow shocked,
> as there were 25-30 overlapping access points in my tiny neighbourhood
> (3 years ago about 8). Interfearing channels were the issue.
> Unfortunatelly the radio does not provide 5ghz, so ethernet was the way
> to go.
> Thank you again for getting me on the right rack - you saved my day and
> probably Christmas as well :-)
> 
> Regards,
> Martin

I am glad we could save your Christmas!  

Thanks to Gary for adding the important bit I forgot to mention.  

If you want 5 ghz WiFi connection, a wifi to Ethernet bridge work work,
such as tplink Wr902 travel router.  

Paul



P Nelson's Profile: http://forums.slimdevices.com/member.php?userid=58158
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] [Announce] Dynamic Playlists 3 (mod)

2021-11-29 Thread bernt


Hi!

After a few hours of trail end error I reliased that I need help. I want
a one click random playlist from a specific genre.

Here is a wild guess.


Code:

-- PlaylistName:Jazz-Pop
  -- PlaylistGroups:Soft
  -- PlaylistCategory:songs
  
  select genre_track.genre from genre_track
  join tracks on
  genre_track.track=tracks.id and genre.value like 'Jazz'
  join tracks_persistent on
  tracks_persistent.urlmd5 = tracks.urlmd5
  left join dynamicplaylist_history on
  dynamicplaylist_history.id=tracks.id and 
dynamicplaylist_history.client='PlaylistPlayer'
  where
  audio=1
  and tracks.secs >= 'PlaylistTrackMinDuration'
  and dynamicplaylist_history.id is null
  and
  case
  when 'PlaylistParameter1'=1 then (tracks_persistent.playCount = 0 or 
tracks_persistent.playCount is null)
  when 'PlaylistParameter1'=2 then tracks_persistent.playCount > 0
  else 1
  end
  order by random()
  limit 'PlaylistLimit';




SB Touch optical to Hegel H90, Speakers Larsen 4.2
Spare SB3
AirPlay Bridge to Audio Pro A10
Squeezelite-x connected to home LMS with ZeroTier One.
SB Radio
ReadyNAS 202
iPeng

bernt's Profile: http://forums.slimdevices.com/member.php?userid=1342
View this thread: http://forums.slimdevices.com/showthread.php?t=115073

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


Re: [SlimDevices: Plugins] [Announce] Community Firmware for Squeezebox Radio/Touch/Controller and LMS 8

2021-11-29 Thread mhhd


garym wrote: 
> And note that simply plugging in ethernet does not automatically switch
> the radio to ethernet. You need to go into the "networking" menu on the
> Radio.

Dear Paul, dear Gary,

Thank you very much for your response! It was the network connection!!
Checking for networks with a wifi Analyzer app, I got somehow shocked,
as there were 25-30 overlapping access point in my tiny neighbourhood (3
years ago about 10). Interfearing channels were the issue.
Unfortunatelly the radio does not provide 5ghz, so ethernet was the way
to go.
Thank you again for getting me on the right rack - you saved my day and
probably christmas as well :-)

Regards,
Martin



mhhd's Profile: http://forums.slimdevices.com/member.php?userid=64616
View this thread: http://forums.slimdevices.com/showthread.php?t=113479

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


Re: [SlimDevices: Plugins] ANNOUNCE: AirPlay Bridge = integrate AirPlay devices with LMS (squeeze2raop)

2021-11-29 Thread castalla


The M6 appears as player.  Loads stream with metadata but timer remains
at zero.  Disconnects after a few seconds.

Basic server log to start

(sure this worked last year)


+---+
|Filename: airplay.txt  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36280|
+---+




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

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


Re: [SlimDevices: Plugins] [Announce] 'MediaServer' *certified* Alexa skill for LMS

2021-11-29 Thread philchillbill


I've created an 11 minute video that shows some of what MediaServer can
do these days when your Echo has a screen and coverart/metadata can be
displayed.

https://vimeo.com/651080656

Enjoy!



philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

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


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

2021-11-29 Thread rgdawson


bakker_be wrote: 
> Progress indication really depends on the app. The Spotify app behaves
> exactly as it did on Windows 10, so they're probably doing something
> differently ;)

Hmmm, interesting, thanks for that tip.  I am just using the Windows
taskbar stock defaults, but Windows will, I assume, give me ability to
draw myself, which I guess is what Spotify is doing.  Anything Spotify
can do, I can do to, haha!



Squeezelite-X

rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236
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] Use Comment Tag Info

2021-11-29 Thread mamema


mamema wrote: 
> so...
> 
> i have enabled the plugin again, dunno remember if i have made a delete
> db/full rescan, since first enabling of this plugin. Anyway, after
> disable/reenable the plugin, the environment is running since two
> days/nights without issues. So . self healing.

so, i have made more tests, the plugin is immune against library
updates, without delete and complete rescan. But if i do a delete/full
scan manually and an "nightly change update" automatically afterwards,
LMS hangs up and need to be restarted, which then leads to a rescan at
boot time.

solution is, and i dunno why, to let the rescan finish. Disable the
plugin. Restart, enable the plugin.

Huh, weird...



mamema's Profile: http://forums.slimdevices.com/member.php?userid=44662
View this thread: http://forums.slimdevices.com/showthread.php?t=114968

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


Re: [SlimDevices: Plugins] Homebridge plugin to control players

2021-11-29 Thread martinlittle


Hi, I've just found and installed this.  Is it still being maintained? 
Thanks. :-)



martinlittle's Profile: http://forums.slimdevices.com/member.php?userid=35518
View this thread: http://forums.slimdevices.com/showthread.php?t=113084

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-11-29 Thread philippe_44

pkfox wrote: 
> I've tried playing different tracks and the same thing happens ( it
> never reaches the end of the track - 1m:30s is the furthest it gets ) -
> I checked the synchronisation settings and the option "only while
> playing was selected" but as I don't have any other players ( I disabled
> my squeezelite player while testing this ) it obviously won't make a
> difference. I'm as confused as you now :-) - just for clarification my
> CXNV2 plays everything else perfectly.
> [edit]
> When you say the player has received all the data - are you saying LMS
> has no further part in the playing process once the data is sent ?
> I'm just trying to understand how it works.

It’s a 2 steps process: the audio is sent by LMS to the bridge which
optionally tweaks or even transcodes it and then it is sent by the
bridge to the player.

What I mean is that all data has been sent on both steps. It’s about
35MB which seems logical for a flac of that duration.



LMS 8.2 on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch,
1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW,
2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,  Yamaha
WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-11-29 Thread pkfox


pkfox wrote: 
> I've tried playing different tracks and the same thing happens ( it
> never reaches the end of the track - 1m:30s is the furthest it gets ) -
> I checked the synchronisation settings and the option "only while
> playing was selected" but as I don't have any other players ( I disabled
> my squeezelite player while testing this ) it obviously won't make a
> difference. I'm as confused as you now :-) - just for clarification my
> CXNV2 plays everything else perfectly.

[edit]
When you say the player has received all the data - are you saying LMS
has no further part in the playing process once the data is sent ?
I'm just trying to understand how it works.



We can't stop here this is bat country. RIP Hunter S Thompson.

Intel NUC i5 Debian 16gb RAM 1TB SSD -> LMS -> Squeezelite -> USB ->
Chord Hugo MScaler -> dual BNC -> Chord Qutest DAC -> Meridian 551 ->
Monitor Audio Gold -> Me
currently trying this 
NUC i5 Debian 16gb RAM 1TB SSD -> LMS  -> Cambridge Audio CXN V2 ->
Chord Hugo MScaler ->  dual BNC -> Chord Qutest DAC -> Meridian 551 ->
Monitor Audio Gold -> Me

pkfox's Profile: http://forums.slimdevices.com/member.php?userid=5346
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2021-11-29 Thread pkfox


philippe_44 wrote: 
> That's strange - this log means that the bridge has finished sending all
> the data (about 35MB in your case) so it closes the HTTP connection,
> which is exactly what is expected. The player has all data and obviously
> a large internal buffer, so it should be able to play normally. When you
> say it stutters, does it mean it skips parts and seems to reach the end
> of the track through playing small chunks of it, in other words do you
> hear what seems to be toward the end or does it stutters but seems to
> progress according to the expected timing?
> 
> [edit]: oh, and are you sure it is not synchronized with any other
> player?

I've tried playing different tracks and the same thing happens - I
checked the synchronisation settings and the option "only while playing
was selected" but as I don't have any other players(I disabled my
squeezlite player while testing this ) it obviously won't make a
difference. I'm as confused as you now  - just for
clarification my CXNV2 plays everything else perfectly.



We can't stop here this is bat country. RIP Hunter S Thompson.

Intel NUC i5 Debian 16gb RAM 1TB SSD -> LMS -> Squeezelite -> USB ->
Chord Hugo MScaler -> dual BNC -> Chord Qutest DAC -> Meridian 551 ->
Monitor Audio Gold -> Me
currently trying this 
NUC i5 Debian 16gb RAM 1TB SSD -> LMS  -> Cambridge Audio CXN V2 ->
Chord Hugo MScaler ->  dual BNC -> Chord Qutest DAC -> Meridian 551 ->
Monitor Audio Gold -> Me

pkfox's Profile: http://forums.slimdevices.com/member.php?userid=5346
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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


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

2021-11-29 Thread bakker_be

rgdawson wrote: 
> Redundant or futile? I don’t have Windows 11 update yet, but I did
> briefly install it in a VM and , yes, I noticed the progress indication
> is there but way more subtle, almost unnoticeable. Other than checking
> to see if it ran ok, that was about all I checked.
> 
> R Greg Dawson
Progress indication really depends on the app. The Spotify app behaves
exactly as it did on Windows 10, so they're probably doing something
differently ;)



Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
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