![]() |
|
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 |
- grywnn - 2011-05-21 15:10 chad.walters Wrote:You are correct about the nightlies, I will keep checking them until it gets fixed. Other way round: The directory issue will be solved with the next update of xbmc commander ![]() As for the connection problem: XBMCs web server is single threaded, so a running request blocks all others. Do you have anything else running that is accessing the web interface? Is there anything suspicious in xbmcs logfile? - chad.walters - 2011-05-21 16:05 Here is what the logs say when I query with XBMC Commander. It is interesting. It looks like it does the query to get all my movies, and then 25 at a time gets movie info with another query to get all my movies in there. If this will just take a bunch of time do I have to keep the ipad on and in this app for it to finish (dont let it sleep?) 08:57:34 T:104542208 M:117919744 WARNING: JSONRPC: Type mismatch in type labels 08:57:36 T:104542208 M:117755904 DEBUG: RunQuery took 462 ms for 670 items query: select * from movieview 08:57:41 T:805003264 M:119787520 DEBUG: Thread Jobworker 805003264 terminating (autodelete) 08:58:16 T:104542208 M:103673856 DEBUG: RunQuery took 12 ms for 25 items query: select * from movieview order by idMovie desc limit 25 08:58:20 T:104542208 M:103673856 DEBUG: RunQuery took 443 ms for 670 items query: select * from movieview 08:58:59 T:104542208 M:101421056 DEBUG: RunQuery took 22 ms for 25 items query: select * from movieview order by idMovie desc limit 25 08:59:00 T:104542208 M:101662720 DEBUG: RunQuery took 442 ms for 670 items query: select * from movieview 08:59:42 T:104542208 M: 99385344 DEBUG: RunQuery took 11 ms for 25 items query: select * from movieview order by idMovie desc limit 25 08:59:45 T:104542208 M: 99385344 DEBUG: RunQuery took 454 ms for 670 items query: select * from movieview 09:00:24 T:104542208 M: 97337344 DEBUG: RunQuery took 22 ms for 25 items query: select * from movieview order by idMovie desc limit 25 09:00:25 T:104542208 M: 97341440 DEBUG: RunQuery took 486 ms for 670 items query: select * from movieview 09:01:01 T:104542208 M: 95010816 DEBUG: RunQuery took 12 ms for 25 items query: select * from movieview order by idMovie desc limit 25 09:01:04 T:104542208 M: 95014912 DEBUG: RunQuery took 401 ms for 670 items query: select * from movieview 09:01:40 T:104542208 M: 92803072 DEBUG: RunQuery took 14 ms for 25 items query: select * from movieview order by idMovie desc limit 25 09:01:42 T:104542208 M: 92803072 DEBUG: RunQuery took 412 ms for 670 items query: select * from movieview 09:02:18 T:104542208 M: 90603520 DEBUG: RunQuery took 22 ms for 25 items query: select * from movieview order by idMovie desc limit 25 09:02:20 T:104542208 M: 90603520 DEBUG: RunQuery took 465 ms for 670 items query: select * from movieview 09:02:56 T:104542208 M: 88285184 DEBUG: RunQuery took 13 ms for 25 items query: select * from movieview order by idMovie desc limit 25 09:02:59 T:104542208 M: 88526848 DEBUG: RunQuery took 410 ms for 670 items query: select * from movieview 09:03:36 T:104542208 M: 86118400 DEBUG: RunQuery took 11 ms for 25 items query: select * from movieview order by idMovie desc limit 25 09:03:40 T:104542208 M: 86118400 DEBUG: RunQuery took 443 ms for 670 items query: select * from movieview 09:04:16 T:104542208 M: 83939328 DEBUG: RunQuery took 31 ms for 25 items query: select * from movieview order by idMovie desc limit 25 09:04:19 T:104542208 M: 83939328 DEBUG: RunQuery took 408 ms for 670 items query: select * from movieview - grywnn - 2011-05-21 16:17 ok looks like the app is querying all movies and the recently added (that the query with the limit) over and over again. I'll send you a pm for further debugging... - jackmeehan - 2011-05-22 19:45 Great app - works flawlessly on my iPad 2. Definitely my favourite/most used iPad app! I'd like to make a suggestion for a possible future update: Since transcoding natively isn't yet supported; A button in the app (alongside play, enque item, imdb etc) to open the file in air video. I would love to be able to browse my XBMC library and then stream to iPad all in one app. - clock2113 - 2011-05-22 20:35 Even though I cache everything, I can't see the TV show banners if I'm not connected... is this expected behavior? - misteriks - 2011-05-23 00:39 xytreme99 Wrote:I download 720p trailer to my local hard disk for most of my newer movies. Tapping on the DVD gives an option to link to YouTube trailers but is the a way to play my local trailer I would love this feature as well! I have local trailers for all my movies. Thx for the great app!
Starting XBMC Remotely through XBMC Commander - dieharder - 2011-05-23 14:59 Hi everyone, I've got a solution for using XBMC Commander to start up XBMC if it's not already running if anyone is interested... particularly useful to me as I run XBMC on my main PC and have to manually start it/switch monitors to the TV (VNC server/wireless keyboard/virtual mouse/getting up off the sofa all work but nothing is as satisfying as hitting a button in XBMC Commander and it all magically happening!) In fact, I've got two solutions :-) One works right now (sniffing for WOL magic packets) and the other one is a small local webserver which XBMC Commander can throw a HTTP request to via a custom menu item on the Remote page ... right now, that solution is not much use because that menu isn't shown when XBMC isn't running (grywnn very kindly agreed to add this to his todo list for a future release - thanks grywnn!) but the WOL sniffer works great as an alternative until that feature is in. If anyone is interested, please respond to the separate thread I've created which outlines the two solutions and which will also hopefully determine if it's something many people would like to use. Thanks! - steve1977 - 2011-05-24 02:55 misteriks Wrote:I would love this feature as well! I have local trailers for all my movies. Same here, that would be perfect. I guess is that it would take almost as much effort as allowing to play the actual movies on the ipad (via transcoding). As this won't be supported by XBMC in the near future, I don't have too high hopes. Someone in this thread suggested to use airvideo's transcoding capabilities to make this happen. No clue whether this would be possible, but this would be awesome!!! Another thought would be combining it with "Videostream", which basically does the same as airvideo, but its developers used to be in this forum and may be willing to help? - misteriks - 2011-05-24 10:06 steve1977 Wrote:Same here, that would be perfect. I guess is that it would take almost as much effort as allowing to play the actual movies on the ipad (via transcoding). As this won't be supported by XBMC in the near future, I don't have too high hopes. ah wait, let me clarify a bit I don't want the trailer to play on my iPad or iPhone. I just want to be able to play the trailer that is locally availible on my XBMC PC on my TV. So I want to start the trailer the same way I play a movie on my TV. - n3IVI0 - 2011-05-24 14:05 I seem to experiencing the same problem as @chad.walters. My Movies will not load in XBMC Commander for love or money. TV Shows, Music, and Files load just fine. Weird thing is, it DID work a few days ago, and now it doesn't anymore. This is what I keep getting in the log: 15:02:26 T:86609920 M: 68345856 DEBUG: RunQuery took 16 ms for 25 items query: select * from movieview order by idMovie desc limit 25 Nada. No movies listed. Nothing. I tried downloading the info to cache, and it never gives a progress bar, just flashes up on the screen and stops. Any ideas? |