markiz
Senior Member Joined: Feb 2008 Reputation: 0 Location: Sweden |
2008-07-21 11:14
Post: #1
Would it be possible to support the new Remote App that can be downloaded free from Apple App Store?
|
| find quote |
Gamester17
Team-XBMC Forum Moderator Joined: Sep 2003 Reputation: 9 Location: Sweden |
2008-07-21 14:33
Post: #2
http://forum.xbmc.org/showthread.php?tid=31157
http://forum.xbmc.org/showthread.php?tid=34379 http://forum.xbmc.org/showthread.php?tid=31367 http://forum.xbmc.org/showthread.php?tid=33663 Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
grisen
Junior Member Posts: 22 Joined: Mar 2007 Reputation: 0 |
2008-07-21 15:36
Post: #3
Gamester17 Wrote:http://forum.xbmc.org/showthread.php?tid=31157 None of the above soulutions actually work. Would it be possible to use the new OFFICIAL iPhone RemoteApp to control XBMC? http://www.apple.com/itunes/remote/ Since the regular Apple remote workes with XBMC, maby the new remote also works? |
| find quote |
Gamester17
Team-XBMC Forum Moderator Joined: Sep 2003 Reputation: 9 Location: Sweden |
2008-07-21 16:00
Post: #4
if it has an open API (does it?) then you could maybe write an EventClient for it, ...though as XBMC's EventServer does not yet feature two-way communication I am not sure if everything could be supported as of yet.
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
s4v4g3
Junior Member Posts: 14 Joined: Feb 2008 Reputation: 3 |
2008-07-31 03:44
Post: #5
|
| find quote |
topfs2
Team-XBMC Developer Joined: Dec 2007 Reputation: 8 |
2008-07-31 13:38
Post: #6
grisen Wrote:None of the above soulutions actually work. Would it be possible to use the new OFFICIAL iPhone RemoteApp to control XBMC? IIRC the official SDK only supports clientside sockets (the unofficial supports both server- and clientside), that means that only one way communication is gonna work, still that is enough for you to controll anything, but its harder to get data from XBMC. I have been trying to get the SDK to work on linux but have been unable sofar so I cant really help you but if you need anything done with XBMC in this regard (I would loooove to controll XBMC via iPod Touch) please poke me and Ill do my best to help you. <EDIT> I missread the whole post so its abit null and void but I'lll leave my response if anyone finds it interesting </EDIT> If you have problems please read this before posting Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() "Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
(This post was last modified: 2008-08-01 13:09 by topfs2.)
|
| find quote |
narcan
Registered Member Posts: 57 Joined: Nov 2007 |
2008-08-02 10:26
Post: #7
I'm currently working on one for ver 2.0 firmware.
Hopefully should have something ready in a week or two. |
| find quote |
markiz
Senior Member Joined: Feb 2008 Reputation: 0 Location: Sweden |
2008-08-02 12:05
Post: #8
narcan Wrote:I'm currently working on one for ver 2.0 firmware. Great news! Make sure to put a DONATE button somewhere! |
| find quote |
topfs2
Team-XBMC Developer Joined: Dec 2007 Reputation: 8 |
2008-08-03 16:34
Post: #9
narcan Wrote:I'm currently working on one for ver 2.0 firmware. May I ask how you are creating it? With EventServer system or with the HTTPApi, incase the first please make any requests you want on the EventServer and I will try my best to make them happen ![]() I really want my iPod controll >) If you have problems please read this before posting Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() "Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#." |
| find quote |
narcan
Registered Member Posts: 57 Joined: Nov 2007 |
2008-08-04 14:23
Post: #10
Topfs2 Wrote:May I ask how you are creating it? With EventServer system or with the HTTPApi, incase the first please make any requests you want on the EventServer and I will try my best to make them happen I'm using the HTTPApi. I guess I should be a little clearer though. The 'remote' I'm creating is pretty much a clone of the iTunes 'Remote' app only difference obviously will be that it will control XBMC. It currently dosen't act as a traditional remote, like up/down/left/right etc. Though no reason it couldn't have this as a feature, but currently isn't planned for the first version. Anyway, current status is that I've got the 'Artists' and 'Albums' tab implemented. It looks and functions exactly like the itunes remote, so has shuffle, cover art and all that. Next to do is the 'Now Playing' screen. Only limitation I'm coming up against so far is using the HTTP Api to queue the tracks. As far as I can see you have to make a seperate request for each file that is to be queued. What I would really like is a way to queue via say a SQL statement, in order to make things a bit smarter when queuing loads of tracks. Anyone have any suggestions here ? |
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/149/badge.gif)

Search
Help