Deezer Plugin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • johnas
    Senior Member
    • Jul 2009
    • 120

    #31
    Originally posted by mherger

    Say thanks again if Flow is working now :-).
    Thanks and a big virtual high five!

    Comment

    • swc_scotty
      Junior Member
      • Dec 2015
      • 21

      #32
      Wow. What a guy! Thank you so much.

      Comment

      • castalla
        Senior Member
        • Feb 2008
        • 6568

        #33
        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

        • alvarock
          Junior Member
          • Dec 2015
          • 7

          #34
          Originally posted by johnas
          Thanks and a big virtual high five!
          From what I'm understanding it seems that the Flow feature is already enabled, how can I access it? I'm using Daphile with the Deezer plugin and controlled by the excellent Android app Orange Squeeze.

          Comment

          • alvarock
            Junior Member
            • Dec 2015
            • 7

            #35
            Ok, now that I'm at home I can see the "Deezer Flow" button right at the Deezer plug-in menu.
            Thank you! This was the only feature I was missing.

            Enviado desde mi D5106 mediante Tapatalk

            Comment

            • ronluna
              Junior Member
              • Apr 2015
              • 20

              #36
              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

              • mherger
                Babelfish's Best Boy
                • Apr 2005
                • 24615

                #37
                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

                • ronluna
                  Junior Member
                  • Apr 2015
                  • 20

                  #38
                  Originally posted by mherger
                  > 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
                  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.... I tried sniffing the command sent by the web interface ... But I couldn't replicate it.

                  Any ideas?

                  Comment

                  • mherger
                    Babelfish's Best Boy
                    • Apr 2005
                    • 24615

                    #39
                    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

                    • mherger
                      Babelfish's Best Boy
                      • Apr 2005
                      • 24615

                      #40
                      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

                      • ronluna
                        Junior Member
                        • Apr 2015
                        • 20

                        #41
                        Originally posted by mherger
                        > 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, That would be perfect!!!!

                        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

                        • mherger
                          Babelfish's Best Boy
                          • Apr 2005
                          • 24615

                          #42
                          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

                          • ronluna
                            Junior Member
                            • Apr 2015
                            • 20

                            #43
                            Originally posted by mherger
                            > 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
                            We use squeezebox in an automation system. We control the basic aspect of it and monitor what each player is doing. We have built scenes that would turn on a few lights and start a playlist form spotify, We manually build the commands that are being sent to the player ... so We understand that the only way to get the playlist would be by going into deezer and grabbing the deezer url with the album or playlist id. Would be a lot better if We could get the ids from within LMS...

                            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

                            • mherger
                              Babelfish's Best Boy
                              • Apr 2005
                              • 24615

                              #44
                              Deezer Plugin

                              So, does the current implementation work for you? Have you tried the
                              latest 7.9?
                              --

                              Michael
                              Michael

                              "It doesn't work - what shall I do?" - "Please check your server.log and/or scanner.log file!"
                              (LMS: Settings/Information)

                              Comment

                              • ronluna
                                Junior Member
                                • Apr 2015
                                • 20

                                #45
                                Originally posted by mherger
                                So, does the current implementation work for you? Have you tried the
                                latest 7.9?
                                --

                                Michael
                                Yes it did!!! the current implementation works great for deezer!

                                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_name

                                Comment

                                Working...