

note that dcpu acpu and vcpu are on 0 % on build that not working ok, why is that happening
sparky0815 wrote:r11324 files of FAT partition uploaded...
you can use the latest sd card image (r11318) and overwrite fat partition with r11324 files
http://sparky0815.de
syre wrote:nope, NFS.dom wrote:Where's your media coming from? SMB share?syre wrote:Actually my pi is only hooked up to my TV nothing else, I tried r11160 yesterday and the buffering is practically nonexistent compared to the newer revisions. I experienced the problem with the keyboard not being detected when unplugging/replugging it aswell.
Have you tried w/out the remote? I play things the same way w/ no problems! smugglykeenan wrote:Playing media from network (smb) share is definatly getting worse..
Now, traying to play a 700mb rip, xvid video and 2 channel audio results in a pause/play cycle every 10 - 15 seconds!
Also experiencing random freezes, no config file, just a fresh clean install of r11324.. Just a remote, ethernet and HDMI connected...
I Digress I Just tried playing some SD Files And some of my avi files with a divx encode are having some trouble. Sound No Picture? I Will keep investigating but @ the moment it seems only low bitrate encodes are a problem.smuggly wrote:Have you tried w/out the remote? I play things the same way w/ no problems! smugglykeenan wrote:Playing media from network (smb) share is definatly getting worse..
Now, traying to play a 700mb rip, xvid video and 2 channel audio results in a pause/play cycle every 10 - 15 seconds!
Also experiencing random freezes, no config file, just a fresh clean install of r11324.. Just a remote, ethernet and HDMI connected...
smuggly wrote:I Digress I Just tried playing some SD Files And some of my avi files with a divx encode are having some trouble. Sound No Picture? I Will keep investigating but @ the moment it seems only low bitrate encodes are a problem. Running 11329 imgsmuggly wrote:Have you tried w/out the remote? I play things the same way w/ no problems! smugglykeenan wrote:Playing media from network (smb) share is definatly getting worse..
Now, traying to play a 700mb rip, xvid video and 2 channel audio results in a pause/play cycle every 10 - 15 seconds!
Also experiencing random freezes, no config file, just a fresh clean install of r11324.. Just a remote, ethernet and HDMI connected...
smuggly
I'm having problems with these too, they seem to be using ff-h264 to decode rather than the hardware! I have been using sparkys images.humla wrote:Also, I seem to be having difficulty playing h264 videos with main and baseline profile from youtube. They freeze xbmc and I have to either kill xbmc or reboot the pi.
Is it working for other people or is it even supposed to work?
You can edit keymaps to suit your requirements, have a look at the Keymaps article in the XBMC Wiki. Once you have a custom keymap, put it in the userdata/keymaps folder (call it, for example, remote.xml) and restart XBMC.keenan wrote:I'm using a cyberlink remote with mine and all the buttons work, but I'd like to change them so for instance, if I press "OK" while video is playing it brings up the aspect options to choose between Normal, Stretch, 4:3, 16:9, original.. How can I change that button to bring up the OSD?
Code: Select all
<!-- 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. -->
<!-- For joystick/gamepad configuration under linux/win32, see below as it differs from xbox -->
<!-- gamepads. -->
<!-- The format is: -->
<!-- <device> -->
<!-- <button>action</button> -->
<!-- </device> -->
<!-- To map keys from other remotes using the RCA protocol, you may add <universalremote> blocks -->
<!-- In this case, the tags used are <obc#> where # is the original button code (OBC) of the key -->
<!-- You set it up by adding a <universalremote> block to the window or <global> section: -->
<!-- <universalremote> -->
<!-- <obc45>Stop</obc45> -->
<!-- </universalremote> -->
<!-- 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. -->
<!-- Joysticks / Gamepads: -->
<!-- See the sample PS3 controller configuration below for the format. -->
<!-- -->
<!-- Joystick Name: -->
<!-- Do 'cat /proc/bus/input/devices' or see your xbmc log file to find the names of -->
<!-- detected joysticks. The name used in the configuration should match the detected name. -->
<!-- -->
<!-- Button Ids: -->
<!-- 'id' is the button ID used by SDL. Joystick button ids of connected joysticks appear -->
<!-- in xbmc.log when they are pressed. Use your log to map custom buttons to actions. -->
<!-- -->
<!-- Axis Ids / Analog Controls -->
<!-- Coming soon. -->
<keymap>
<global>
<remote>
<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>
<enter>FullScreen</enter>
<pageplus>PageUp</pageplus>
<pageminus>PageDown</pageminus>
<back>ParentDir</back>
<menu>PreviousMenu</menu>
<title>ContextMenu</title>
<info>Info</info>
<skipplus>SkipNext</skipplus>
<skipminus>SkipPrevious</skipminus>
<display>FullScreen</display>
<start>XBMC.ActivateWindow(home)</start>
<record>ContextMenu</record>
<volumeplus>VolumeUp</volumeplus>
<volumeminus>VolumeDown</volumeminus>
<mute>Mute</mute>
<power>XBMC.ShutDown()</power>
<mytv>XBMC.ActivateWindow(VideoLibrary,TvShows)</mytv>
<mypictures>XBMC.ActivateWindow(MyMusic)</mypictures>
<myvideo>XBMC.ActivateWindow(MyPictures)</myvideo>
<mymusic>XBMC.ActivateWindow(VideoLibrary,Movies)</mymusic>
<!--
<yellow>XBMC.ActivateWindow(VideoLibrary,TvShowTitles)</yellow>
<blue>XBMC.ActivateWindow(MyMusic)</blue>
<green>XBMC.ActivateWindow(MyPictures)</green>
<red>XBMC.ActivateWindow(VideoLibrary,MovieTitles)</red>
-->
<yellow>XBMC.ActivateWindow(VideoLibrary,TvShowTitles)</yellow>
<blue>XBMC.ActivateWindow(MyMusic)</blue>
<green>XBMC.ActivateWindow(MyPictures)</green>
<red>XBMC.ActivateWindow(VideoLibrary,MovieTitles)</red>
<zero>Number0</zero>
<one>Number1</one>
<two>JumpSMS2</two>
<three>JumpSMS3</three>
<four>JumpSMS4</four>
<five>JumpSMS5</five>
<six>JumpSMS6</six>
<seven>JumpSMS7</seven>
<eight>JumpSMS8</eight>
<nine>JumpSMS9</nine>
</remote>
</global>
<Home>
<remote>
<info>XBMC.ActivateWindow(SystemInfo)</info>
<clear>XBMC.ActivateWindow(Weather)</clear>
<hash>XBMC.ActivateWindow(Settings)</hash>
</remote>
</Home>
<MyFiles>
<remote>
<clear>Delete</clear>
<zero>Highlight</zero>
<star>Move</star>
<hash>Rename</hash>
</remote>
</MyFiles>
<MyMusicPlaylist>
<remote>
<back>Playlist</back> <!-- Close playlist -->
<clear>Delete</clear>
<zero>Delete</zero>
</remote>
</MyMusicPlaylist>
<MyMusicPlaylistEditor>
<remote>
<zero>Queue</zero>
</remote>
</MyMusicPlaylistEditor>
<MyMusicFiles>
<remote>
<zero>Queue</zero>
<star>Queue</star>
</remote>
</MyMusicFiles>
<MyMusicLibrary>
<remote>
<zero>Queue</zero>
<star>Queue</star>
</remote>
</MyMusicLibrary>
<FullscreenVideo>
<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>
<left>StepBack</left>
<right>StepForward</right>
<up>BigStepForward</up>
<down>BigStepBack</down>
<back>SmallStepBack</back>
<start>OSD</start>
<select>AspectRatio</select>
<record>CodecInfo</record>
<info>Info</info>
<teletext>XBMC.ActivateWindow(Teletext)</teletext>
<subtitle>ShowSubtitles</subtitle>
<star>ShowSubtitles</star>
<language>AudioNextLanguage</language>
<clear>AudioNextLanguage</clear>
</remote>
</FullscreenVideo>
<VideoTimeSeek>
<remote>
<select>Select</select>
<enter>Select</enter>
</remote>
</VideoTimeSeek>
<FullscreenInfo>
<remote>
<record>CodecInfo</record>
<info>Close</info>
</remote>
</FullscreenInfo>
<PlayerControls>
<remote>
<menu>Close</menu>
</remote>
</PlayerControls>
<Visualisation>
<remote>
<left>PreviousPreset</left>
<right>NextPreset</right>
<up>IncreaseRating</up>
<down>DecreaseRating</down>
<back>LockPreset</back>
<title>CodecInfo</title>
<select>XBMC.ActivateWindow(VisualisationPresetList)</select>
<menu>XBMC.ActivateWindow(MusicOSD)</menu>
<start>XBMC.ActivateWindow(MusicOSD)</start>
<info>Info</info>
</remote>
</Visualisation>
<MusicOSD>
<remote>
<menu>Close</menu>
<title>Info</title>
<info>CodecInfo</info>
</remote>
</MusicOSD>
<VisualisationSettings>
<remote>
<menu>Close</menu>
<back>Close</back>
</remote>
</VisualisationSettings>
<VisualisationPresetList>
<remote>
<menu>Close</menu>
<back>Close</back>
</remote>
</VisualisationPresetList>
<SlideShow>
<remote>
<zero>ZoomNormal</zero>
<one>ZoomLevel1</one>
<two>ZoomLevel2</two>
<three>ZoomLevel3</three>
<four>ZoomLevel4</four>
<five>ZoomLevel5</five>
<six>ZoomLevel6</six>
<seven>ZoomLevel7</seven>
<eight>ZoomLevel8</eight>
<nine>ZoomLevel9</nine>
<info>CodecInfo</info>
<skipplus>NextPicture</skipplus>
<skipminus>PreviousPicture</skipminus>
<title>Info</title>
<select>Rotate</select>
<back>PreviousMenu</back>
</remote>
</SlideShow>
<ScreenCalibration>
<remote>
<select>NextCalibration</select>
<zero>ResetCalibration</zero>
<display>NextResolution</display>
<xbox>NextResolution</xbox>
</remote>
</ScreenCalibration>
<GUICalibration>
<remote>
<select>NextCalibration</select>
<zero>ResetCalibration</zero>
</remote>
</GUICalibration>
<SelectDialog>
<remote>
<back>Close</back>
</remote>
</SelectDialog>
<VideoOSD>
<remote>
<back>PreviousMenu</back>
<menu>Close</menu>
<start>Close</start>
</remote>
</VideoOSD>
<VideoMenu>
<remote>
<menu>OSD</menu>
<back>PreviousMenu</back>
<info>Info</info>
<title>CodecInfo</title>
<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>Select</play>
</remote>
</VideoMenu>
<OSDVideoSettings>
<remote>
<back>Close</back>
<menu>Close</menu>
<start>Close</start>
</remote>
</OSDVideoSettings>
<OSDAudioSettings>
<remote>
<back>Close</back>
<menu>Close</menu>
<start>Close</start>
</remote>
</OSDAudioSettings>
<VideoBookmarks>
<remote>
<back>Close</back>
<menu>Close</menu>
<start>Close</start>
<zero>Delete</zero>
</remote>
</VideoBookmarks>
<MyVideoLibrary>
<remote>
<zero>Queue</zero>
<clear>Delete</clear>
</remote>
</MyVideoLibrary>
<MyVideoFiles>
<remote>
<zero>Queue</zero>
<star>Queue</star>
</remote>
</MyVideoFiles>
<MyVideoPlaylist>
<remote>
<back>Playlist</back> <!-- Close playlist -->
<clear>Delete</clear>
<zero>Delete</zero>
</remote>
</MyVideoPlaylist>
<VirtualKeyboard>
<remote>
<back>BackSpace</back>
<star>Shift</star>
<hash>Symbols</hash>
<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>
<enter>Enter</enter>
<pageminus>CursorLeft</pageminus>
<pageplus>CursorRight</pageplus>
</remote>
</VirtualKeyboard>
<ContextMenu>
<remote>
<title>Close</title>
<back>Close</back>
<start>Close</start>
<start>Close</start>
<stop>Close</stop>
<play>Select</play>
</remote>
</ContextMenu>
<FileStackingDialog>
<remote>
<back>Close</back>
</remote>
</FileStackingDialog>
<Scripts>
<remote>
<info>info</info>
</remote>
</Scripts>
<NumericInput>
<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>
<enter>Enter</enter>
<back>BackSpace</back>
</remote>
</NumericInput>
<Weather>
<remote>
<back>PreviousMenu</back>
</remote>
</Weather>
<Settings>
<remote>
<back>PreviousMenu</back>
</remote>
</Settings>
<Addonbrowser>
<remote>
</remote>
</Addonbrowser>
<AddonInformation>
<remote>
<back>Close</back>
</remote>
</AddonInformation>
<AddonSettings>
<remote>
<back>Close</back>
</remote>
</AddonSettings>
<TextViewer>
<remote>
<back>Close</back>
</remote>
</TextViewer>
<MyPicturesSettings>
<remote>
<back>PreviousMenu</back>
</remote>
</MyPicturesSettings>
<MyProgramsSettings>
<remote>
<back>PreviousMenu</back>
</remote>
</MyProgramsSettings>
<MyWeatherSettings>
<remote>
<back>PreviousMenu</back>
</remote>
</MyWeatherSettings>
<MyMusicSettings>
<remote>
<back>PreviousMenu</back>
</remote>
</MyMusicSettings>
<SystemSettings>
<remote>
<back>PreviousMenu</back>
</remote>
</SystemSettings>
<MyVideosSettings>
<remote>
<back>PreviousMenu</back>
</remote>
</MyVideosSettings>
<NetworkSettings>
<remote>
<back>PreviousMenu</back>
</remote>
</NetworkSettings>
<AppearanceSettings>
<remote>
<back>PreviousMenu</back>
</remote>
</AppearanceSettings>
<Profiles>
<remote>
<back>PreviousMenu</back>
</remote>
</Profiles>
<systeminfo>
<remote>
<back>PreviousMenu</back>
</remote>
</systeminfo>
<shutdownmenu>
<remote>
<back>PreviousMenu</back>
</remote>
</shutdownmenu>
<submenu>
<remote>
<back>PreviousMenu</back>
</remote>
</submenu>
<MusicInformation>
<remote>
<back>Close</back>
<info>Close</info>
</remote>
</MusicInformation>
<MovieInformation>
<remote>
<info>Close</info>
<back>Close</back>
</remote>
</MovieInformation>
<LockSettings>
<remote>
<menu>Close</menu>
<back>PreviousMenu</back>
</remote>
</LockSettings>
<ProfileSettings>
<remote>
<menu>Close</menu>
<back>PreviousMenu</back>
</remote>
</ProfileSettings>
<PictureInfo>
<remote>
<skipplus>NextPicture</skipplus>
<skipminus>PreviousPicture</skipminus>
<info>Close</info>
<back>Close</back>
</remote>
</PictureInfo>
<Teletext>
<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>
<red>Red</red>
<green>Green</green>
<yellow>Yellow</yellow>
<blue>Blue</blue>
<info>Info</info>
<back>Close</back>
<menu>Close</menu>
<start>Close</start>
<teletext>Close</teletext>
</remote>
</Teletext>
<Favourites>
<remote>
<back>Close</back>
</remote>
</Favourites>
</keymap>
milhouse wrote:You can edit keymaps to suit your requirements, have a look at the Keymaps article in the XBMC Wiki. Once you have a custom keymap, put it in the userdata/keymaps folder (call it, for example, remote.xml) and restart XBMC.
It sounds like you need to map your "OK" button to "AspectRatio", but only while playing a Full Screen video, eg. this is my setup for an MCE Remote which I include only for reference - have a look at the <FullscreenVideo> section for ideas:
Code: Select all
<!-- 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. --> <!-- For joystick/gamepad configuration under linux/win32, see below as it differs from xbox --> <!-- gamepads. --> <!-- The format is: --> <!-- <device> --> <!-- <button>action</button> --> <!-- </device> --> <!-- To map keys from other remotes using the RCA protocol, you may add <universalremote> blocks --> <!-- In this case, the tags used are <obc#> where # is the original button code (OBC) of the key --> <!-- You set it up by adding a <universalremote> block to the window or <global> section: --> <!-- <universalremote> --> <!-- <obc45>Stop</obc45> --> <!-- </universalremote> --> <!-- 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. --> <!-- Joysticks / Gamepads: --> <!-- See the sample PS3 controller configuration below for the format. --> <!-- --> <!-- Joystick Name: --> <!-- Do 'cat /proc/bus/input/devices' or see your xbmc log file to find the names of --> <!-- detected joysticks. The name used in the configuration should match the detected name. --> <!-- --> <!-- Button Ids: --> <!-- 'id' is the button ID used by SDL. Joystick button ids of connected joysticks appear --> <!-- in xbmc.log when they are pressed. Use your log to map custom buttons to actions. --> <!-- --> <!-- Axis Ids / Analog Controls --> <!-- Coming soon. --> <keymap> <global> <remote> <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> <enter>FullScreen</enter> <pageplus>PageUp</pageplus> <pageminus>PageDown</pageminus> <back>ParentDir</back> <menu>PreviousMenu</menu> <title>ContextMenu</title> <info>Info</info> <skipplus>SkipNext</skipplus> <skipminus>SkipPrevious</skipminus> <display>FullScreen</display> <start>XBMC.ActivateWindow(home)</start> <record>ContextMenu</record> <volumeplus>VolumeUp</volumeplus> <volumeminus>VolumeDown</volumeminus> <mute>Mute</mute> <power>XBMC.ShutDown()</power> <mytv>XBMC.ActivateWindow(VideoLibrary,TvShows)</mytv> <mypictures>XBMC.ActivateWindow(MyMusic)</mypictures> <myvideo>XBMC.ActivateWindow(MyPictures)</myvideo> <mymusic>XBMC.ActivateWindow(VideoLibrary,Movies)</mymusic> <!-- <yellow>XBMC.ActivateWindow(VideoLibrary,TvShowTitles)</yellow> <blue>XBMC.ActivateWindow(MyMusic)</blue> <green>XBMC.ActivateWindow(MyPictures)</green> <red>XBMC.ActivateWindow(VideoLibrary,MovieTitles)</red> --> <yellow>XBMC.ActivateWindow(VideoLibrary,TvShowTitles)</yellow> <blue>XBMC.ActivateWindow(MyMusic)</blue> <green>XBMC.ActivateWindow(MyPictures)</green> <red>XBMC.ActivateWindow(VideoLibrary,MovieTitles)</red> <zero>Number0</zero> <one>Number1</one> <two>JumpSMS2</two> <three>JumpSMS3</three> <four>JumpSMS4</four> <five>JumpSMS5</five> <six>JumpSMS6</six> <seven>JumpSMS7</seven> <eight>JumpSMS8</eight> <nine>JumpSMS9</nine> </remote> </global> <Home> <remote> <info>XBMC.ActivateWindow(SystemInfo)</info> <clear>XBMC.ActivateWindow(Weather)</clear> <hash>XBMC.ActivateWindow(Settings)</hash> </remote> </Home> <MyFiles> <remote> <clear>Delete</clear> <zero>Highlight</zero> <star>Move</star> <hash>Rename</hash> </remote> </MyFiles> <MyMusicPlaylist> <remote> <back>Playlist</back> <!-- Close playlist --> <clear>Delete</clear> <zero>Delete</zero> </remote> </MyMusicPlaylist> <MyMusicPlaylistEditor> <remote> <zero>Queue</zero> </remote> </MyMusicPlaylistEditor> <MyMusicFiles> <remote> <zero>Queue</zero> <star>Queue</star> </remote> </MyMusicFiles> <MyMusicLibrary> <remote> <zero>Queue</zero> <star>Queue</star> </remote> </MyMusicLibrary> <FullscreenVideo> <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> <left>StepBack</left> <right>StepForward</right> <up>BigStepForward</up> <down>BigStepBack</down> <back>SmallStepBack</back> <start>OSD</start> <select>AspectRatio</select> <record>CodecInfo</record> <info>Info</info> <teletext>XBMC.ActivateWindow(Teletext)</teletext> <subtitle>ShowSubtitles</subtitle> <star>ShowSubtitles</star> <language>AudioNextLanguage</language> <clear>AudioNextLanguage</clear> </remote> </FullscreenVideo> <VideoTimeSeek> <remote> <select>Select</select> <enter>Select</enter> </remote> </VideoTimeSeek> <FullscreenInfo> <remote> <record>CodecInfo</record> <info>Close</info> </remote> </FullscreenInfo> <PlayerControls> <remote> <menu>Close</menu> </remote> </PlayerControls> <Visualisation> <remote> <left>PreviousPreset</left> <right>NextPreset</right> <up>IncreaseRating</up> <down>DecreaseRating</down> <back>LockPreset</back> <title>CodecInfo</title> <select>XBMC.ActivateWindow(VisualisationPresetList)</select> <menu>XBMC.ActivateWindow(MusicOSD)</menu> <start>XBMC.ActivateWindow(MusicOSD)</start> <info>Info</info> </remote> </Visualisation> <MusicOSD> <remote> <menu>Close</menu> <title>Info</title> <info>CodecInfo</info> </remote> </MusicOSD> <VisualisationSettings> <remote> <menu>Close</menu> <back>Close</back> </remote> </VisualisationSettings> <VisualisationPresetList> <remote> <menu>Close</menu> <back>Close</back> </remote> </VisualisationPresetList> <SlideShow> <remote> <zero>ZoomNormal</zero> <one>ZoomLevel1</one> <two>ZoomLevel2</two> <three>ZoomLevel3</three> <four>ZoomLevel4</four> <five>ZoomLevel5</five> <six>ZoomLevel6</six> <seven>ZoomLevel7</seven> <eight>ZoomLevel8</eight> <nine>ZoomLevel9</nine> <info>CodecInfo</info> <skipplus>NextPicture</skipplus> <skipminus>PreviousPicture</skipminus> <title>Info</title> <select>Rotate</select> <back>PreviousMenu</back> </remote> </SlideShow> <ScreenCalibration> <remote> <select>NextCalibration</select> <zero>ResetCalibration</zero> <display>NextResolution</display> <xbox>NextResolution</xbox> </remote> </ScreenCalibration> <GUICalibration> <remote> <select>NextCalibration</select> <zero>ResetCalibration</zero> </remote> </GUICalibration> <SelectDialog> <remote> <back>Close</back> </remote> </SelectDialog> <VideoOSD> <remote> <back>PreviousMenu</back> <menu>Close</menu> <start>Close</start> </remote> </VideoOSD> <VideoMenu> <remote> <menu>OSD</menu> <back>PreviousMenu</back> <info>Info</info> <title>CodecInfo</title> <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>Select</play> </remote> </VideoMenu> <OSDVideoSettings> <remote> <back>Close</back> <menu>Close</menu> <start>Close</start> </remote> </OSDVideoSettings> <OSDAudioSettings> <remote> <back>Close</back> <menu>Close</menu> <start>Close</start> </remote> </OSDAudioSettings> <VideoBookmarks> <remote> <back>Close</back> <menu>Close</menu> <start>Close</start> <zero>Delete</zero> </remote> </VideoBookmarks> <MyVideoLibrary> <remote> <zero>Queue</zero> <clear>Delete</clear> </remote> </MyVideoLibrary> <MyVideoFiles> <remote> <zero>Queue</zero> <star>Queue</star> </remote> </MyVideoFiles> <MyVideoPlaylist> <remote> <back>Playlist</back> <!-- Close playlist --> <clear>Delete</clear> <zero>Delete</zero> </remote> </MyVideoPlaylist> <VirtualKeyboard> <remote> <back>BackSpace</back> <star>Shift</star> <hash>Symbols</hash> <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> <enter>Enter</enter> <pageminus>CursorLeft</pageminus> <pageplus>CursorRight</pageplus> </remote> </VirtualKeyboard> <ContextMenu> <remote> <title>Close</title> <back>Close</back> <start>Close</start> <start>Close</start> <stop>Close</stop> <play>Select</play> </remote> </ContextMenu> <FileStackingDialog> <remote> <back>Close</back> </remote> </FileStackingDialog> <Scripts> <remote> <info>info</info> </remote> </Scripts> <NumericInput> <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> <enter>Enter</enter> <back>BackSpace</back> </remote> </NumericInput> <Weather> <remote> <back>PreviousMenu</back> </remote> </Weather> <Settings> <remote> <back>PreviousMenu</back> </remote> </Settings> <Addonbrowser> <remote> </remote> </Addonbrowser> <AddonInformation> <remote> <back>Close</back> </remote> </AddonInformation> <AddonSettings> <remote> <back>Close</back> </remote> </AddonSettings> <TextViewer> <remote> <back>Close</back> </remote> </TextViewer> <MyPicturesSettings> <remote> <back>PreviousMenu</back> </remote> </MyPicturesSettings> <MyProgramsSettings> <remote> <back>PreviousMenu</back> </remote> </MyProgramsSettings> <MyWeatherSettings> <remote> <back>PreviousMenu</back> </remote> </MyWeatherSettings> <MyMusicSettings> <remote> <back>PreviousMenu</back> </remote> </MyMusicSettings> <SystemSettings> <remote> <back>PreviousMenu</back> </remote> </SystemSettings> <MyVideosSettings> <remote> <back>PreviousMenu</back> </remote> </MyVideosSettings> <NetworkSettings> <remote> <back>PreviousMenu</back> </remote> </NetworkSettings> <AppearanceSettings> <remote> <back>PreviousMenu</back> </remote> </AppearanceSettings> <Profiles> <remote> <back>PreviousMenu</back> </remote> </Profiles> <systeminfo> <remote> <back>PreviousMenu</back> </remote> </systeminfo> <shutdownmenu> <remote> <back>PreviousMenu</back> </remote> </shutdownmenu> <submenu> <remote> <back>PreviousMenu</back> </remote> </submenu> <MusicInformation> <remote> <back>Close</back> <info>Close</info> </remote> </MusicInformation> <MovieInformation> <remote> <info>Close</info> <back>Close</back> </remote> </MovieInformation> <LockSettings> <remote> <menu>Close</menu> <back>PreviousMenu</back> </remote> </LockSettings> <ProfileSettings> <remote> <menu>Close</menu> <back>PreviousMenu</back> </remote> </ProfileSettings> <PictureInfo> <remote> <skipplus>NextPicture</skipplus> <skipminus>PreviousPicture</skipminus> <info>Close</info> <back>Close</back> </remote> </PictureInfo> <Teletext> <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> <red>Red</red> <green>Green</green> <yellow>Yellow</yellow> <blue>Blue</blue> <info>Info</info> <back>Close</back> <menu>Close</menu> <start>Close</start> <teletext>Close</teletext> </remote> </Teletext> <Favourites> <remote> <back>Close</back> </remote> </Favourites> </keymap>
Yes, great app!mathewjenkinson wrote:Has anyone tested the iphone XMBC app with Raspberry Pi? - Any success?
Thanks
Mathew
Code: Select all
OpenELEC Version: devel-20120617061524-r11324
OpenELEC git: 264e63533498b7dc03d8920617d0e2985e68748b
root /var/log # tail rpi-cecd.log
logical_address: 0x4
physical_address: 0x2000
cec_callback: debug: reason=0x0080, len=0x02, retval=0x00, param1=0x00000011, param2=0x00000000, param3=0x00000000, param4=0x00000000
cec_callback: unknown event: reason=0x0080, len=0x02, retval=0x00, param1=0x00000011, param2=0x00000000, param3=0x00000000, param4=0x00000000
cec_callback: debug: reason=0x0001, len=0x04, retval=0x00, param1=0x0020824f, param2=0x00000000, param3=0x00000000, param4=0x00000000
cec_callback: unknown event: reason=0x0001, len=0x04, retval=0x00, param1=0x0020824f, param2=0x00000000, param3=0x00000000, param4=0x00000000
cec_callback: debug: reason=0x0002, len=0x04, retval=0x00, param1=0x00470004, param2=0x00000000, param3=0x00000000, param4=0x00000000
cec_callback: unknown event: reason=0x0002, len=0x04, retval=0x00, param1=0x00470004, param2=0x00000000, param3=0x00000000, param4=0x00000000
Not sure about iPhone one, but XMBC remote on Android works really well.mathewjenkinson wrote:Has anyone tested the iphone XMBC app with Raspberry Pi? - Any success?
Thanks
Mathew
Sweetjasjeet wrote:XBMC Commander on iPhone works perfect too.
I had this too. Try turning off the option to sync refresh rate in the video options. This was on by default on recent builds and turning it off fixed it for me.stewiegriffin wrote:Hello.
I finally got my raspberry pi and have already put an image of xbmc on an sd card, one of the recent builds but im having a problem in the begining. It makes this white noise on tv and it doesn't stop until i play a video and after that it won't appear again, unless i turn it off/on. So its basicly when i start the raspberrypi. Does anyone has/had the same problem?
I've got this too on Raspbmc and also previously experienced it on OpenELEC. I can't find the option you mention though do you know exactly what its called as I've tried a few things around syncing and it hasn't stopped.masterluke wrote:I had this too. Try turning off the option to sync refresh rate in the video options. This was on by default on recent builds and turning it off fixed it for me.stewiegriffin wrote:Hello.
I finally got my raspberry pi and have already put an image of xbmc on an sd card, one of the recent builds but im having a problem in the begining. It makes this white noise on tv and it doesn't stop until i play a video and after that it won't appear again, unless i turn it off/on. So its basicly when i start the raspberrypi. Does anyone has/had the same problem?
Does this release fix the slow network issues?