![]() |
|
[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 112 113 |
- mcheng89 - 2012-02-23 16:10 uspino Wrote:Now we are talking! It's really nice. It looks like it is a lot of work to make it work right with rotation, video, etc. When I input channel number I get this pop-up: Favorites isn't too big of an issue. The layout still might change. I think I have a decent way of showing channels with pages ![]() Not too sure how I feel about the channel input tab. Maybe a popup instead?.. This layout was made for the iPhone screen size. if I made a iPad one it would look different ![]() Also if anyone has an Android honeycomb device, I think the video should also work!
- uspino - 2012-02-23 16:39 One thing I noticed, on channels with a scrolling ticker (usually sports & news), if you look at the text there's a noticeable little jump on the video every half a second. It only happens on iOS devies. I'm assuming it has to do with FPS or interlacing, but maybe someone with video econding knowledge can shed some light about it. - mcheng89 - 2012-02-23 16:43 gman3042 Wrote:http://pastebin.com/reV04BRn Todo: figure out how to read this file :| ^Should be easy... There's a lot of hdhomerun strm generators - gman3042 - 2012-02-23 17:26 welp, that doesn't sound good does it? http://ubuntuforums.org/archive/index.php/t-1849603.html perhaps that helps a little? - europorsche914 - 2012-02-23 22:57 I have been been following this thread but havent had much time to give any input lately.. I started working on parsing epg data on my webpage so my brother can watch tv from the marine base in okinawa, japan. It would be much easier to handle this data if it was sent by the remoteceton api in xml format, that way simple javascript xml handling can be used.. For now I probably just parse the xml file that is downloaded by mc2xml. Just a thought! - mcheng89 - 2012-02-23 23:47 europorsche914 Wrote:I have been been following this thread but havent had much time to give any input lately.. I started working on parsing epg data on my webpage so my brother can watch tv from the marine base in okinawa, japan. It would be much easier to handle this data if it was sent by the remoteceton api in xml format, that way simple javascript xml handling can be used.. For now I probably just parse the xml file that is downloaded by mc2xml. Just a thought! There's an API call for the epg data in json format. If you need help using it, let me know! I'll put in an example later, when I get home. Todo: Code: function getEPGData(start_time, end_time, channels) {- uspino - 2012-02-24 02:38 How's everything coming up tonight? Any help? - mcheng89 - 2012-02-24 02:46 uspino Wrote:How's everything coming up tonight? Any help? Probably favorites and channel list... It's been slow since I have to learn how to use that library for the interface. And I haven't had too much time to work on it Issues: settings are not saving.... Figured out channel list! ![]() I think its a clean way to do it. ![]() ^ Just a mockup... Still have some improvements to make - uspino - 2012-02-24 03:48 I noticed that. Also, it looks like resolution is always the same, regardless of what you choose in settings... I try lowest and highest on the iPad and they both look the same. EDIT: Channel List looks really nice. - mcheng89 - 2012-02-24 04:19 uspino Wrote:I noticed that. Also, it looks like resolution is always the same, regardless of what you choose in settings... I try lowest and highest on the iPad and they both look the same. Fixed: - Settings saves now Todo: - Finish channel list - Finish Favorites - Redesign Input Channel - Create bandwidth calculator for settings window - Make icon + load screen Requoting this to remind me: uspino Wrote:A few things/ideas: |