[wip] live tv support

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tocinillo Offline
Fan
Posts: 302
Joined: Dec 2010
Reputation: 2
Post: #61
OK, so what I do? I create a separate branch of the main or I ask to Big_Noid that incorporate in it?
find quote
weemaaan Offline
Junior Member
Posts: 16
Joined: May 2011
Reputation: 0
Post: #62
tocinillo Wrote:I don't know why appears this bug, in my machine all is working perfectly Confused

Try with this for the nowplaying bug: http://www.mediafire.com/?28z9xut56tihlvp and please, report me if the bug dissapears.

When entering TV menu just get a blank screen.
find quote
phil65 Offline
Skilled Skinner
Posts: 4,458
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #63
I´d suggest to implement it now. it doesn´t need much editing of the original files apart from adding the menu items, does it?
find quote
tocinillo Offline
Fan
Posts: 302
Joined: Dec 2010
Reputation: 2
Post: #64
phil65 Wrote:I´d suggest to implement it now. it doesn´t need much editing of the original files apart from adding the menu items, does it?

Exactly, all you have to do is add the new code into some files (home.xml, Includes.xml, etc), the other new files are brand new and does not need to be edited (and certainly if I edit these files, not affect to the main skin).

Regards.
find quote
Maxoo Offline
Fan
Posts: 329
Joined: Mar 2010
Reputation: 11
Location: Paris, France
Post: #65
You could either create your own github account, then branch, and fork Bignoid's master, then add your files/updates, or ask BigNoid to merge the actual files into his branch, and to give you access to update the TV files. Both are good I think.

Admin @ Passion-XBMC
(official french community)
(This post was last modified: 2012-03-07 21:55 by Maxoo.)
find quote
Big_Noid Offline
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #66
The best and easiest way to do this is to make a fork on github of my repo. Add your changes and the new files and make pull request. That way I can review the changes.
If you need help with github just ask Smile
find quote
ferent Offline
Senior Member
Posts: 125
Joined: Sep 2010
Reputation: 0
Post: #67
Big_Noid Wrote:The best and easiest way to do this is to make a fork on github of my repo. Add your changes and the new files and make pull request. That way I can review the changes.
If you need help with github just ask Smile

@BN, by this way, each change Tocinillo do, will be included in the Aeon Nox Github repo?
find quote
phil65 Offline
Skilled Skinner
Posts: 4,458
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #68
ferent Wrote:@BN, by this way, each change Tocinillo do, will be included in the Aeon Nox Github repo?

yes, he could send pull requests again and again.
find quote
mactor Offline
Junior Member
Posts: 2
Joined: Dec 2011
Reputation: 0
Post: #69
(2012-03-07 17:19)tocinillo Wrote:  I don't know why appears this bug, in my machine all is working perfectly Confused

This bug shows only if the home menu bar is lowered. In its default center position "now playing" text placing is correct.

Anyway thx for the good work.
PVR support in NOX is very useful.
find quote
thatguy7669 Offline
Senior Member
Posts: 230
Joined: Nov 2011
Reputation: 6
Location: Leipzig, Germany
Post: #70
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
find quote
Post Reply