Announcement

Collapse
No announcement yet.

LoopOn - LoopOff

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

    LoopOn - LoopOff

    Hi

    As per manual, there are two functions for Shuffle On / Off available:

    hs.PluginFunction("BLMediaPlayer", "", "PlayerShuffleOn", Nothing)
    hs.PluginFunction("BLMediaPlayer", "", "PlayerShuffleOff", Nothing)

    Cannot find anything same for Loop On / Off ?

    hs.PluginFunction("BLMediaPlayer", "", "PlayerLoopOn", Nothing)
    hs.PluginFunction("BLMediaPlayer", "", "PlayerLoopOff", Nothing)

    Please advise if such exists? Or how to control LOOP with script?

    Thank you

    #2
    These 2 should exist

    hs.PluginFunction("BLMediaPlayer", "", "PlayerLoopOn", Nothing)
    hs.PluginFunction("BLMediaPlayer", "", "PlayerLoopOff", Nothing)
    Cheers,
    Bob
    Web site | Help Desk | Feature Requests | Message Board

    Comment


      #3
      Thank you

      LoopOn & LoopOff work good, just do not make any records in the Log.

      ////
      Loop functions make record like these
      Nov-21 07:16:17 PM BLMediaPlayer Info Shuffle mode is OFF!
      Nov-21 07:16:08 PM BLMediaPlayer Info Shuffle mode is ON!
      ////

      Comment

      Working...
      X