Announcement
Collapse
No announcement yet.
Deezer Plugin
Collapse
X
-
-
Deezer Flow is a nice idea but badly implemented - if you have a mix of genres then then there's no way to stop The Rolling Stones' Satisfaction being followed by Maria Callas .... bizarre.
The same applies to saved Albums - no way to sort by Genre.------------------------------------------------------------------------------------Comment
-
Comment
-
Deezer CLI access
I've trying to find documentation as of how to add/play songs/playlist using the CLI for deezer without any luck:
I have no problem executing the following command for spotify
mac_address playlist cmd:add spotifylaylist:2QSl3z8olP8pHtMs63z6Um
And for Deezer I thought I could use the following:
mac_address playlist play deezer:user:deeze_account@email_addresslaylist:209570168
But it does not work. I get the deezer logo on the player but the track name is "null"
I really can't figure out how to get the problem deezer url.
any ideas?Comment
-
Deezer Plugin
> I have no problem executing the following command for spotify
>
> mac_address playlist cmd:add spotifylaylist:2QSl3z8olP8pHtMs63z6Um
>
> And for Deezer I thought I could use the following:
>
> mac_address playlist play
> deezer:user:deeze_account@email_addresslaylist:209570168
I think right now Spotify is the only service which allows playing a
playlist this way. That URI scheme you try to apply to Deezer is a
Spotify thing, not LMS or SB.
You can't apply it to any other service.
--
Michael
Michael
"It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
(LMS: Settings/Information)Comment
-
> I have no problem executing the following command for spotify
>
> mac_address playlist cmd:add spotifylaylist:2QSl3z8olP8pHtMs63z6Um
>
> And for Deezer I thought I could use the following:
>
> mac_address playlist play
> deezer:user:deeze_account@email_addresslaylist:209570168
I think right now Spotify is the only service which allows playing a
playlist this way. That URI scheme you try to apply to Deezer is a
Spotify thing, not LMS or SB.
You can't apply it to any other service.
--
Michael
mac_address playlist play deezer://107926978.mp3
But I have not been able to find a way to to play playlist.... I tried sniffing the command sent by the web interface ... But I couldn't replicate it.
Any ideas?Comment
-
Deezer Plugin
> I'm able to do the following and it works great:
>
> mac_address playlist play deezer://107926978.mp3
>
> But I have not been able to find a way to to play playlist....
As I said, we only have playing of playlists by ID in place for Spotify.
Unless I'm wrong.
> I tried
> sniffing the command sent by the web interface ... But I couldn't
> replicate it.
When browsing the menu, the player wouldn't be told to play a playlist,
but the menu select would tell the server to look up that playlist, then
queue up or play the tracks. There is no simple command to play a music
service specific playlist by ID except for Spotify.
I'll look into this when I find time.
--
Michael
Michael
"It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
(LMS: Settings/Information)Comment
-
Deezer Plugin
> And for Deezer I thought I could use the following:
>
> mac_address playlist play
> deezer:user:deeze_account@email_addresslaylist:209570168
>
> But it does not work. I get the deezer logo on the player but the track
> name is "null"
BTW: what's your use case? How would you use this?
I've got some test code which would play eg. deezer://playlist:12345 or
deezer://album:12345. Would that work for you? You'd still have to
figure out the album or playlist id the hard way, though. Unlike Spotify
with their "everything's a URI", there's no easy way to get an item's ID
from Deezer. You'd have to extract it from the web URL or something.
--
Michael
Michael
"It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
(LMS: Settings/Information)Comment
-
> And for Deezer I thought I could use the following:
>
> mac_address playlist play
> deezer:user:deeze_account@email_addresslaylist:209570168
>
> But it does not work. I get the deezer logo on the player but the track
> name is "null"
BTW: what's your use case? How would you use this?
I've got some test code which would play eg. deezer://playlist:12345 or
deezer://album:12345. Would that work for you? You'd still have to
figure out the album or playlist id the hard way, though. Unlike Spotify
with their "everything's a URI", there's no easy way to get an item's ID
from Deezer. You'd have to extract it from the web URL or something.
--
Michael
I just tried your suggestion but it didn't work on my server version 7.9.0. I'm assuming your suggestion is to be implemented in the future?Last edited by ronluna; 2016-04-24, 00:27.Comment
-
Deezer Plugin
> I just tried your suggestion but it didn't work on my server version
> 7.9.0. I'm assuming just suggestion is to be implmented in the future?
Have you tried the latest 7.9 nightly?
But I'd still like to know: how are you planning to use this feature?
Where would you get the IDs from?
--
Michael
Michael
"It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
(LMS: Settings/Information)Comment
-
> I just tried your suggestion but it didn't work on my server version
> 7.9.0. I'm assuming just suggestion is to be implmented in the future?
Have you tried the latest 7.9 nightly?
But I'd still like to know: how are you planning to use this feature?
Where would you get the IDs from?
--
Michael
By the way... just test the new feature and it works great!!!
BTW, Would it possible to add a similar scheme url for TIDAL and Pandora?Last edited by ronluna; 2016-04-25, 17:08.Comment
-
Wondering if the same can be done for TIDAL and pandora?
mac_address playlist play tidal://playlist/playlist_id
mac_address playlist play pandora://radio/radio_nameComment
Comment