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

2022-02-27 Thread Saughassy


slartibartfast wrote: 
> I checked the manual to check if the JBL could be connected via UPnP and
> had to laugh at the standby power spec in Watts/Hour. You would expect
> them to know better [emoji1787]37326
> 
> Sent from my Pixel 3a using Tapatalk

Haha i never checked it, but i have two of them. Very good sounding
stuffs for half/third of a Sonos. I can sync them together easily but
not with the Ikea. :( I do not want to change them, love their sound.



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

2022-02-25 Thread Saughassy


Anyone use a dlna and a chromecast enabled speaker at same time? I try
to syncronize my JBL Playlist 150 (Chromecast) with an IKEA Symfonisk
(DLNA) speaker with no success. Various delays after every track. Any
suggestions?



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

2020-12-18 Thread Saughassy


Dear Philippe (and everyone:)

Could you tell me how i fix a friend of mine's Yamaha streamer playback
via UPNP?

It seems to be ok with 44.1 flacs but with high res material it cant
seek. Can play, stop, skip flawless but seek is doesn't work.

Settings are default, except max bitrate that i changed to 192k.

Thanks for your help



Saughassy's Profile: http://forums.slimdevices.com/member.php?userid=18489
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: New versions of erlands plugins

2011-02-28 Thread Saughassy

erland;614376 Wrote: 
> Are you using SBS 7.5 or 7.6 ? 
> 7.6 cause problem with Playlist Generator earlier, basically it caused
> an infinite loop similar to what you described if automatic scanning
> was enabled.
> 
> How have you configured the Playlist Generator plugin ? Which playlist
> templates have you used ?
> 
> I'm guessing you have the latest version of both "Custom Scan" and
> "Playlist Generator" plugins ?

I'm used the latest non beta (i think was 7.5.3?). But when i removed
custom scan, problem partly still existed (after change rating, server
couldnt respond some sec) i installed the latest 7.6 beta.
It s seems to be working perfectly and MUCH MORE faster, than 7.5.x.
Now i quite happy, but custom scan still very slow if i change rating
on a track. Not a bit problem, because i wanted playlist generator to
export all of my 4-5 star rating tracks to MediaMonkey only. I have 700
songs unrated only so after i'll can wait once for an export. :)
Or have u a better idea to export all top rated tracks to MediaMonkey
as playlist?


-- 
Saughassy

Saughassy's Profile: http://forums.slimdevices.com/member.php?userid=18489
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-02-27 Thread Saughassy

Dear Erland (and everyone has helped me)!

I've install custom scan and activate it's playlist generator part only
but server is get terrible slow.
I inspected my systemmon and seems to be mysql falling in (nearly)
endless loop. Writing and reading ibdata1 till 20 mins if i modify or
add rating. If i only play and use playlists everything is fine.

Any ideas?
Thanks for your help


-- 
Saughassy

Saughassy's Profile: http://forums.slimdevices.com/member.php?userid=18489
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-02-13 Thread Saughassy

MillmoorRon;610738 Wrote: 
> Not exactly what you're after but it might give you some ideas!
> 
> You could use custom skip filters to exclude multiple genres?
> 
> > 
Code:

  >   > 
  > -- PlaylistName:Favourites least played by Genre...
  > -- PlaylistGroups:Favourites...
  > -- PlaylistParameter1:genre:Select genre:
  > select tracks.url from tracks
  > join genre_track on
  > tracks.id=genre_track.track
  > and genre_track.genre='PlaylistParameter1'
  > left join dynamicplaylist_history on
  > tracks.id=dynamicplaylist_history.id 
  > and dynamicplaylist_history.client='PlaylistPlayer'
  > left join track_statistics on
  > tracks.url=track_statistics.url
  > where
  > audio=1
  > and track_statistics.rating>70
  > and dynamicplaylist_history.id is null
  > order by track_statistics.playCount asc
  > limit 10;
  > 

> > 


Huh, thanks for it, but i never wrote custom skip scripts before and i
don't know where can i paste your code. :)
I found my filters directory, i saw my earlier filters but they're
seems to be different:



topratedonly

trackstat_rated

rating
69


customskippercentage
100


customskipvalidtime
0


    customskipretrylater
0





how can i implement yours?


-- 
Saughassy

Saughassy's Profile: http://forums.slimdevices.com/member.php?userid=18489
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2011-02-11 Thread Saughassy

Dear Erland! (or anyone who can help me:)

How can i create a dynamic playlist with these parameters?

Some kind of genres exclude
top rated
least played

Thanks,
Peter


-- 
Saughassy

Saughassy's Profile: http://forums.slimdevices.com/member.php?userid=18489
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2010-01-06 Thread Saughassy

erland;503424 Wrote: 
> You should have a "Rating" menu item in the track details provided by
> TrackStat which you will find by hitting "More/+" key on a track.
> 
> If you want a shortcut button similar to the numeric buttons on a
> Classic have a look at the following thread:
> http://forums.slimdevices.com/showthread.php?t=73538

Thanks for your patience and fast reply. :)


-- 
Saughassy

Saughassy's Profile: http://forums.slimdevices.com/member.php?userid=18489
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2010-01-06 Thread Saughassy

Hello!

Can I rate tracks via Squeezeplay? On Classic we have a remote with
numeric buttons, but how can i do this on Squeezeplay?


Anyway big respect and many thanks to Erland for his magical stuffs.


-- 
Saughassy

Saughassy's Profile: http://forums.slimdevices.com/member.php?userid=18489
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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