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

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

Archive (2 Viewers)

Archive for submitted code patches
OK thanks, I'll continue with my personal build of MP1 + TVE3.
OK thanks, I'll continue with my personal build of MP1 + TVE3.
mm1352000 nearly a year ago developed a patch for this feature in MP 1.5 (issue...
Replies
4
Views
2K
Rebased the branch and pushed, thanks :)
Rebased the branch and pushed, thanks :)
I added some code to persist the size of the MediaPortal Configuration window (and the maximized state). And I increased the width...
Replies
6
Views
2K
Hello Support for the Twin CI slots requires much more than just the name change. The Twin is supported in TVE 3.5 already... mm
Hello Support for the Twin CI slots requires much more than just the name change. The Twin is supported in TVE 3.5 already... mm
In GlobeTV (the Software delivered by KNCOne), the CAM ist detected and works. In Mediaportal, it doesn't. I searched the source...
Replies
2
Views
2K
Honestly? I personally do not like ... :)
Honestly? I personally do not like ... :)
Little color/gfx in this brutal world. Actual : Modified : DLL attached. What do you think ?
Replies
1
Views
2K
No problems, I must say this is indeed more of a performance feature then bug fix. I'll seperate it into a bug fix and repost the improved performance feature for the log later. Edit: Added a patch that fixes several classes that accessed the log through the GlobalServiceProvider class instead of the static Log class.
No problems, I must say this is indeed more of a performance feature then bug fix. I'll seperate it into a bug fix and repost the...
This patch's main intent is to improve the performance of the one method that is, obviously, called the most throughout any...
Replies
5
Views
2K
Thanks, I actually noticed today that playback was fine in the TV-Series plugin which caused me to suspect that it was a codec thing after all. Moving from the recommended PDVD9 Codec to ffdshow from SAF 4 solved the problem.
Thanks, I actually noticed today that playback was fine in the TV-Series plugin which caused me to suspect that it was a codec...
This Patch attempts to fix two things: 1) The Problem with MPC decoder filter reporting wrong aspect ratio 2) A potential bug in...
Replies
3
Views
2K
THX for all informations, as you know, skin skills is not for me then, this could be (maybe) an improvment for the skin I use. - "the volume increases or decreases by 2 when I press the volume up or down button once." YES, same for me. "There is some weirdness relating to the maximum value displayed. This weirdness may or may not...
THX for all informations, as you know, skin skills is not for me then, this could be (maybe) an improvment for the skin I use. -...
Because I wanted to have value in volume OSD like in Windows 11 (without success) : I dig in MP configuration and, found a bug...
Replies
2
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
Updated version for MediaPortal 1.7.1, updated Digiguide grabber with current channel list and improved detail searches.
Updated version for MediaPortal 1.7.1, updated Digiguide grabber with current channel list and improved detail searches.
A new hex format date and time URL variable is required in order to get the UK Digiguide grabber template working. Specifically the...
Replies
1
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
The XML data from http://xmltv.xmltv.se/ typically contains multiple <category> tags per program. Here are two examples: <category lang="en">Adventure/Fantasy/Animation/Comedy/Action/Family</category> <category lang="en">movie</category> and: <category lang="en">Comedy/Fantasy</category> <category...
The XML data from http://xmltv.xmltv.se/ typically contains multiple <category> tags per program. Here are two examples...
The XML data from http://xmltv.xmltv.se/ typically contains multiple <category> tags per program. Here are two examples...
Replies
0
Views
2K
Hi, A question about this patch : that indeed probably works only for web streams as viz requires BASS and DVB sourced playback chain wont have BASS in use, so the patch itself is probably not a good one or probably, it would be wise to check that it is web stream that radio is sourced of. @hwahrmann what do you think about it ...
Hi, A question about this patch : that indeed probably works only for web streams as viz requires BASS and DVB sourced playback...
'ello This is just a small patch to enable fullscreen visualizations for radio. I only listen to internet radio streams, so that...
Replies
5
Views
2K
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
Jira issue created: https://issues.team-mediaportal.com/browse/MP1-4160 Assigned it to you @mm1352000, hope thats okay?
Jira issue created: https://issues.team-mediaportal.com/browse/MP1-4160 Assigned it to you @mm1352000, hope thats okay?
This patch allows the user to configure the broadcast address used for WOL of the TV server to something other than the global...
Replies
4
Views
2K
you can compil, your own build ;) Deda is a bit busy, this times. but can you post an patch file ? better for us, to add it to MP
you can compil, your own build ;) Deda is a bit busy, this times. but can you post an patch file ? better for us, to add it to MP
Apparently, I'm the only person who is annoyed by the tab ordering in the Config's Video Database. It's been annoying me since...
Replies
3
Views
2K
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
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
Patch for MP1 attached Changes: * The database can store an Icon value * xmltvimport will save an icon src when importing data (if available) * Skins can access the icon Documentation: In xmltv data, programmes can optionally include an icon element with a src attribute. Example: <icon src="404 - MEDIAPORTAL"> This is part of the...
Patch for MP1 attached Changes: * The database can store an Icon value * xmltvimport will save an icon src when importing data (if...
Patch for MP1 attached Changes: * The database can store an Icon value * xmltvimport will save an icon src when importing data (if...
Replies
0
Views
1K
Here is Wikipedia config xml and necessary language xml for searching also Finnish Wikipedia.
Here is Wikipedia config xml and necessary language xml for searching also Finnish Wikipedia.
Here is Wikipedia config xml and necessary language xml for searching also Finnish Wikipedia.
Replies
0
Views
1K
Thanks @cwchapma and @offbyone :)
Thanks @cwchapma and @offbyone :)
I've submitted a pull request that fixes the min and max version comparisons for a TVServer dependency. Is there anything special...
Replies
8
Views
1K
I'm waiting for others parts for my new motherboard replacing older dead "main computer" one (dev, etc) but, today I was able to start it under windows. Then with GIT, I saw you push the latest change on master, THX for that, it will be integrated in 1.25 final, finally. (y) Since this bugfix is ended, can you change the status of...
I'm waiting for others parts for my new motherboard replacing older dead "main computer" one (dev, etc) but, today I was able to...
For MP 1.25 pre+ (follow green rectangle) : Launch MP client config and click on remotes... : Go in Irtrans tab and click on...
Replies
4
Views
1K
Merged to master. Will be part of MP 1.6.0. Thanks! :)
Merged to master. Will be part of MP 1.6.0. Thanks! :)
The remote plugins RemoteRedEye and RemoteSerialUIR are opening the selected COM-port, even if the plugins were not enabled. I...
Replies
2
Views
1K
The problem: the MP created an video thumbnail but you don't like it (for example it made from a dark scene). You want to refresh but... The solution: Go to the video file Press F9 or use the remote Select refresh video thumbnail The MP will generate a random number from 10 to 300 sec and increase it with pre-record value. If still...
The problem: the MP created an video thumbnail but you don't like it (for example it made from a dark scene). You want to refresh...
The problem: the MP created an video thumbnail but you don't like it (for example it made from a dark scene). You want to refresh...
Replies
0
Views
1K
@regeszter What about this? :)
@regeszter What about this? :)
A small modification. The TVthumbnailer reads the general pre-recorded value, increase with 180 sec and uses that for thumbnail...
Replies
3
Views
1K
A small patch to allow plugins to process new EPG data before it is written to the database. This is especially useful to filter out corrupt EPG data, handle encoding issues in received EPG data, etc. The current implementation raises the OnImportEpgPrograms event after commiting new data, so in order to make any changes, the database...
A small patch to allow plugins to process new EPG data before it is written to the database. This is especially useful to filter...
A small patch to allow plugins to process new EPG data before it is written to the database. This is especially useful to filter...
Replies
0
Views
1K
Merged to master. Will be part of MP 1.6.0. Thanks! :)
Merged to master. Will be part of MP 1.6.0. Thanks! :)
The MCE 2005 remote plugin has no autorepeat for the ChannelUp/Down buttons. This makes "zapping" a bit slow. :)...
Replies
2
Views
1K
Will take care. :thx: Simone
Will take care. :thx: Simone
When showing the details DVB-IP channel shows as #TV.TuningDetails.ChannelType, not DVB-IP.
Replies
1
Views
1K
Top Bottom