Ticket #4587: freebox-wis-remote.patch

File freebox-wis-remote.patch, 667 bytes (added by Eric Pheatt <eric.pheatt@…>, 16 years ago)

FreeBox? External Change Script

  • libs/libmythtv/freeboxchannel.cpp

    diff -u mythtv-0.20.2/libs/libmythtv/freeboxchannel.cpp mythtv-0.20.2-wisremote/libs/libmythtv/freeboxchannel.cpp
    old new  
    128128        return false;
    129129    }
    130130
     131    //Wis-Remote call to Wis-Streamer
     132    InputMap::const_iterator it = inputs.find(currentInputID);
     133    if (!(*it)->externalChanger.isEmpty())
     134        bool wisremote = ChangeExternalChannel(channum);
     135
    131136    // Set the channel..
    132137    curchannelname = channum;
    133138    currentProgramNum = 1;