homewardbound11 wrote: » I can see my problem now . It is the bouquets. I have many listings for the same channel and it seems to be the issue. I will have to remove my bouquets and a fresh scan.
mount -t cifs -o username=root,password=pkteam,rw //192.168.1.102/movie /storage/alien2
FlexMcMurphy wrote: » I 'flashed' stable build OpenElec 3.2.4 (Frodo) and managed to turn off subtitles. I was trying to control XBMC with just a keyboard but when I plugged in a mouse an info bar appeared at the bottom of the screen with extra icons that get you in to the Audio Settings menu. Toggle 'Enable Subtitles' there to turn them on/off and 'Set as default' to keep them off. I still have the problem of the Timer recording label going back to Active even when I have disabled it and the 'Currently Recording' icon with the red dot remains on the XBMC Home Screen when 'Live TV' is highlighted even after I have stopped the recording. Just a bit annoying is all. I realise now that I was running the OpenElec 'Gotham' beta initially. I'm going to back to it because the menu transitions are faster and video streams load a lot more quickly compared with Frodo. Next project >> Creating a Keymap file to add more keyboard shortcuts to control XBMC and over-clocking the pi. Flex
FlexMcMurphy wrote: » Next project >> Creating a Keymap file to add more keyboard shortcuts to control XBMC and over-clocking the pi. Flex
<!--Template XBMC keyboard file--> <keymap> <global> <keyboard> <m>ActivateWindow(PlayerControls)</m> <key id="77(0x4D)-VK_M">Notification(Keypress, You pressed M!, 3)</key> </keyboard> </global> </keymap>
Fresh Pots wrote: » Just wondering do you guys keep your pi plugged in 24/7 as it seems to slow down my aa2 when connected?
illdoit2morrow wrote: » I haven't noticed any slowness, but i'd only be viewing one or the other at any one time.
Fresh Pots wrote: » Yeah if I have a channel playing on each the box goes down to about half speed. Not a big deal though. I'll just make sure to stop the stream on the pi before going back to the receiver.
zefer wrote: » Anyone know what the error "Vu+\Enigma2 Client: Connection Lost" is all about. Keeps appearing at bottom right of screen I've added just 1 bouquet, deleted empty ones, bought & added in the codecs (so basically tried all the fixes that google has suggested so far) but still no joy.. I'm using fresh pots hyp v4..
Johnboy1951 wrote: » I often see such messages when I stream from my HTPC to my desktop using Wireless dongle ...... it is cause in my case by the router giving priority to some other traffic, but does reconnect again almost immediately. If no one else is using the router then I do not get the error. I believe I do not get the error when connected by ethernet cable either. If yours is a similar cause then the connection between the two devices is being dropped momentarily ......
Fresh Pots wrote: » Try pulling down all bouquets and see if that works.
FlexMcMurphy wrote: » I have seen that msg a few times but only when the Alien2 was turned off. Are you powering the Pi form the mains or USB? Could the powerplugs be the cause? The Pi may not be getting a consistent connection to the Alien2. You could open one SSH to the Alien2 and another to the Pi and ping each one from the other... might be dropping packets. Flex
FlexMcMurphy wrote: » Gents, sometime when one of you have OpenElec xbmc running could you load the Webinterface to it and try pressing 'm' and 'i' on your computer keyboard? Does it make any menu appear on screen?
mount -t cifs -o username=root,password=pkteam,rw,sec=ntlm //192.168.1.102/movie /storage/alien2
#!/bin/sh (sleep 30; \ mount -t cifs -o username=root,password=pkteam,rw,sec=ntlm //192.168.1.102/movie /storage/alien2; \ )&
FlexMcMurphy wrote: » Just to update an earlier post I left for anyone interested or browsing this thread in the future... To mount a Samba share on my Alien2 running PKT Hyperion to a folder on the Pi... from the Terminal screen to the Pi I ran the command:mount -t cifs -o username=root,password=pkteam,rw //192.168.1.102/movie /storage/alien2 I must have been running Gotham at the time. For anyone still running OpenELEC Frodo and want to do this it won't work unless 'sec=ntlm' is added to the command:mount -t cifs -o username=root,password=pkteam,rw,sec=ntlm //192.168.1.102/movie /storage/alien2 I added that command to the /storage/.config/autostart.sh file:#!/bin/sh (sleep 30; \ mount -t cifs -o username=root,password=pkteam,rw,sec=ntlm //192.168.1.102/movie /storage/alien2; \ )& ... and the share is mounted at boot up. Flex
hughes_bn wrote: » my AA2 is running championc's open arp image which I go from Linux sat support last Christmas. I created a bouquet on the AA2 called rpi the pi is running gotham 13.1 on openelec 4.0.5 I've installed vu+/enigma client on the pi and set up with the AA2 IP address, selected fetch only 1 bouquet and put in the correct name. username and password are root & pass - this is what I use on DCC when I want to FTP files to the AA2. the mpg2 and vc1 licences have been installed on the pi. I remembered to remove the # tag and using putty and comand "vcgencmd codec_enabled......" I confirmed the licences have been enabled the pi has been over clocked to arm_freq=950 core_freq=450 sdram_freq=450 over_voltage=6 only other addons are mashup, sports devil, ustv now when I go to live tv the 20 or so channels I have added to the rpi bouquet are there and I can see whats on. but when I click on a channel I hear the sound effect that's its been selected but the stream doesn't start anyone know where i'm going wrong?? I had it working before but reset the rpi so its not a problem with the enigma image thanks