Announcement

Collapse
No announcement yet.

Request

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

    Request

    Hi:

    I use one of my Genie mini's to use as whole house audio. Is it possible to pull the song title out of the data stream? Right now the title just gives me the channel name, not the song title.

    PHP Code:
    {
      
    "callsign""SONIC",
      
    "duration"86400,
      
    "isOffAir"false,
      
    "isPclocked"3,
      
    "isPpv"false,
      
    "isRecording"false,
      
    "isVod"false,
      
    "major"851,
      
    "minor"65535,


       
    "music": {
        
    "by""Lee Ritenour",
        
    "cd""Rit's House",
        
    "title""Mizrab" 


      
    },
      
    "offset"32150,
      
    "programId""6259858",
      
    "rating""TV-G",
      
    "startTime"1487588400,
      
    "stationId"2872196,
      
    "status": {
        
    "code"200,
        
    "commandResult"0,
        
    "msg""OK.",
        
    "query""/tv/getTuned?clientAddr=0"
      
    },
      
    "title""Smooth Jazz"

    Don

    #2
    added to my TODO list

    Comment


      #3
      Thank you.
      Don

      Comment


        #4
        in version 3.0.0.17 available here, I have added 3 new devices for Artist, Album and Song

        Comment


          #5
          Thanks for tweak.
          Don

          Comment


            #6
            The new version created three new devices, Music Song, Artist and Album, but I'm afraid that they don't populate.

            Any suggestions?

            Thanks
            Don

            Comment


              #7
              my bad, I had failed to add some line of codes.

              can you try again with version 3.0.0.18. thanks

              Comment


                #8
                Looks good. Appreciate it.
                Don

                Comment

                Working...
                X