Announcement

Collapse
No announcement yet.

Kodi/XBMC Plug-in - Feature Requests

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    YOU ROCK! Thank you. I have tested and it is working. Thank you again.

    Comment


      Can you add the following
      onpause.episode
      onpause.movie
      onplay.movie
      onplay.episode
      onstop.movie
      onstop.episode

      As far as i can see using the current stop,play,pause is across the board to include music. When i start music my lights dim/turn off to movie settings. etc.
      Please correct me if i am wrong.

      Comment


        Originally posted by keithj69 View Post
        Can you add the following
        onpause.episode
        onpause.movie
        onplay.movie
        onplay.episode
        onstop.movie
        onstop.episode

        As far as i can see using the current stop,play,pause is across the board to include music. When i start music my lights dim/turn off to movie settings. etc.
        Please correct me if i am wrong.
        To trigger for pause/play/stop events, you need to use the status device. As this device is updated last when something change, you can use additional conditions on the Media Type, and Type devices

        IF Status device becomes PLAYING
        AND Media Type device is episode
        Then ....

        Comment


          Originally posted by spud View Post
          To trigger for pause/play/stop events, you need to use the status device. As this device is updated last when something change, you can use additional conditions on the Media Type, and Type devices

          IF Status device becomes PLAYING
          AND Media Type device is episode
          Then ....
          Thank you.

          Sent from my XT1650 using Tapatalk

          Comment


            spud

            I've been using Emby for a while now since Kodi doesnt work on Roku (my TVs have Roku built-in). It would be great if you could support the JSON API Emby (https://github.com/MediaBrowser/Emby/wiki)

            I suspect the method would be the same as Kodi (create Emby devices)with one addition on the back-end to parse Emby commands?

            thx for considering!

            Comment


              +1 for emby plugin

              Comment

              Working...
              X