Announcement

Collapse
No announcement yet.

Pi Musicbox server - partially working?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Pi Musicbox server - partially working?

    I'm trying to find a usable solution to control Mopidy on a RaspPi. I have the Pi Musicbox install setup and working great but It really needs a plugin or more support with this plugin. Right now it connects and controls (partially) with the server but not all data is pulled into HS3, title, album, and others work but artist and others don't populate the devices at all. Any way to troubleshoot this?
    Ideally Dirk If you made a plugin for Mopidy (it has a great API) we would have another option for music in HS3, more importantly Spotify integration is the best there is, full access to all playlists and more. Really its not just Spotify but all major streaming services.
    I think it would be a winner from day one, please have a look.
    John
    http://www.pimusicbox.com/
    https://www.mopidy.com/
    Attached Files

    #2
    Originally posted by lj502 View Post
    I'm trying to find a usable solution to control Mopidy on a RaspPi. I have the Pi Musicbox install setup and working great but It really needs a plugin or more support with this plugin. Right now it connects and controls (partially) with the server but not all data is pulled into HS3, title, album, and others work but artist and others don't populate the devices at all. Any way to troubleshoot this?
    Ideally Dirk If you made a plugin for Mopidy (it has a great API) we would have another option for music in HS3, more importantly Spotify integration is the best there is, full access to all playlists and more. Really its not just Spotify but all major streaming services.
    I think it would be a winner from day one, please have a look.
    John
    http://www.pimusicbox.com/
    https://www.mopidy.com/
    Sorry I missed this posting, for some bizarre reason, I don't get notification on this thread although it is subscribed as it should.

    So, I suspect your mopidy has a lot of UPNP functions missing. Easiest is to turn the PI debug flag on (not super debug not uPNP logging), click on log to disk, play something on the player, you should see autonomous events in your log from the player. Turn log to disk off; post the log file.

    Dirk

    Comment


      #3
      Here is part of one...

      John
      Attached Files

      Comment


        #4
        Originally posted by lj502 View Post
        Here is part of one...

        John
        If you stare at the log, you can actually see what is presented

        <dc:title>My Daddy Was A Milkman</dc:title>
        <dc:creator>The Kentucky Headhunters</dc:creator>
        <upnp:artist>The Kentucky Headhunters</upnp:artist>
        <upnp:album>Pickin On Nashville</upnp:album>
        <upnpriginalTrackNumber>10</upnpriginalTrackNumber>
        <res duration="0:04:28"

        Nothing else. What were you expecting?

        Comment

        Working...
        X