Re: [SlimDevices: Plugins] Can Spotty add a track to a Spotify playlist?

2022-01-13 Thread ih8gates


mherger wrote: 
> > But I know that I can add a song to a Spotify playlist via Spotty. Is
> > there a way to automate that?
> 
> The Spotify API is publicly documented and accessible:
> 
> https://developer.spotify.com/documentation/web-api/reference/#/operations/add-tracks-to-playlist

Thanks. That editing-the-internal-playlist makes sense.

Making a call to LMS is a lot easier (at least for me) than figuring out
the authorization steps required to implement the API.



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=115755

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


Re: [SlimDevices: Plugins] Can Spotty add a track to a Spotify playlist?

2022-01-13 Thread ih8gates


Hmm. Looks like the commands are making changes to the LMS library, but
not to the list on Spotify. I guess that makes sense.
But I know that I can add a song to a Spotify playlist via Spotty. Is
there a way to automate that?



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=115755

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


[SlimDevices: Plugins] Can Spotty add a track to a Spotify playlist?

2022-01-13 Thread ih8gates


Can Spotty add a track to a Spotify playlist?

I've got the playlist's ID from a query. Spotty is integrating playlists
with my LMS library.

Trying


Code:

playlists edit cmd:add playlist_id:101927 
url:https://open.spotify.com/track/2DgbJYZl9bf3orxM5gfzOO?si=0ecea8fc2c614091



with no luck. Do I have the command wrong, or am I trying to make Spotty
do something it's not capable of.



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=115755

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.4 - more personalised content

2021-03-02 Thread ih8gates


This morning, Spotty has stopped working correctly for me. Playback is
slow/choppy. Like 10 seconds of song takes 30 seconds because of pauses
in the playback as if it's outpacing the buffer. 

I've restarted the device I run Spotty on (DS718+) and I've restarted
LMS. Playback of local media and other streamed services (Band Camp)
works correctly. 

I'm on Spotty 4.4.8 with the quality set to "high" (also tried
"normal"). 

Everything has been working fine for a long time and I haven't changed
any settings. I've got plenty of drive space on the DS718+ and the CPU
and memory aren't being taxed at all. There's nothing in server.log.

Any suggestions on how to debug?



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=112962

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


Re: [SlimDevices: Plugins] [Announce] Spotty 3.x - Spotify Podcasts on your Squeezebox

2020-01-08 Thread ih8gates


Every once in a while (once or twice a day), while listening via Spotty,
playback will hang at the end of a song and not progress to the next.
This happened on my old (windows-based) setup as well as my new
(Synology). 

The song will show a remaining time of 00:00 and just sit there till I
hit "next". 

(I only listen to Spotify, so I'm not sure if it's a Spotty-only issue
or an LMS at large issue). 

Any suggestions?

Logitech Media Server Version: 7.9.2 - 0029.1576909043
Spotty Version: 3.1.3



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=111217

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


Re: [SlimDevices: Plugins] [Announce] Spotty 3.x - Spotify Podcasts on your Squeezebox

2019-12-30 Thread ih8gates


I recently moved my LMS/Spotty from a Windows-based machine to a NAS
(Synology DS718+). 

Spotify playback is working great, except that I can't play anything by
URI. When I try to do so, I'm just seeing a song name of "null" along
with the URI.

Do I need a plugin/handler to interpret Spotify URIs? Or is that
something that Spotty handles?

Thanks!



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=111217

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-10-02 Thread ih8gates


2.8.7 Fixed my issue. Thanks!

mherger wrote: 
> > Setting spotty->info in the log shows a lot of token messages like:
> > 
> > [19-10-02 15:25:08.0085] Plugins::Spotty::API::Token::get (186) Can't
> do
> > non-blocking getToken call. Good luck!
> > 
> > I see several of those a second. Any thoughts?
> 
> Wow... yep, got a stupid typo... I'll fix that asap. Thanks for the 
> heads up!
> 
> -- 
> 
> Michael



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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


Re: [SlimDevices: Plugins] [Announce] Spotty 2.8.x - Spotify Connect for your Squeezebox

2019-10-02 Thread ih8gates


Since the last update, it now takes a long time to load the playlists
list or any individual playlist. It takes a really long time to load a
long-ish playlist. Like over a minute if the playlist has ~100 songs. 

Setting spotty->info in the log shows a lot of token messages like:

[19-10-02 15:25:08.0085] Plugins::Spotty::API::Token::get (186) Can't do
non-blocking getToken call. Good luck!

I see several of those a second. Any thoughts?



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=110455

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


[SlimDevices: Plugins] [Feature Request - Spotty] More-complete context menus for search/browse results

2018-04-07 Thread ih8gates

I'd like to see a feature from the retired Spotify plugin return to
Spotty.

If I search for a Spotty track, the only context options get are:
* Play
* Play Next
* Add to Playlist (this adds to the current queue/playlist)
* Add to Favorites

With the old Spotify plugin, I could add a track to an existing Spotify
playlist from the search result's context.

If I view a Spotty-added track in the current playlist/queue, I get a
lot more options. I'd like to see those same options for search
results.

The main thing I'm trying to do is find a straightforward way to add a
track from Spotty's results to an existing Spotify playlist without
first having to add it to the current queue, scroll to the end, add to a
Spotify playlist, remove from queue.



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=108918

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-26 Thread ih8gates

ih8gates wrote: 
> I discovered the shutdown of the official Spotify plugin when I noticed
> that it disappeared from my interface. Very happy to find Spotty.
> 
> Where's the best place to follow along with development? This thread
> seems to be support-oriented.
> 
> I'm interested in seeing some of the features of the old plugin make
> their way to Spotty (things like browsing to album/artist from search
> results or queue).

I think there might be an easy solution to this. Would it be possible to
have the links to tracks from within Spotty point to the
*/songinfo.html?* URL instead of the */plugins/spotty/index.html* link
that they point to currently? I guess the issue is whether Spotty knows
about the "item" parameter that's passed to songinfo.

I'd like to see that link used when browsing playlists and when viewing
search results.

23231


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


ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-23 Thread ih8gates

kidstypike wrote: 
> Click on the track title on the right . . . plenty of options offered.
> 
> 23201

Right - but this only works if you add the song to your current queue
and then locate it in that list. With the older plugin, you could get to
this same info from results in a search, in browsed playlist, that kind
of thing. So if you're looking at search results (or browsing a
playlist) and you want to find other songs from the same artist or
album, you can't do it without adding it to your queue, etc. Not always
a big deal via the web interface, but sometimes a pain from apps like
Orange Squeeze.



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] [Announce] Spotty v1.1.0

2017-07-22 Thread ih8gates

I discovered the shutdown of the official Spotify plugin when I noticed
that it disappeared from my interface. Very happy to find Spotty.

Where's the best place to follow along with development? This thread
seems to be support-oriented.

I'm interested in seeing some of the features of the old plugin make
their way to Spotty (things like browsing to album/artist from search
results or queue).



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=107615

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2016-08-17 Thread ih8gates

I've recently started having a problem where it takes about (exactly?)
30 seconds to load my list of Spotify playlists. Similarly, it takes 30
seconds to load the track list for an individual list. I'm pretty sure
it's 30 seconds each time regardless of the length of playlist.

Loading other info (recent artists / what's new / etc) loads very
quickly. Once a playlist is loaded, it plays fine and immediately - no
delay. 

I'm running v2.3.8 of the plugin on LMS version 7.9.0

Any suggestions?



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2016-05-21 Thread ih8gates

philippe_44 wrote: 
> But I'm guessing that the spotify plugin in LMS has a "protocol handler"
> that knows how to handle "spotifyimage/spotify:image:" ressources. The
> problem is that for CC devices, this does not mean anything, they dont't
> know how to handle such ressource:
> "spotifyimage/spotify:image:1ebddc2d9db587b6d949cc844c10cefece810a83/cover.jpg"
> (for example, if you copy/paste that in your browser, it does not know
> what to do with it). My plugin does not know either how to handle such
> ressources, so I can not proxy it. I might be wrong, somebody knowing
> spotify can correct me here

Yeah - I figured this was the issue. Thanks for the info.



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=104614

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2016-05-20 Thread ih8gates

philippe_44 wrote: 
> CC devices expect a URL where they can get the artwork (in other words,
> I'm not sending an artwork image, I'm sending an URL where to acquire
> the artwork). Can you take a log with the "casting debugging" activated
> so I can see exactly what is sent ?

It seems like you might be saying that it's the Spotify plugin's issue.
I do note that in the web interface for LMS, it uses the same URL (in
the IMG's SRC tag) that you're passing to the Chromecast. My web browser
seems to be able to treat that like it's an image.


It sends something like:

[08:50:27.231] SendCastMessage:265 [00CED3C0]: Cast sending: {
"type": "LOAD",
"requestId": 182,
"media": {
"contentId":
"http://192.168.1.110:49157/LMS2CAST/a4-77-33-32-58-88-idx-1.wav;,
"streamType": "BUFFERED",
"metadata": {
"albumArtist": "The Smiths",
"metadataType": 3,
"albumName": "The Smiths",
"title": "This Charming Man - 2011 Remastered Version",
"artist": "The Smiths",
"trackNumber": 6,
"images": [
{
"url":
"spotifyimage/spotify:image:1ebddc2d9db587b6d949cc844c10cefece810a83/cover.jpg"
}
]
},
"contentType": "audio/wav"
},
"autoplay": false,
"sessionId": "CA8AAA05-86BA-4D72-97D3-74B909291190",
"currentTime": 0.0



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=104614

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2016-05-19 Thread ih8gates

I use the Triode Spotify plugin. It looks like the metadata that S2C is
sending includes covers like this:

cover:spotifyimage/spotify:image:a1ee7dd56014c8ad8e30c7f6335c5923f2033dba/cover.jpg

Is there a trick to getting album artwork sent to the Chromecast in a
format that it likes? Local artwork functions just fine.



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=104614

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2016-05-19 Thread ih8gates

philippe_44 wrote: 
> This is a firewall problem: I've added a clearer comment in the 1st post
> of this thread to help sorting that out

Yes! That did the trick.

I *had* already checked and S2C was in my firewall exceptions. But
starting it manually, then OK-ing the resulting dialog fixed things for
me.



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=104614

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


Re: [SlimDevices: Plugins] Announce: CastBridge = integrate Chromecast players with LMS (squeeze2cast)

2016-05-18 Thread ih8gates

Sorry if I'm rehashing covered ground. I zipped through this thread and
didn't see it covered.

I've gotten S2C to start just fine on my Win8-based machine. When I try
to cast (to a Chromecast 2), I see the metadata on the screen and the
progress bar cycles - the color flows left-to-right - endlessly. I never
get audio. Looking in my logs, I see that there's a callback to what
appears to be the current track:

//192.168.1.110:49157/LMS2CAST/a4-77-33-32-58-88-idx-1.wav

(that starts with http : // ) but the forum won't let me include a
URL...

In my windows temp folder. I see a file called a4-77-33-32-58-88-idx-1
(with no extension).

If I try to access that URL directly, I get a timeout eventually. 

Thoughts?



ih8gates's Profile: http://forums.slimdevices.com/member.php?userid=65736
View this thread: http://forums.slimdevices.com/showthread.php?t=104614

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