XBMC Community Forum
[dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Python Add-on Development (/forumdisplay.php?fid=26)
+--- Thread: [dev] CetonTV+HDHomeRun - Watch TV on XBMC (WIN/OSX) (/showthread.php?tid=119865)



RE: [dev] CetonTV - Watch TV on XBMC - mcheng89 - 2012-03-20 05:17

(2012-03-20 05:15)jfoley Wrote:  I was trying http://localhost:8555/m/ and it wasn't working. Tried the iPhone one and doest appear to work either. Clicking around but video doesn't start.

iphone requires a double tap on a video, so you dont accidentally start a channel

edit: i'll pm you tomorrow.. gonna go to sleep


RE: [dev] CetonTV - Watch TV on XBMC - jfoley - 2012-03-20 05:25

I am guessing the issue I am having is on the back end. I figured out how to start the video using the iPhone page but it just says loading for ever. I am guessing this is the same result of the issue on the desktop with trying to change resolution to anything but original?


RE: [dev] CetonTV - Watch TV on XBMC - europorsche914 - 2012-03-20 16:30

(2012-03-20 05:25)jfoley Wrote:  I am guessing the issue I am having is on the back end. I figured out how to start the video using the iPhone page but it just says loading for ever. I am guessing this is the same result of the issue on the desktop with trying to change resolution to anything but original?

Did you copy the vlc plugin from the remoteVLC folder and place it into the videolan/vlc/plugins/control folder


RE: [dev] CetonTV - Watch TV on XBMC - jfoley - 2012-03-20 16:33

(2012-03-20 16:30)europorsche914 Wrote:  
(2012-03-20 05:25)jfoley Wrote:  I am guessing the issue I am having is on the back end. I figured out how to start the video using the iPhone page but it just says loading for ever. I am guessing this is the same result of the issue on the desktop with trying to change resolution to anything but original?

Did you copy the vlc plugin from the remoteVLC folder and place it into the videolan/vlc/plugins/control folder

Yep, everything works except for viewing from my Mobile device (Android Tablet and Phone) and also changing the resolution to anything but "Original".


RE: [dev] CetonTV - Watch TV on XBMC - mcheng89 - 2012-03-20 18:57

@europorsche914: do you know if vlc takes focus away from the browser if you click on it?
Ill test it later ionce I get home.

Thinking about making a wmc like interface for the browser Tongue


RE: [dev] CetonTV - Watch TV on XBMC - europorsche914 - 2012-03-20 19:33

(2012-03-20 18:57)mcheng89 Wrote:  @europorsche914: do you know if vlc takes focus away from the browser if you click on it?
Ill test it later ionce I get home.

Thinking about making a wmc like interface for the browser Tongue

yea it does

Btw: I've been messing with the iPhone GUI, attempting to mod it into something similar to what you showed in those links.. First time messing with html5 so it'll take me some time


RE: [dev] CetonTV - Watch TV on XBMC - mcheng89 - 2012-03-21 00:09

(2012-03-20 19:33)europorsche914 Wrote:  
(2012-03-20 18:57)mcheng89 Wrote:  @europorsche914: do you know if vlc takes focus away from the browser if you click on it?
Ill test it later ionce I get home.

Thinking about making a wmc like interface for the browser Tongue

yea it does

Btw: I've been messing with the iPhone GUI, attempting to mod it into something similar to what you showed in those links.. First time messing with html5 so it'll take me some time

@jfoley: sent you pm....

first attempt at web interface... gonna scrap it for a more wmc look Smile
[Image: o8ykr6.png]

also for vlc focus issue, i'm thinking about making a loop in the background to set the focus back to the browser...
that way we can implement hotkeys and epg navigation? also channel input?


RE: [dev] CetonTV - Watch TV on XBMC - europorsche914 - 2012-03-21 01:22

(2012-03-21 00:09)mcheng89 Wrote:  
(2012-03-20 19:33)europorsche914 Wrote:  
(2012-03-20 18:57)mcheng89 Wrote:  @europorsche914: do you know if vlc takes focus away from the browser if you click on it?
Ill test it later ionce I get home.

Thinking about making a wmc like interface for the browser Tongue

yea it does

Btw: I've been messing with the iPhone GUI, attempting to mod it into something similar to what you showed in those links.. First time messing with html5 so it'll take me some time

@jfoley: sent you pm....

first attempt at web interface... gonna scrap it for a more wmc look Smile
[Image: o8ykr6.png]

also for vlc focus issue, i'm thinking about making a loop in the background to set the focus back to the browser...
that way we can implement hotkeys and epg navigation? also channel input?

Is that in html or html5? I like it its very sleek looking, maybe we can do an onClick event on the vlc plugin and then set focus back to the window.


RE: [dev] CetonTV - Watch TV on XBMC - mcheng89 - 2012-03-21 01:35

(2012-03-21 01:22)europorsche914 Wrote:  Is that in html or html5? I like it its very sleek looking, maybe we can do an onClick event on the vlc plugin and then set focus back to the window.

html code here:
http://www.mediafire.com/?as3h058913qyr61


RE: [dev] CetonTV - Watch TV on XBMC - europorsche914 - 2012-03-21 01:42

(2012-03-21 01:35)mcheng89 Wrote:  
(2012-03-21 01:22)europorsche914 Wrote:  Is that in html or html5? I like it its very sleek looking, maybe we can do an onClick event on the vlc plugin and then set focus back to the window.

html code here:
http://www.mediafire.com/?as3h058913qyr61

I see what your doing there let me know when you settle on a layout you like and I can apply it to the web gui Wink

EDIT: I started looking into adding episode info and cover art from thetvdb.com, they have an api setup to use which I think is something similar to what is used in the time warner/xfinity app