![]() |
|
XBMC Commander - Yet another unofficial third-party XBMC remote for iPad - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116) +--- Thread: XBMC Commander - Yet another unofficial third-party XBMC remote for iPad (/showthread.php?tid=81018) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
- jakjak - 2011-09-17 19:46 I love the Program - i can't wait for a update ^^ - grywnn - 2011-09-19 12:13 OK folks, i'm officially going crazy. I'm about to finish adapting to the latest changes in JSON namespace and had a look at the corresponding post to check something - only to discover that there have been more changes yesterday. Quite fundamental ones too. Unfortunately this will delay the next update a little more, since i have to go for these changes, too. Swipes not working - seth.feinberg - 2011-09-20 03:10 I'm sorry if this is already in this thread somewhere (I searched, I swear!) but I recently uploaded (?) a custom keymap for my ATV2 to take better advantage of the extra buttons my Harmony remote offers. All that is working great but now my XBMC Commander doesn't work correctly. I can still single tap to select and double tap to go back but cannot navigate the menus by swiping. I did not change any of the Global Values (I don't think, heres my joystick.AppleRemote.xml for good measure http://pastebin.com/fTeaSzhG). Commander still works great with my HTPC but I'd like its full functionality back in my bedroom. Any help would be greatly appreciated. P.S. Swipes still work for the native Apple iPhone remote. as in when I swipe it moves the highlight to the next option... - chander - 2011-09-20 10:04 grywnn Wrote:OK folks, i'm officially going crazy. Keep up the good work! XBMC Commander is the best remote app i've seen on iPad! - trdmlc - 2011-09-20 11:04 seth.feinberg Wrote:I'm sorry if this is already in this thread somewhere (I searched, I swear!) but I recently uploaded (?) a custom keymap for my ATV2 to take better advantage of the extra buttons my Harmony remote offers. All that is working great but now my XBMC Commander doesn't work correctly. I can still single tap to select and double tap to go back but cannot navigate the menus by swiping. I did not change any of the Global Values (I don't think, heres my joystick.AppleRemote.xml for good measure http://pastebin.com/fTeaSzhG). Commander still works great with my HTPC but I'd like its full functionality back in my bedroom. Any help would be greatly appreciated. Post #1067 in this thread has instructions for this workaround. You need to update (or create) your keyboard.xml file. - seth.feinberg - 2011-09-21 06:32 grywnn Wrote:*beep* I'm sorry to essentially ask this twice (thanks to @trdmic for trying to help me avoid this), but the post in #1067 seems to be a fix for PC/Mac versions of XBMC, but is there a fix for my Apple TV? i dropped that code into my custom keymap (joystick.AppleRemote.xml) file but, as expected, it returned an error in the Log. Absolutely love the app, and would love to use it again, so please let me know if theres any tweaks I should make to allow it to work on my ATV2... edit: Just re-read (and actually processed) what trdmlc said. Should I create a keyboard.xml for the ATV2 even though it doesn't use a keyboard? I would've though dropping the keyboard tagged bits of code into the appropriate sections of my keymap would've worked (that is in the global and FullScreenVideo sections but after the <joystick=AppleRemote> tags... - grywnn - 2011-09-21 10:48 XBMC Commander emulates keyboard events, even on a system without keyboard. So: Yes, you'll need to create a keyboard.xml and put the code in there. - grywnn - 2011-09-21 12:35 Again, more changes in the JSON API. I'm currently done with adapting to the namespace changes from sept 5th, nearly done with the playlist / player changes from september 18th. Yesterday the "fields" parameter that is used in almost every function call that retrieves some kind of information from XBMC has been renamed to "properties". Meaning i have to adjust about 80% of my function calls. This is delaying the update a little more. Sorry folks. - Memphiz - 2011-09-21 14:59 grywnn Wrote:Again, more changes in the JSON API. You could contact Montellese for knowing what is on his plan according to JSON-RPC ... his changes are all from his TODO list / roadmap afaik ... keep it up
- seth.feinberg - 2011-09-22 06:26 grywnn Wrote:XBMC Commander emulates keyboard events, even on a system without keyboard. Of course, def should've tried that before I posted. Thanks for the great app and the help... |