![]() |
|
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 |
- briped - 2011-04-10 12:13 DarkHelmet Wrote:[...]Scrolling down a list for example. With a touch remote I can just keep my finger on the down button whereas with the gestures solution I have to wipe down constantly until the end of the touchscreen is reached. I know this might sound like a small thing but with a list of music artists of over 2000 artists it takes a long time to scroll down to ZZ Top, which takes me to the next small thing.[...]Use single finger, swipe down and hold the finger, works like you're holsing arrow down (or up, left or right if you swipe and hold in those directions) does what it sounds to me like you're looking for. spamdoggi Wrote:[...]I wish you could add Wake on Lan (may be automagically on start/resume the App for last used Server), that would be awesome.[...]It has Wake On LAN. If the last connected server isn't online, on the remote screen you get the option to > Wake 'NameOfComputer' < Although WOL doesn't seem to work for me, but then again it might be my Gigabyte GA-MA78GM-S2H motherboard that doesn't support it, at least I can't find Wake On LAN options in the BIOS, only Wake on Modem and such. - DarkHelmet - 2011-04-10 19:07 briped Wrote:Use single finger, swipe down and hold the finger, works like you're holsing arrow down (or up, left or right if you swipe and hold in those directions) does what it sounds to me like you're looking for. Will try that out. I have two xbmc devices, one on a windows pc and one on an apple tv 2. Gestures don't work at all on my windows machine, shortcuts work rarely, mostly they're not even there (the short cuts screen on my ipod touch is just empty). I've been fiddling around with the playlist generator from this thread (brilliant program btw): http://forum.xbmc.org/showthread.php?tid=83915 Some strange things happen in the remote when using this. The playlist view makes the app crash occasionally, maybe when the addon adds songs to the playlist. The names of the songs ahead from the one playing right now are not shown. Instead the paths to the songs are displayed. Since they are however on a NAS connected with samba the names of the paths are too long so every song is called "smb://NAS-Server/Qmultimedia/MP3/..." I know this is most probably a feature or a program only used by a handful of people but still, in case you find the time, I'd appreciate you having a look at what's happening here. In playlist view I guess the app intends to show the now playing song on top of the list. It does however scroll just a little too low. I'm using the app on an ipod touch 4G with xbmc 10.1 on a windows machine and an apple tv 2 respectively. Thanks in advance. - briped - 2011-04-10 19:22 According to what I can figure out, WOL is enabled for my computer but I am unable to wake it from XBMC commander. Will troubleshoot a bit further. Another idea for a feature... Option to keep screen alive when XBMC commander is active. - AgeOfPanic - 2011-04-10 19:38 I just wanted to know if anybody else is experiencing that the remote sometimes seems to stick and keeps repeating. I've had a couple of instances where it just keeps going to the right I think I broke it! - clipper99 - 2011-04-10 20:36 D'OH! I decided to live on the edge and upgraded to the latest XBMC nightly build (April 9) and now Commander just gives me a black screen on movies, TV and music. I can't go back to an official Dharma release as they have changed the file structure apparantly! I deleted the cache but that was no help. DON'T UPGRADE TO THE LATEST XBMC NIGHTLY BUILD!!!!
- grywnn - 2011-04-11 15:11 Quote:Cheers, i just dont know if i should by an apple tv for the front end as i am trying to find a good front end to run my server as I have a ps3 and going to sell it and use your xbmc remote on the ipad when i get one with a front end that can handle xbmc but what to use in it's placeI'm using a full blown htpc (some athlon cpu, antec fusion case, geforce) running ubuntu linux in my living room. Quote:Problem 1Don't know for sure, try adding a picture in xbmc by browsing to the season, toggling the "info" view and selecting "thumbnail" (i think) Quote:Problem 2Cycling through subtitle languages can be done by adding a custom button to the remote. This is currently only available on the iPad, not on iPhone or iPod. But i'll add it to those sooner or later too. See http://www.xbmc-commander.com far a description. Quote:Especially in the music section I'd love some kind of shortcut which makes me jump to my artists starting with "k" or "o" or "z" instead of having to scroll down for quite some time. Most of my other apps have a vertical alphabetical list of letters on the very right side of the screen where the scrollbar is.Due to an early design decision i can't use the index that iOS semi-automatically provides for lists. I'm currently experimenting with my own way of dealing with this, but i'm so far not very pleased with the outcome. Once i find a good way to do this though it will be added. Quote:And finally I'm a huge fan of music videos and music playlists. Both quite underrated features of xbmc imo judging from the forum. Neither of these are supported by the remote. It would be sweet to have these supported by your remote.Music videos are on my todo list - i just don't get to do them ![]() Playlists are something i'll have to dig into too, but right now theres only very limited support for playlists through XBMCs new JSON api. Playlists will be improved a lot in future versions of XBMC. I'll try to keep up with these improvements. Quote:I just wanted to know if anybody else is experiencing that the remote sometimes seems to stick and keeps repeating. I've had a couple of instances where it just keeps going to the righti've had that once in my early testing stage... I send a keydown event to xbmc as soon as a swipe is detected, and a keyup event when the finger is lifted again. Seems there are some rare circumstances where the keyup isn't sent / recognized. repeating the same gesture should solve the issue. Quote:Will try that out. I have two xbmc devices, one on a windows pc and one on an apple tv 2. Gestures don't work at all on my windows machine, shortcuts work rarely, mostly they're not even there (the short cuts screen on my ipod touch is just empty).Sounds like connection problems to me, especially on port 9777. Check out the troubleshooting page. Quote:Some strange things happen in the remote when using this. The playlist view makes the app crash occasionally, maybe when the addon adds songs to the playlist. The names of the songs ahead from the one playing right now are not shown. Instead the paths to the songs are displayed. Since they are however on a NAS connected with samba the names of the paths are too long so every song is called "smb://NAS-Server/Qmultimedia/MP3/..." I know this is most probably a feature or a program only used by a handful of people but still, in case you find the time, I'd appreciate you having a look at what's happening here.I'm only displaying what XBMC offers me. Sounds to me as if the script doesn't add the items to the playlist by their database id, but by their filename. In this case XBMC doesn't provide any metadata when i query the playlist, just the filename... Quote:In playlist view I guess the app intends to show the now playing song on top of the list. It does however scroll just a little too low.Noticed that one too; will be fixed. Quote:Another idea for a feature... Option to keep screen alive when XBMC commander is active.You mean the ipads screen? Good idea ![]() clipper99 Wrote:D'OH! Some pretty basic changes were introduced into the json interface. I'll need to adapt to these sooner or later anyway, so i'd rather make it sooner.... i'm working on it, will introduce a toggle switch in the next update. - BigCheese - 2011-04-11 23:13 grywnn Wrote:Thats why i've added the possibility to add custom http shortcuts (at least on the ipad atm; see above): You could create a small pearl / php / whatever script that - for example - starts xbmc, make it available through a webserver like apache, and add that url as a shortcut to xbmc commander. ahh, i see-the only problem is: if no xbmc is running, the shortcuts are not shown perhaps you could add an option flag for the shortcutsnto be shown even if no xbmc is running? so then the start xbmc shortcut could work ![]() cheers, bigcheese - clipper99 - 2011-04-12 00:32 Thanks grywnn, I guess I can live with my Harmony remote until the next update! ![]() Cheers - Hooper818 - 2011-04-12 04:51 grywnn thanks for the app, works great and have been using since 1.0 awesome app - Montevideo - 2011-04-13 20:07 Have said earlier on the thread how much I love this app, and it remains true. Having an issue with the music though - doesn't seem to read the library completely. For example, I just added an EP to iTunes, it has been picked up and can be played in XBMC but the app only sees the artist and the ep but not the actual tracks? If you tap play album the ipad quits to the home screen? Any ideas? If I use my harmony remote I can navigate to the EP and choose tracks, so it's not an XBMC issue. Also, enqueue doesn't seem to work - certainly not all the time anyway. Still love it though. Also, should add, I have deleted the cache in the app and redownloaded data - no help |