![]() |
|
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 |
RE: XBMC Commander - Yet another unofficial third-party XBMC remote for iPad - clipper99 - 2012-03-31 16:27 (2012-03-29 00:17)grywnn Wrote: Hi clipper, Hi grywnn. I realized last night that another popular XBMC iPad remote that I own (that I won't name here but rhymes with "Installation") will not crash when switching to the imdb app. FYI. Cheers RE: XBMC Commander - Yet another unofficial third-party XBMC remote for iPad - kstrin01 - 2012-04-03 21:44 Hi grywnn. You have built a fantastic app! I have enjoyed it for several months. When using the "Files" feature and browsing VIDEO sources on my media server, XBMC Commander does not see password protected folders. The source is setup in XBMC with the correct username and password, and the folders can be browsed and accessed on XBMC, but when browsing on XBMC Commander the password protected folders do not show up. I am using Windows 7 Professional on my Media Server. To be able to view the folder in XBMC Commander, the folder has to be shared with "everyone". I password protect all video folders that are not Rated G, PG, or PG-13. On the kid's XBMC machine, I do not provide username and password information, so they can't access the "R" Movies and TV Shows. It works great as far as using XBMC, but as I said, XBMC Commander does not see the protected folders. RE: XBMC Commander - Yet another unofficial third-party XBMC remote for iPad - grywnn - 2012-04-03 21:55 Thats a known problem - the JSON API strips the username / password information when returning the list the sources, but won't let you browse the source without the credential - kind of a chicken - egg - problem. but good luck theres a workaround: Remove the login stuff from your sources.xml and put it into another file. The last paragrap of my troubleshooting page describes how to: http://xbmc-commander.com/page2/page9/page9.html RE: XBMC Commander - Yet another unofficial third-party XBMC remote for iPad - kstrin01 - 2012-04-04 00:41 Thanks for the quick response. Problem solved! RE: - xbmc17 - 2012-04-04 04:21 (2012-03-08 10:46)grywnn Wrote: The music / playlist crashes are Eden related and should be fixed with the update that i submitted to apple a few days ago. This update should ba available in a few days. Is there still the possibility of a toggle to make "Play" function as "enqueue"? Very frustrating when creating a playlist with friends and someone inadvertently clicks "play" by mistake and erases the entire playlist! In "artist grouped" view, Various Artists doesn't appear anywhere so compilations don't seem to be available in his view. RE: XBMC Commander - Yet another unofficial third-party XBMC remote for iPad - grywnn - 2012-04-04 08:37 I get flooded with requests lately, and i must admit i tend to forget the one or the other, which happened to me wanting to check the VA issue. I did have a look at the enqueue option though, and it turns out it isn't as easy as i thought. Not the enqueueing part, but locating the item in the playlist afterwards and jumping to it. So i pushed this down my list in favor of some urgent bugfixes, and some easy to do improvements that have been waiting for quite some time now. RE: XBMC Commander - Yet another unofficial third-party XBMC remote for iPad - disolo - 2012-04-07 21:17 I've got a quick question for the group. I just installed Spotimc (Spotify plugin) on an XBMCbuntu box and every time I use Commander with the app, tracks play for about 7 -10 seconds and then skip to the next track. If I quit out of Commander, everything runs smooth. Any ideas? Thanks. Update: I think it might have something to do with Commander trying to get the track/playlist information. RE: XBMC Commander - Yet another unofficial third-party XBMC remote for iPad - mukati - 2012-04-08 06:29 Hi grywnn, Another feature request for you, not sure if someone has already requested for it, or if its possible or not: Basically, every time a new show or movie is added, within the movies tab or the tv show tab, that particular show/movie has a 'new' icon on it. Is it possible to have a new icon on the movies tab or tv shows tab itself? So that if there is a new tv show that has been added in my library, I can directly get notified by looking at the main screen, rather than going every now and then to the tv shows section and checking out all tv shows to see if anything is new added. Thanks! RE: XBMC Commander - Yet another unofficial third-party XBMC remote for iPad - emptyhead - 2012-04-08 06:36 My remote swipe stopped working. Everything else still works fine. Any ideas? RE: XBMC Commander - Yet another unofficial third-party XBMC remote for iPad - grywnn - 2012-04-08 10:52 @disolo: I had another user with the same problem, for him it turned out to be another remote interfering with Commander. I'd suspect the cause of the problem to be somewhere on XBMCs side, since all queries i do are only information retrieving and shouldn't generate any actions. Is there anything suspicious in a debug xbmc.log? @mukati; Never thought about it, love the idea, will give it a try ![]() @emptyhead: I'm basically sending keyboard commands on swipes - did you change something in your keyboard.xml file? |