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
Show the year of recording in recorded tv/radio
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="doskabouter" data-source="post: 1202394" data-attributes="member: 98267"><p>[USER=82144]@mm1352000[/USER] </p><p></p><p>Pull request made: <a href="https://github.com/MediaPortal/MediaPortal-1/pull/107" target="_blank">https://github.com/MediaPortal/MediaPortal-1/pull/107</a></p><p>Took a bit of time because it wasn't easy to get things compiled (missing serveragent stuff, skipping compilation due to wrong configuration settings in solution etc).</p><p>Couple of questions:</p><p>- I couldn't find a piece of code which is present in the master branch of MP1, and not in the EXP TVE3.5 branch, so I'm not able to fully merge my changes into the TVE3.5 branch.</p><p>it's this piece (in TvRecorded.cs, LoadDirectory method)</p><p>[CODE]</p><p> if (singleRecording)</p><p> {</p><p> item = BuildItemFromRecording(folder, channels.FirstOrDefault(chan => folder.IdChannel == chan.IdChannel));</p><p> TimeSpan ts = folder.EndTime - folder.StartTime;</p><p> item.Label2 = String.Format("{0} ({1})",</p><p> Utils.GetNamedDate(folder.StartTime),</p><p> Utils.SecondsToHMString((int)ts.TotalSeconds));</p><p> }</p><p>[/CODE]</p><p></p><p>- I can't imagine that I'm the first one with changes for the TVPlugin, but I didn't see any commits for over 3 years.</p><p>Are other changes in separate branches, and are you going to do a massive merge when the 3.5 version is stable, or am I missing something?</p><p></p><p>Paul</p></blockquote><p></p>
[QUOTE="doskabouter, post: 1202394, member: 98267"] [USER=82144]@mm1352000[/USER] Pull request made: [URL]https://github.com/MediaPortal/MediaPortal-1/pull/107[/URL] Took a bit of time because it wasn't easy to get things compiled (missing serveragent stuff, skipping compilation due to wrong configuration settings in solution etc). Couple of questions: - I couldn't find a piece of code which is present in the master branch of MP1, and not in the EXP TVE3.5 branch, so I'm not able to fully merge my changes into the TVE3.5 branch. it's this piece (in TvRecorded.cs, LoadDirectory method) [CODE] if (singleRecording) { item = BuildItemFromRecording(folder, channels.FirstOrDefault(chan => folder.IdChannel == chan.IdChannel)); TimeSpan ts = folder.EndTime - folder.StartTime; item.Label2 = String.Format("{0} ({1})", Utils.GetNamedDate(folder.StartTime), Utils.SecondsToHMString((int)ts.TotalSeconds)); } [/CODE] - I can't imagine that I'm the first one with changes for the TVPlugin, but I didn't see any commits for over 3 years. Are other changes in separate branches, and are you going to do a massive merge when the 3.5 version is stable, or am I missing something? Paul [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Improvement Suggestions
Show the year of recording in recorded tv/radio
Contact us
RSS
Top
Bottom