![]() |
|
[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 |
- europorsche914 - 2012-03-03 18:11 LehighBri Wrote:This is a huge help as I'm a FIOS customer as well. One minor thing I noticed. I don't see any mappings for HBO channels (e.g. 400) yet I have the logo file. Did you intentionally skip over those? europorsche914 Wrote:Hope it's complete enough for ya! I have the ultimate package but don't get hbo starz or encore.. But u could always add/modify to what's here to suit your needs.. I ended up adding them in for ya so now the list should be complete for the Ultimate package plus HBO, STARZ, ENCORE, CINEMAX, SHOWTIME all included available here
- LehighBri - 2012-03-03 18:25 europorsche914 Wrote:I ended up adding them in for ya so now the list should be complete for the Ultimate package plus HBO, STARZ, ENCORE, CINEMAX, SHOWTIME all included Great thanks! (sorry forgot to read your other post) - synapseattack - 2012-03-03 18:31 europorsche914 Wrote:I ended up adding them in for ya so now the list should be complete for the Ultimate package plus HBO, STARZ, ENCORE, CINEMAX, SHOWTIME all included FiOS Customers: FYI You may need to edit your channels 20 through 49. These change from in every local region and are your local community information channels. Other than those everything else on Europorsche's txt file seem good for my listings. Can't test until there is a HDHomerun build. But it looks like that will be out in a few days. Awesome work guys. This project progressed quick. Love the enthusiasm and if you guys need anything tested hit me up ^_^ - europorsche914 - 2012-03-03 20:05 synapseattack Wrote:FiOS Customers: you would probably have to edit 1-49 and 450-549 since I have philly locals here in DE and those would only be applicable to those in the area ![]() EDIT: updated the webgui again to straighten out formatting of the logos so the max resolution of each available logo is displayed, provided it fits.. v2.3 available here
- mcheng89 - 2012-03-04 02:16 Using http digest authentication. NOTES: XBMC CLIENT DOES NOT WORK WITH AUTHENTICATION YET THIS WILL BE UPDATED SHORTLY - Fix XBMC plugin password authentication - Added username/password settings Todo: send http requests using the info http://stackoverflow.com/questions/6539775/how-to-post-xml-using-digest-auth-in-python Released 1.8.1... Please delete your old settings file Please test this build, as a lot of code was rewritten Have more time to focus on HDHomerun now.. ![]() Then its the rest of my issues: - Program titles with & get cut off - Airplay iOS streaming - iPad Inteface - Fill in info bar + EPG description The bolded ones are not in the actual remoteCeton code, so any help would be appreciated to speed things up After that we start recording and dynamic tuner selection (tuner pooling for ceton!) ![]() EDIT: @europorsche914 - I havent really taken a look at the MyChannelLogos, but is it something we can script to automatically generate the logo mapping? Or do we need the donation version? @gman3042 - sent you a pm... follow the ceton instructions and xbmc doesnt work yet. test with the web interface - uspino - 2012-03-04 14:52 Good Job! A couple of things: Quote:Fix XBMC plugin password authentication - Added username/password settings Did you include this fix in 1.8.1? I can't find a way to include Username/Password in the plugin (btw, it remains at 1.6.6 as version numer) And when testing streaming through the api with Code: http://admin:admin@192.168.1.189:8555/play?tuner=4&channel=600&transcodeBitrate=1024&transcodeResolution=480&redirect=true(I liked it when the remoteCeton cmd window showed the information about bitrate/resolution...:sad ![]() Testing iOS now. EDIT: One more thing. Streaming through GoodPlayer does not seem to work anymore. RemoteCeton receives the call for the stream and starts transcoding, but GoodPlayer can't start the video. - mcheng89 - 2012-03-04 16:36 uspino Wrote:Good Job! A couple of things: No, I didnt update the XBMC part yet. Are you sure about the resolution? Can you verify that in vlc? It seems to be working for me... Added the resolution/bitrate output again ![]() If you disable the security in the settings, does GoodPlayer work again? - europorsche914 - 2012-03-04 17:17 mcheng89 Wrote:Using http digest authentication. My channel logos modifies the wmc database and matches channel logos to their call sign. The program uses a remote XML file that has each logo name mapped to every possible callsign that the channel logo applies to.. We could either modify the MySQL lite database that is created by the api to match the wmc database then run MyChannelLogos on that database or we could create our own mapping script, which would be relatively easily since the call signs are listed in the guide data .xml database that is generated by mc2xml. I'm pretty sure I could handle all mapping in JavaScript on the fly when the webpage is loaded if the API could pass the call sign along with the guide data. We would also need the API to download the XML file from MyChannelLogos website which would require permission from MyChannelLogos or we could create our own (a daunting task)... - mcheng89 - 2012-03-04 17:24 europorsche914 Wrote:My channel logos modifies the wmc database and matches channel logos to their call sign. The program uses a remote XML file that has each logo name mapped to every possible callsign that the channel logo applies to.. We could either modify the MySQL lite database that is created by the api to match the wmc database then run MyChannelLogos on that database or we could create our own mapping script, which would be relatively easily since the call signs are listed in the guide data .xml database that is generated by mc2xml. I'm pretty sure I could handle all mapping in JavaScript on the fly when the webpage is loaded if the API could pass the call sign along with the guide data. We would also need the API to download the XML file from MyChannelLogos website which would require permission from MyChannelLogos or we could create our own (a daunting task)... It's probably not worth doing then if we have to pull it from their website. Updating XBMC addon for authentication update - v1.8.2 ![]() EDIT: The call sign is just the filename isnt it? Ok, I do have the call sign in the sql database. I'm still thinking about the xml permissions... I have the code do a download already there so that part is easy. EDIT: If you already downloaded and want the transcoding logging in remoteCeton: download this version: http://www.mediafire.com/?oppxaopsj581dbg I forgot to put it in... - europorsche914 - 2012-03-04 18:06 mcheng89 Wrote:It's probably not worth doing then if we have to pull it from their website. Well if u have time to write a custom version of the api that sends the call sign when I request the epg data (the call sign appears to be 3rd display-name in the mc2xml .xml file) that would be great and I can write something up real quick on the webgui or I can just parse the mc2xml file to test it out |