![]() |
|
[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 |
RE: [dev] CetonTV - Watch TV on XBMC - europorsche914 - 2012-03-16 04:00 (2012-03-15 00:20)mcheng89 Wrote:(2012-03-14 19:38)jdembski Wrote: @mcheng89: Ok the logomapper is working better now, except that I noticed that the affiliate name is case sensitive. When I corrected this in javascript for my logomapper I used toUpperCase() on both strings when doing my comparison to eliminate the case sensitivity, perhaps you can find something similar in c# (or whatever language your using i forget lol) EDIT: I post the new webgui tonight, have not looked into solving the security issue yet.. RE: [dev] CetonTV - Watch TV on XBMC - mcheng89 - 2012-03-16 04:02 (2012-03-16 04:00)europorsche914 Wrote: Ok the logomapper is working better now, except that I noticed that the affiliate name is case sensitive. When I corrected this in javascript for my logomapper I used toUpperCase() on both strings when doing my comparison to eliminate the case sensitivity, perhaps you can find something similar in c# (or whatever language your using i forget lol) Will fix right now... give me about 5 minutes logomapper v3: http://www.mediafire.com/?ya3hnalc1xaylkv XBMC pvr is completely functional now ... Need to read in the settings values now.
RE: [dev] CetonTV - Watch TV on XBMC - europorsche914 - 2012-03-16 04:26 (2012-03-16 04:02)mcheng89 Wrote:(2012-03-16 04:00)europorsche914 Wrote: Ok the logomapper is working better now, except that I noticed that the affiliate name is case sensitive. When I corrected this in javascript for my logomapper I used toUpperCase() on both strings when doing my comparison to eliminate the case sensitivity, perhaps you can find something similar in c# (or whatever language your using i forget lol) Ok were getting closer, that got me a couple more logos that werent mapped now the last issue im seeing is that the affiliates.xml map, (probably affects the logos.xml map as well) has some logos that claim to be available in color which are not (for the fox affiliate, affiliates.xml states the color logo is fox.png when in fact no fox.png exists in the Logos/color folder) when this occurs the logo mapper should fall back to the bw filename in the Logos/BW folder. I think with this correction we will have it working perfectly
RE: [dev] CetonTV - Watch TV on XBMC - mcheng89 - 2012-03-16 04:34 (2012-03-16 04:26)europorsche914 Wrote: Ok were getting closer, that got me a couple more logos that werent mapped now the last issue im seeing is that the affiliates.xml map, (probably affects the logos.xml map as well) has some logos that claim to be available in color which are not (for the fox affiliate, affiliates.xml states the color logo is fox.png when in fact no fox.png exists in the Logos/color folder) when this occurs the logo mapper should fall back to the bw filename in the Logos/BW folder. I think with this correction we will have it working perfectly Ok. I changed it to check if the color logo exists first and if it doesnt exists check for the BW logo. Will put up another version soon... http://www.mediafire.com/?5oqsfdsvmrowa6n RE: [dev] CetonTV - Watch TV on XBMC - europorsche914 - 2012-03-16 04:52 (2012-03-16 04:34)mcheng89 Wrote:(2012-03-16 04:26)europorsche914 Wrote: Ok were getting closer, that got me a couple more logos that werent mapped now the last issue im seeing is that the affiliates.xml map, (probably affects the logos.xml map as well) has some logos that claim to be available in color which are not (for the fox affiliate, affiliates.xml states the color logo is fox.png when in fact no fox.png exists in the Logos/color folder) when this occurs the logo mapper should fall back to the bw filename in the Logos/BW folder. I think with this correction we will have it working perfectly almost there now I have all logos but every logo is in black and white now lol BTW does the api now deinterlace? just want to confirm so I can remove the deinterlace command from the web gui RE: [dev] CetonTV - Watch TV on XBMC - mcheng89 - 2012-03-16 05:00 (2012-03-16 04:52)europorsche914 Wrote: almost there now I have all logos but every logo is in black and white now lol my bad... i didnt test it ![]() http://www.mediafire.com/?h91g5s6en1yftgz Deinterlace isnt on for direct stream I think its on for any of the transcoded streams RE: [dev] CetonTV - Watch TV on XBMC - europorsche914 - 2012-03-16 05:09 (2012-03-16 05:00)mcheng89 Wrote:(2012-03-16 04:52)europorsche914 Wrote: almost there now I have all logos but every logo is in black and white now lol All good now only other thing I can think of is storing the logos in the webfiles/resources directory instead of having the user manually copy them but thats minor..Do you have plans to activate deinterlacing for the direct stream in the future? If not i can do a check to see if the stream is original quality and then deinterlace if needed. RE: [dev] CetonTV - Watch TV on XBMC - mcheng89 - 2012-03-16 05:14 (2012-03-16 05:09)europorsche914 Wrote: All good now If you want I can make a getChannelLogo?channel=<channel_number> api to get the logo? (or something like that) I dont think that deinterlace works without transcoding... or at least VLC doesnt deinterlace the stream RE: [dev] CetonTV - Watch TV on XBMC - europorsche914 - 2012-03-16 05:17 (2012-03-16 05:14)mcheng89 Wrote:(2012-03-16 05:09)europorsche914 Wrote: All good now Its fine with me if the api serves the logo, especially if you have plans for adding the logos to the guide in xbmc pvr , just let me know the call and ill implement it.Ok Ill write something up quick to deinterlace for direct stream only. RE: [dev] CetonTV - Watch TV on XBMC - mcheng89 - 2012-03-16 05:20 (2012-03-16 05:17)europorsche914 Wrote: Its fine with me if the api serves the logo, especially if you have plans for adding the logos to the guide in xbmc pvr Just use that one. I'll put it in soon... just putting some last touches on the pvr build |