![]() |
|
[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) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
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? 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
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? 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? @jfoley: sent you pm.... first attempt at web interface... gonna scrap it for a more wmc look ![]() ![]() 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? 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. 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 ![]() 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 |