RemoteControl.Instance.IsTimeShifting / IsRecording (1 Viewer)

josch.hh

MP Donator
  • Premium Supporter
  • March 29, 2008
    476
    77
    Hamburg
    Home Country
    Germany Germany
    Can someone explain to me why the methods :

    RemoteControl.Instance.IsRecording(ref user);
    RemoteControl.Instance.IsTimeShifting(ref user);


    return false during recording or timeshifting?
    I can see that the cards are in use, that the tuner and the card is locked, but not that they are recording or timeshifting.

    Plz, see the attached log file of my tool
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Not 100% sure, but I think those are telling only if the specific user is active. Gibman should be able to tell if thats the case.
     

    gibman

    Retired Team Member
  • Premium Supporter
  • October 4, 2006
    2,998
    1,372
    Aarhus
    Home Country
    Denmark Denmark
    hi !

    when u query the server if a user is recording, remember that a recording user is called "scheduler12" (as an example) ... tvserver has no knowledge about what real user started the recording.

    So I dont know how much use this method really is.

    On the other hand, istimeshifting should return true if passed the correct value of user.name.

    /gibman
     

    Users who are viewing this thread

    Top Bottom