Kodi Community Forum
[wip] live tv support - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: [wip] live tv support (/showthread.php?tid=123488)

Pages: 1 2 3 4 5 6


RE: [wip] live tv support - manfeed - 2012-03-14

Thank you again, tocinillo, you are my hero Smile


RE: [wip] live tv support - phil65 - 2012-03-14

@ tocinillo
one thing: please use <!-- ... --> for comments in your xml, not << .. >>
that´s the correct way in xml data files.


RE: [wip] live tv support - NaDs - 2012-03-15

(2012-03-14, 12:57)tocinillo Wrote: @NaDs: Are you using Windows, Linux or OSX? I think that the bug appears because you are setting the time in "12 hours" format. Change it to 24 horus and the bug will be fixed.

im on windows and the 12 hour format was my problem, switched to 24 and now works great

thanks Smile




RE: [wip] live tv support - BigNoid - 2012-03-15

Added this in the 1080 branch. Did some corrections and renamed a file so please base your future work on the 1080 branch Smile
Thx tocinillo for the hard work and phil65 for the merge Smile


RE: [wip] live tv support - tocinillo - 2012-03-15

@phil65 ok, thank you.

@Big_Noid perfect! sorry for the delay in github, but these days I've had a lot of work.


RE: [wip] live tv support - manfeed - 2012-03-16

Hi Tocinillo, I think I have found a bug. When listening to a tdt radio channel, if I hit the button "record", it starts the recording, but I am unable to stop it, since it doesn't appear in the recording screen (the recordings from tv channels work well, though).

Thank you for your work.


RE: [wip] live tv support - phil65 - 2012-03-16

(2012-03-16, 12:14)manfeed Wrote: Hi Tocinillo, I think I have found a bug. When listening to a tdt radio channel, if I hit the button "record", it starts the recording, but I am unable to stop it, since it doesn't appear in the recording screen (the recordings from tv channels work well, though).

Thank you for your work.

has got nothing to do with the skin.


RE: [wip] live tv support - gardnersm - 2012-03-30

Will this work with Aeon Nox (git) ?


RE: [wip] live tv support - phil65 - 2012-03-30

(2012-03-30, 03:00)gardnersm Wrote: Will this work with Aeon Nox (git) ?

it´s integrated in git pre-3.0 branch. you can find the link to big_noids repo in the first post.


RE: [wip] live tv support - meikelmoeller - 2013-11-26

(2012-03-12, 23:23)thatguy7669 Wrote: great job tocinillo!

one small request i have, is could you add the osd channel group select function?

this is the code from the confluence based skins:

Code:
<control type="selectbutton" id="503">
            <posx>490</posx>
            <posy>335</posy>
            <description>TV Channel Group Select Button</description>
            <texturebg border="5">Barground2.png</texturebg>
            <onleft>503</onleft>
            <onright>503</onright>
            <onup>500</onup>
            <ondown>500</ondown>
            <include>VisibleFadeEffect</include>
        </control>

i've tried myself, but i can't get it to work.

other than that i think your mod is perfect!

thank you very much for the good work
thatguy
Is it possible to implement this feature? The skin is perfect for watching Live-TV, only channel group selection is missing.