home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
Improvement Suggestions
quite big difficulty with changing day in EPG view
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="johnlc" data-source="post: 321913" data-attributes="member: 72853"><p>Looking at the code, it looks as if this is what you want?</p><p>This is not tested at all and can all kinds of side-effects, maybe I will test when I get time - but getting the change into MP may be difficult at the present time</p><p>It's in the file TVGuideBase.cs (OnAction()) in TVplugin (TV3) - if you compile your own.</p><p> case Action.ActionType.ACTION_NEXT_CHAPTER:</p><p> OnNextDay();</p><p> break;</p><p></p><p> case Action.ActionType.ACTION_PREV_CHAPTER:</p><p> OnPreviousDay();</p><p> break;</p><p></p><p>I totally agree with you on the changing days - and I haven't found a way to trigger these routines yet. The code seems to be there already. (OnNextDay(), OnPreviousDay() I mean)</p><p></p><p>I am not a portal developer, so lets see if we get lucky <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="johnlc, post: 321913, member: 72853"] Looking at the code, it looks as if this is what you want? This is not tested at all and can all kinds of side-effects, maybe I will test when I get time - but getting the change into MP may be difficult at the present time It's in the file TVGuideBase.cs (OnAction()) in TVplugin (TV3) - if you compile your own. case Action.ActionType.ACTION_NEXT_CHAPTER: OnNextDay(); break; case Action.ActionType.ACTION_PREV_CHAPTER: OnPreviousDay(); break; I totally agree with you on the changing days - and I haven't found a way to trigger these routines yet. The code seems to be there already. (OnNextDay(), OnPreviousDay() I mean) I am not a portal developer, so lets see if we get lucky :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Improvement Suggestions
quite big difficulty with changing day in EPG view
Contact us
RSS
Top
Bottom