diceman01 Posted February 10, 2015 Report Posted February 10, 2015 Hi guys I was wondering if someone can help me? I have received my new Pi 2 and running Openelec and the FLIRC plugin won't work. I was wondering does it work with another Kodi distro on the Pi 2? My aim is to use my FLIRC device and have the same key mapping as the my ATV2 as I'm using the Apple remote. Quote
jason Posted February 10, 2015 Report Posted February 10, 2015 the flirc plugin isn't complied for the pi 2 yet. I'm still working on it. My pi just arrived. Just pair your flirc on another machine, and it will work on the pi2 with the previosuly paired remote. Quote
diceman01 Posted February 10, 2015 Author Report Posted February 10, 2015 Thanks for the quick reply Jason :), I have had it already paired on my Intel NUC but unfortunately it did not work on my Pi 2 yet. So I understand correctly you are saying I don't need the plugin for it to work, is the plugin only there for config? Quote
jason Posted February 10, 2015 Report Posted February 10, 2015 Yes, that's correct. You don't need the plugin. Did it work on the NUC? Can you fire up an app and make sure it's receiving the remote commands? I have tested on my pi 2 and I am not seeing any problems. So let's make sure it's not a remote setting. Pairing went okay? Quote
diceman01 Posted February 10, 2015 Author Report Posted February 10, 2015 I just plugged it back into my NUC and it works fine. I also just tested it on my Macbook Pro and works fine there as well Quote
jason Posted February 10, 2015 Report Posted February 10, 2015 no idea, that doesn't make any sense. Can you post a dmesg output when you put the flirc in the machine? Quote
diceman01 Posted February 10, 2015 Author Report Posted February 10, 2015 All good now :) I must of had a corrupt install I just reinstalled Openelec and now and its working thank you. Off topic to original post is there any way I can have the exact same keymap as my jailbroken ATV 2 seeing Im using the silver Apple remote? If there is a guide for it can you point me in the direction please? Quote
jason Posted February 10, 2015 Report Posted February 10, 2015 I'm not sure how AppleTV is mapped. Probably try the minimal remote in my GUI. Let me know. Quote
diceman01 Posted February 10, 2015 Author Report Posted February 10, 2015 I have it nearly the same the only thing I'm trying to do is make it when I hold the menu button it brings the menu same as the apple tv running Kodi Quote
jason Posted February 10, 2015 Report Posted February 10, 2015 I don't have support for long keypresses yet Quote
diceman01 Posted February 10, 2015 Author Report Posted February 10, 2015 No worries thanks a lot for your help much appreciated Quote
FelixFlutsch Posted February 27, 2015 Report Posted February 27, 2015 Hi diceman01, I'm too like to use my new Raspberry Pi2 like my ATV2 and its silver remote. Unfortunately, I'm not that lucky right know. I paired the silver remote with the minimalist and the full keybord controllers layout from the flirc program. "Normal" navigation in the Kodi menus works well (up/down, left/right). play/pause works well too. But when a movies is playing, the up/down keys on the remote just do a "skip forward/backward" . I was hoping/expecting that up/down will controll the volume, when a movie is playing, like it was when I used the AppleTV2. Is this working with your config? Can u share some more information (if so). Cheers! Quote
yawor Posted February 27, 2015 Report Posted February 27, 2015 @FelixFlutsch: If you want to change how Kodi reacts to some keys in specific context (like playing a video) then you need to change that in the Kodi itself:http://kodi.wiki/view/Keymaps http://kodi.wiki/view/Keyboard_controls Basically you need to create a keyboard.xml file in the Kodi userdata directory with mappings you want to override. 1 Quote
FelixFlutsch Posted February 25, 2016 Report Posted February 25, 2016 Basically you need to create a keyboard.xml file in the Kodi userdata directory with mappings you want to override.Thank you for that. :-)Now, a year later, I have used the silver apple remote control with my customized settings/mappings, I must say, its working quite well.I don't miss the long press anymore, since I just mapped that to a single click on the play/pause button, but hey....the last days I've read, that kodi will supporting a long press :-) Well....ok.Maybe I'll try it again, but the Keymapping feature of Kodi is so flexible and powerful, that is is not that easy to set up all the keys in all the different menus... In short, I'm happy, I managed to fit the mappings to my "needs". It took me a couple of days playing arount, BUT it was fun too. Setting up a remote control with so less buttons kept me thinking any trying a lot of things...even made me smarter... ;-)So, mainly, if I remember correclty after such a long time, I fiddled with the volume buttons and the up/down/left/right buttons in different menus of kodi. If anyone will try it or just take a look, here is now my backup to the internet, in case my RaspberryPi2 dies and I don't have a local backup...<keymap> <playercontrols> <keyboard> <key id="61568">volumeup</key> <key id="61569">volumedown</key> </keyboard> </playercontrols> <videos> <keyboard> <key id="61472">contextmenu</key> <key id="61467">back</key> </keyboard> </videos> <pictures> <keyboard> <key id="61467">back</key> </keyboard> </pictures> <global> <keyboard> <key id="61472">contextmenu</key> </keyboard> </global> <slideshow> <keyboard> <key id="61453">info</key> </keyboard> </slideshow> <fullscreenvideo> <keyboard> <key id="61467">stop</key> <key id="61568">volumeup</key> <key id="61569">volumedown</key> <key id="61472">playpause</key> </keyboard> </fullscreenvideo> <osdaudiosettings> <keyboard> <key id="61568">volumeup</key> <key id="61569">volumedown</key> <key id="61568">up</key> <key id="61569">down</key> <key id="61570">left</key> <key id="61571">right</key> </keyboard> </osdaudiosettings> <music> <keyboard> <key id="61568">volumeup</key> <key id="61569">volumedown</key> <key id="61467">back</key> </keyboard> </music> <visualisation> <keyboard> <key id="61568">volumeup</key> <key id="61569">volumedown</key> <key id="61472">playpause</key> <key id="61570">chapterorbigstepback</key> <key id="61571">chapterorbigstepforward</key> <key id="61570">chapterorbigstepBack</key> <key id="61571">bigstepforward</key> <key id="61570">bigstepback</key> </keyboard> </visualisation> <musicosd> <keyboard> <key id="61568">volumeup</key> <key id="61569">volumedown</key> <key id="61472">playpause</key> </keyboard> </musicosd> <home> <keyboard> <key id="61467">previousmenu</key> <key id="61467">activatewindow(favourites)</key> </keyboard> </home> <osdvideosettings> <keyboard> <key id="61570">left</key> <key id="61571">right</key> <key id="61568">up</key> <key id="61569">down</key> </keyboard> </osdvideosettings> </keymap>Enjoy remoting your Kodi/XBMC! :-) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.