Submit: code patches (MediaPortal/TV-Server/etc.) (13 Viewers)

Use this forum to submit your code patches of any Team MediaPortal Product. This also includes patches to fix skin issues.

Archive (27 Viewers)

Archive for submitted code patches
Re: AW: new recordingoption to record only new episodes - even if you delete old show We need client/server mp-tvseries for this :) I think the best way is to extend epg database with tv series info. I even did something like this long time ago. But I hnave no idea how to manage tv show episodes. Maybe new table in tvdatabase...
Re: AW: new recordingoption to record only new episodes - even if you delete old show We need client/server mp-tvseries for this...
Hi, here is again a new recordingoption made by me ;-) Please consider it as beta but it works here for a few weeks now. I call...
Replies
13
Views
7K
But what about the scenario of a user who doesn't use MP to watch TV very often (maybe watches videos/listens to music) but wants to use it to record TV sometimes. Therefore they need the EPG to be kept up-to-date, and if "Grab when idle" is disabled for whatever reason it never will be. So if there was an option to update at e.g...
But what about the scenario of a user who doesn't use MP to watch TV very often (maybe watches videos/listens to music) but wants...
Sometimes i was wondering why my HTPC doesn't shut down even when i am not watching tv. Standing in the Home-Screen. PowerScheduler...
Replies
9
Views
4K
What are the symptoms of such hang? Not responding (for ever/minutes/seconds)? Crash? Have anyone looked at this so it can be incuded in 1.2.2?
What are the symptoms of such hang? Not responding (for ever/minutes/seconds)? Crash? Have anyone looked at this so it can be...
Apparently my server can be a bit slow to begin delivering recorded TV via RTSP at times. When this startup delay exceeds 2000...
Replies
24
Views
11K
Hi In The TVPlugin we have TVGuide.cs (mytvguide.xml), that contains some (leftover?) skin controls: [SkinControl(98)] protected GUIImage videoBackground; [SkinControl(99)] protected GUIVideoControl videoWindow; These controls are not used anywhere in the plugin. In fact, the only place where there is a GUIVideoControl is in...
Hi In The TVPlugin we have TVGuide.cs (mytvguide.xml), that contains some (leftover?) skin controls: [SkinControl(98)]...
Hi In The TVPlugin we have TVGuide.cs (mytvguide.xml), that contains some (leftover?) skin controls: [SkinControl(98)]...
Replies
0
Views
2K
AW: Change Bass AudioDevice inside MP Sorry about that, I changed it :) I had to work in a VM because of the VS 2010 bug on a x64 system and so I forgotten to change it :P The updated patch is attached to my first post ;)
AW: Change Bass AudioDevice inside MP Sorry about that, I changed it :) I had to work in a VM because of the VS 2010 bug on a x64...
Hello everybody :) I've created a patch for MP to change the AudioDevice of the Bass Player inside MP like it is possible for...
Replies
2
Views
2K
Options is not how data is stored in the database, it is what the user select to display in the client - the options is only used when reading data from the database (that's why you set the option in the client configuration and not the server configuration) Also in the specification for episode, season and part there can be total...
Options is not how data is stored in the database, it is what the user select to display in the client - the options is only used...
Hi. Currently Episode info is shows as (1.1.1) for Season 1 Episode 1 part 1. It can be (1) or (1.1 Pilot) depending on your EPG...
Replies
3
Views
6K
When pressing "Test" Button in Remote -> IRTrans -> Server Settings, you get no indication (success or failure) of the performed test. The reason for this is that the labelIrTransStatus label is hidden by another label used to display "If you experience duplicate key presses, please see the following article". The fix was to move...
When pressing "Test" Button in Remote -> IRTrans -> Server Settings, you get no indication (success or failure) of the performed...
When pressing "Test" Button in Remote -> IRTrans -> Server Settings, you get no indication (success or failure) of the performed...
Replies
0
Views
2K
Hi guys, Still no write access to the SVN server so I'll post the tiny patch that will allow the EPG on 5e DVB-S to be downloaded from the transponder. The info is EIT so no major changes just an addition of a PID. To download the EPG you need to have the channel "EPG_Data" on 5e. The channel can be found on the following...
Hi guys, Still no write access to the SVN server so I'll post the tiny patch that will allow the EPG on 5e DVB-S to be...
Hi guys, Still no write access to the SVN server so I'll post the tiny patch that will allow the EPG on 5e DVB-S to be...
Replies
0
Views
2K
Yeah true, but I was also interested if there would be a mismatch between the groupmap and channel table, I noticed I indeed quoted another SQL statement. But it matters not as the results are practically the same and we got the info we wanted ;) . I also ran the mysqlcheck, no errors :) . No problem, I'll create a new patch file...
Yeah true, but I was also interested if there would be a mismatch between the groupmap and channel table, I noticed I indeed quoted...
This patch includes one improvement and one bug fix: Feat: Zapping to channels by using the numeric keys (1-9) now only selects a...
Replies
25
Views
8K
I would like to propose a patch which might merit a little discussion. In the current (1.1.2) version, the TvEvents for Recording Starting, Started, and Ended are fired from the built-in scheduler. Additionally, there are arguments in the TvEvent for the recording and schedule information to identify the specific recording and the...
I would like to propose a patch which might merit a little discussion. In the current (1.1.2) version, the TvEvents for...
I would like to propose a patch which might merit a little discussion. In the current (1.1.2) version, the TvEvents for...
Replies
0
Views
2K
Found a bug in the extended event descriptor decoding (tswriter epgdecoder.cpp). When an EPGLanguage is created the extendedEventComplete property is not initialize (should be set to false). This leads to that extended event descriptor decoding somtimes works and somtimes the text is skipped.
Found a bug in the extended event descriptor decoding (tswriter epgdecoder.cpp). When an EPGLanguage is created the...
Problems: - if more than one “extended event descriptor” is sent to specific event and text begins with control codes with...
Replies
6
Views
3K
Top Bottom