Jump to content

xerosis

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by xerosis

  1. Hi everyone,

     

    I've made an XMBC controller for myself but I thought I'd share it incase anyone else finds it useful. It's a bit of a case of "works for me", it's not been testing properly so let me know if there's any problems. The workflow for viewing tv shows -> seasons -> episodes is a bit hacky and leaves alfred open after loading the file so if anyone knows how to fix that, let me know.

     

    Download

    v0.2

     

    v0.2 - Added check marks next to watched episodes

     

    Screenshots

     

    Screen%20Shot%202014-02-23%20at%2016.31.

     

    Screen%20Shot%202014-02-23%20at%2016.31.

    Screen%20Shot%202014-02-23%20at%2016.32.

    Screen%20Shot%202014-02-23%20at%2016.32.

    Screen%20Shot%202014-02-23%20at%2016.33.

    Screen%20Shot%202014-02-23%20at%2016.32.

     

  2. Your check for growlnotify wasn't quite working, I changed:

    $growlnotifyinstalled = trim($growlnotifyinstalled); //added to line 41
    
    if ($growlnotifyinstalled !== "nogrowlnotify") { //changed the if statement on line 52

    That seems to fix it for me but the newlines don't work as I'm not sure what you were meant to replace them with? 

    echo str_replace("\n\n","\n\n",$msg);
×
×
  • Create New...