Poll: DVD-remote or Controller - which one do you use to control XBMC?
You do not have permission to vote in this poll.
DVD-remote only (95% of time)
50.00%
Controller only (95% of time)
50.00%
Little bit of both plus other.
0%
Total
2 vote(s)
100%
* You voted for this item.

DVD-Remote or Game-Controller
#16
hi all,

i recently purchased an xbox on ebay and want to load xbmc on it.

can anyone recommed a remote control for it?


cheers
detox
Reply
#17
logitech wireless controller :kickass:
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.


Image
Reply
#18
yup

anybody know if the remote media center extender for xbox does work for xbmc ?

can't buy in france :/

i have the same for pc it's was the best have i tested ... (just light button use to much power :/ but this model don't have light button :p so anybody have test ?

thx .. and thx so much team for your great os ^^
Reply
#19
yes, it does work. logitech wireless controller is better though imo.
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.


Image
Reply
#20
(bouriko @ oct. 18 2005,17:35 Wrote:anybody know if the remote media center extender for xbox does work for xbmc ?

can't buy in france :/
i just found a picture of this remote - it seems to be much more advanced than the normal dvd playback kit!

damn expensive though ( 79,99 $ on the ms website ).

i am gonna check to see if i can grab one in germany/ebay.

i also thought about the logitech wireless controller, but i would like a one hand remote solution instead of having to use both hands. a remote is simply more comfortable to use ( imho )
Reply
#21
i seem to be one of the few people that has the logitech wireless controller yet still prefers using the remote for xbmc. using the controller just feels to clunky (for want of a better term) for my liking.
Reply
#22
i like the controller better than the remote since the controller is much faster/more precise when navigating.
using the triggers to fast forward/backward is really Cool!

on the other side the romote has more buttons, so you can access stuff directly and don't have to click through menues.

cheers bernd
Reply
#23
i perfer the remote



[code]<!-- this file contains the mapping of keys (gamepad, remote and keyboard) to actions within xbmc -->
<!-- the <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's section. note that there is only handling -->
<!-- for a single action per button at this stage. -->

<!-- the format is: -->
<!-- <device> -->
<!-- <button>action</button> -->
<!-- </device> -->

<!-- the <remotecode> blocks are only needed if you intend to map buttons from other remotes. -->
<!-- in this case, the remotecodes are the obcs (original button codes) in the rca 5 protocol -->
<!-- and you'd set it up by adding a <remotecode> block to the <remap> or <global> section: -->
<!-- <remotecode> -->
<!-- <45>stop</45> -->
<!-- </remotecode> -->

<!-- note that the action can be a built-in function. -->
<!-- eg <b>xbmc.activatewindow(mymusic)"</b> -->
<!-- would automatically go to my music on the press of the b button. -->

<keymap>
<global>
<remote>
<zero>number0</zero>
<one>number1</one>
<two>number2</two>
<three>number3</three>
<four>number4</four>
<five>number5</five>
<six>number6</six>
<seven>number7</seven>
<eight>number8</eight>
<nine>number9</nine>
<play>play</play>
<pause>pause</pause>
<stop>stop</stop>
<forward>fastforward</forward>
<reverse>rewind</reverse>
<left>left</left>
<right>right</right>
<up>up</up>
<down>down</down>
<select>select</select>
<pageplus>pagedown</pageplus>
<pageminus>pageup</pageminus>
<back>parentdir</back>
<menu>previousmenu</menu>
<title>contextmenu</title>
<info>info</info>
<skipplus>pagedown</skipplus>
<skipminus>pageup</skipminus>
<display>fullscreen</display>
<start>previousmenu</start>
<record>screenshot</record>
<volumeplus>volumeup</volumeplus>
<volumeminus>volumedown</volumeminus>
<mute>mute</mute>
<power>xbmc.shutdown()</power>
<myvideo>xbmc.activatewindow(myvideos)</myvideo>
<mymusic>xbmc.activatewindow(mymusic)</mymusic>
<mypictures>xbmc.activatewindow(mypictures)</mypictures>
<mytv>xbmc.activatewindow(home)</mytv>
</remote>

<gamepad>
<a>select</a>
<b>parentdir</b>
<x>fullscreen</x>
<y>queue</y>
<white>contextmenu</white>
<black></black>
<start>xbmc.activatewindow(playercontrols)</start>
<back>previousmenu</back>
<dpadleft>left</dpadleft>
<dpadright>right</dpadright>
<dpadup>up</dpadup>
<dpaddown>down</dpaddown>
<leftthumbbutton>screenshot</leftthumbbutton>
<rightthumbbutton>xbmc.activatewindow(shutdownmenu)</rightthumbbutton>
<leftanalogtrigger>scrollup</leftanalogtrigger>
<rightanalogtrigger>scrolldown</rightanalogtrigger>
<rightthumbstickleft>analogseekback</rightthumbstickleft>
<rightthumbstickright>analogseekforward</rightthumbstickright>
<rightthumbstickup>volumeup</rightthumbstickup>
<rightthumbstickdown>volumedown</rightthumbstickdown>
</gamepad>

<keyboard>
<p>play</p>
<f>fastforward</f>
<r>rewind</r>
<left>left</left>
<right>right</right>
<up>up</up>
<down>down</down>
<pageup>pageup</pageup>
<pagedown>pagedown</pagedown>
<return>select</return>
<backspace>parentdir</backspace>
<escape>previousmenu</escape>
<i>info</i>
<menu>contextmenu</menu>
<space>pause</space>
<x>stop</x>
<period>skipnext</period>
<comma>skipprevious</comma>
<tab>fullscreen</tab>
<printscreen>screenshot</printscreen>
<minus>volumedown</minus>
<plus>volumeup</plus>
<zero>number0</zero>
<one>number1</one>
<two>number2</two>
<three>number3</three>
<four>number4</four>
<five>number5</five>
<six>number6</six>
<seven>number7</seven>
<eight>number8</eight>
<nine>number9</nine>
</keyboard>
</global>


<home>
<gamepad>
<black>xbmc.activatewindow(56)</black>
</gamepad>

<remote>
<info>xbmc.activatewindow(systeminfo)</info>
<clear>xbmc.activatewindow(weather)</clear>
<hash>xbmc.activatewindow(settings)</hash>
<record>xbmc.activatewindow(shutdownmenu)</record>
</remote>

<keyboard>
<i>info</i>
</keyboard>
</home>


<myfiles>
<gamepad>
<y>highlight</y>
</gamepad>

<remote>
<one>highlight</one>
<skipplus>pagedown</skipplus>
<skipminus>pageup</skipminus>
</remote>

<keyboard>
<space>highlight</space>
<delete>delete</delete>
<c>copy</c>
<m>move</m>
<r>rename</r>
</keyboard>
</myfiles>


<mymusicplaylist>
<gamepad>
<y>delete</y>
<black>playlist</black> <!-- close playlist -->
</gamepad>

<remote>
<back>playlist</back> <!-- close playlist -->
<clear>delete</clear>
<zero>delete</zero>
<three>moveitemup</three>
<nine>moveitemdown</nine>
</remote>

<keyboard>
<space>playlist</space> <!-- close playlist -->
<delete>delete</delete>
<u>moveitemup</u>
<d>moveitemdown</d>
</keyboard>
</mymusicplaylist>


<mymusicfiles>
<gamepad>
<y>queue</y>
<black>playlist</black>
</gamepad>

<remote>
<zero>queue</zero>
<star>queue</star>
<skipplus>pagedown</skipplus>
<skipminus>pageup</skipminus>
</remote>

<keyboard>
<space>playlist</space>
<q>queue</q>
</keyboard>
</mymusicfiles>


<mymusictop100>
<gamepad>
<y>queue</y>
<black>playlist</black>
</gamepad>

<remote>
<zero>queue</zero>
<star>queue</star>
</remote>

<keyboard>
<space>playlist</space>
<q>queue</q>
</keyboard>
</mymusictop100>


<mymusiclibrary>
<gamepad>
<y>queue</y>
<black>playlist</black>
</gamepad>

<remote>
<zero>queue</zero>
<star>queue</star>
</remote>

<keyboard>
<space>playlist</space>
<q>queue</q>
</keyboard>
</mymusiclibrary>


<fullscreenvideo>
<remote>
<left>stepback</left>
<right>stepforward</right>
<up>volumeup</up>
Reply
#24
eeep.... aren't there rules against posting that much code? anyway, i have to say it depends upon what i am doing. assuming i am using the database views for 'my music', or 'my videos', then i definitely prefer the remote. if i am navigating through 'my files', then the controller is much better (because of the fast scroll). i would love to get a remote with more buttons on it, but i have never seen one here in japan and i can't order one as i don't have a credit card. oh well, just have to make do switching i guess Smile
Reply
#25
i used to use remote almost exclusively but then i modded my controller to have a power on button (well technically i modded a karaoke adapter that plugs into the controller). i've been using remote more recently. the analog triggeres are better for list navigation than pageup+pagedown on the remote (i have those mapped to channel up channel down).
Reply
#26
i got the remote, but only used it to record the remote codes onto my amplifier multi-remote.
i then took out the batteries and put it away - so just use the ir receiver.

i'm back down to 1 remote in the living room again. Cool
Reply
#27
.rrrreeemote!!!

it's just so much more convenient. don't have one? go out and get one already...  :d

just built in an ir-mod and that even still makes a hell of a difference. being able to turn on the xbox from your couch is so much better than i had hoped.
since the chip is an independent controller, if xbmc (installed as a dashboard, for my convenience...) ever hangs (which it rarely does.), just power-cycle the damn thing without ever even so much effort as to adjust your position on the couch.

if you have a remote, cherish and treasure it. get the original m$ one, btw.

uwer
Reply
#28
(uwer @ nov. 05 2005,08:34 Wrote:.rrrreeemote!!!

it's just so much more convenient. don't have one? go out and get one already...  :d

just built in an ir-mod and that even still makes a hell of a difference. being able to turn on the xbox from your couch is so much better than i had hoped.
since the chip is an independent controller, if xbmc (installed as a dashboard, for my convenience...) ever hangs (which it rarely does.), just power-cycle the damn thing without ever even so much effort as to adjust your position on the couch.

if you have a remote, cherish and treasure it. get the original m$ one, btw.

uwer
which ir mod did you use? post the link pls.
I'm not an expert but I play one at work.
Reply
#29
hi! i got mine here:

http://www.freakware.de/shop/artikeldeta...tikel=8220

in case you consider building your own:

http://xirremote.tripod.com/

i don't know how many variants are out there, my guess is though, they're basically a very similar design, 'inspired' by xirremote. which would make all of them independent little controllers, which therefore should be able to do the stuff i mentioned above.

there is some hairy soldering involved. i could send you some pictures of the way i mounted mine, if that's any help.
you'd have to grant me a couple of days to make those pics, though. i got four mods and i'm sure the second time around my workmanship will look more elegant than on my first try.

regards, uwer
Reply
#30
where is the extender remote option? Wink

cheers
granqvist



Reply

Logout Mark Read Team Forum Stats Members Help
DVD-Remote or Game-Controller0