Archive (4 Viewers)

Archive for submitted code patches
Turned out that this broke the PowerScheduler on WinXP, so not merged.
Turned out that this broke the PowerScheduler on WinXP, so not merged.
See bug report here. It boils down to a loop that fires each second in the PowerScheduler, which causes a unnecessary burden on the...
Replies
1
Views
3K
thanks mate :)
thanks mate :)
Hey, i found out that the frequency 610Mhz is missing in the KabelBW tuning parameters list. I've attached the fixed tuning...
Replies
3
Views
2K
Yeah, i have set to rejected, the similar patch wad added to Master. Thanks.
Yeah, i have set to rejected, the similar patch wad added to Master. Thanks.
Probably shot down because of the unsupport-ness. But a diff file for Windows 8 remaining unsupported but installable. Win8server...
Replies
4
Views
3K
Looks like this was rejected so I'm setting the Threadprefix to rejected :)
Looks like this was rejected so I'm setting the Threadprefix to rejected :)
The DVBLink's TVSource application provides users with 4 virtual TV tuners. I do not know whether it is by design or just a bug but...
Replies
19
Views
9K
I think I can that this to "Rejected", because the problem seems to be something else (see first post) and there is no real patch => it's more like a bug report
I think I can that this to "Rejected", because the problem seems to be something else (see first post) and there is no real patch...
Hi, Somethimes when I close MP (in home menu), MP keeps running in the background. This causes that I can't start MP anymore with...
Replies
2
Views
2K
Also in the Default skin ;)
Also in the Default skin ;)
Sorry for the large number of patches. I am a obsessive about checking in my code as I make changes so I can easily revert...
Replies
135
Views
25K
Hi, great job. I'm going to donate some money for mp now. (for the second time :)) Thanks for your work.
Hi, great job. I'm going to donate some money for mp now. (for the second time :)) Thanks for your work.
When you set a new scheduled recording, tvplugin checks conflicts with other schedules. The check can be very slow, especially when...
Replies
46
Views
11K
Something has fixed it. Closed!
Something has fixed it. Closed!
Hi, Just to let you know I'm using this issue to practice MP development.
Replies
10
Views
3K
Format of sound should not have any impact on that. What is your Default device ? Br,
Format of sound should not have any impact on that. What is your Default device ? Br,
Hi It has been possible to control Windows Master Volume in Xp from MediaPortal, But in Vista and Windows 7 It is not possible...
Replies
84
Views
26K
OMG I didn't expect it could be approved :)
OMG I didn't expect it could be approved :)
Hi all. For now plugin will load at MP startup only if it's listed in Mediaportal.xml but to add it you need to open Configuration...
Replies
5
Views
3K
Hi, after search on line code. i think have found the solution ( it's a simply copy-cut function). For RESTART IRSS AFTER RESUME POWER i have tested V1a, for me work ! i post v1b because maybe is better ! Edit : New Topic created
Hi, after search on line code. i think have found the solution ( it's a simply copy-cut function). For RESTART IRSS AFTER RESUME...
Hi! In MiniDisplayPlugin _ForceManagerRestart should also restart IRSS after initiasing. I have f.e. a chieftec case where this...
Replies
8
Views
3K
Presumably if Pilehave knows this is a good fix, and you have also confirmed, this is good enough. Then you just need to PM a team manager for approval to merge to master. Mark
Presumably if Pilehave knows this is a good fix, and you have also confirmed, this is good enough. Then you just need to PM a team...
Currently the width and height of the arrows used in the selectbuttoncontrol is hardcoded to 16 x 16 pixels: int x1 = 16...
Replies
4
Views
2K
Patch approved and included in MP 1.3.0 alpha release. Tony
Patch approved and included in MP 1.3.0 alpha release. Tony
Continuing this from the thread I started over here...
Replies
27
Views
12K
This is merged and will be included in 1.3.0Alpha. Thanks for the contribution and apologies for the late progress update.
This is merged and will be included in 1.3.0Alpha. Thanks for the contribution and apologies for the late progress update.
Reference: StackLayout shift buttons - MediaPortal Wiki Related Mantis Bug (Original): 0003241: Auto placing of controls in grouped...
Replies
4
Views
2K
I don't have a patch file but it's just a couple of code lines needed. Add this method to TeletextMagazine: public static void ClearLangInfo() { langInfo.Clear(); } Add a call to the method in OnSubtitleReset in SubtitleSelector: private int OnSubtitleReset(int count, IntPtr pOpts, ref int...
I don't have a patch file but it's just a couple of code lines needed. Add this method to TeletextMagazine: public static...
Hi again. Below is a patch that adds support for selecting the correct teletext subtitle page based on the Service Information...
Replies
29
Views
10K
Reviewed, tested and no error found here. Committed to 1.3 Alpha testing branch.
Reviewed, tested and no error found here. Committed to 1.3 Alpha testing branch.
Problem: thumbZoom is not enabled for filmstrip. This gives a skinner only two ways to display mixed landscape and portrait...
Replies
4
Views
2K
Reviewed, tested and no error found here. Commit to 1.3 Alpha testing branch.
Reviewed, tested and no error found here. Commit to 1.3 Alpha testing branch.
Problem: Filmstrip has never supported <spinCanFocus> attribute, even though list-layout and thumbnail-layout supports this. In...
Replies
4
Views
2K
Reviewed the code, tested a build and found no problems. Merged to 1.3 Alpha.
Reviewed the code, tested a build and found no problems. Merged to 1.3 Alpha.
Hi In GUITVProgressControl.cs a few of the controls attached to the progressbar were not scaled to screen resolution. Most...
Replies
4
Views
2K
Apart from that I like to have 'correct' info shown I think it can be useful as well. Let's say you have one S and one S2 card (or one T and one T2). If you combine this patch with a flag on the card(s) then there's no risk of mapping a channel to a card which doesn't support it. However, my original objection that it's...
Apart from that I like to have 'correct' info shown I think it can be useful as well. Let's say you have one S and one S2 card...
this patch shows DVB-S2 as value for "Mapped cardtypes" column in TVSetup - TV Channels if channel has DVB-S2 properties filled...
Replies
22
Views
8K
The label/heading can be set by the plugin, so the suggested change is imho not needed. One thing I noticed though; It looks like inputTextColor is used as color for the label/heading, even though this has its own color called "labelColor". The stdKeyboard.xml file has this: <control> <description>standard...
The label/heading can be set by the plugin, so the suggested change is imho not needed. One thing I noticed though; It looks like...
Hi, It's quite annoying that the virtual keyboard doesn't has heading label. For example: Enable file menu with pin code...
Replies
3
Views
2K
Done :)
Done :)
Hi There is a cut and paste bug in GUIAnimation.cs line 292 code below _images[index].MaskFileName = _maskFileName...
Replies
14
Views
4K
marked as approved as this is already in
marked as approved as this is already in
When I configure MediaPortal and choose between different codecs, I got tired that the tab-order in MP Config was wrong. So I fixed...
Replies
9
Views
3K
Bumping This is really what I need, I have a large collection of kids TV series that I dont want to see mixed with my stuff and visa versa. Any further advancements?
Bumping This is really what I need, I have a large collection of kids TV series that I dont want to see mixed with my stuff and...
The original idea can be found here...
Replies
37
Views
11K
Mantis 0003768 fixes this, but then better. This patch uses "scsi" as hardcoded value, that should however be configurable. Mantis 0003768 does that, and it adds support for the DTPro exe file.
Mantis 0003768 fixes this, but then better. This patch uses "scsi" as hardcoded value, that should however be configurable. Mantis...
Command line parameters had changed for daemon tools see Command Line Parameters | daemon-help.com
Replies
4
Views
3K
Noted, patch is ok and small, I will try to put it in next release.
Noted, patch is ok and small, I will try to put it in next release.
That's a code cemetery. Why is this section abandoned by developers as MP can look like this (yes fully functional and working on...
Replies
174
Views
39K
Hi again Yes, it has been integrated. mm
Hi again Yes, it has been integrated. mm
Hi Recently i've been trying to fix a really annoying problem with streaming live tv to clients (stuttering and...
Replies
367
Views
89K
Hello all! I own an AVC S-1-based HTPC. It has IMon VFD embedded. It works flawlessly with MP except one issue: since IMon VFD has only one byte CG Map, no national symbols are displayed in MP. BUT I’ve learned that my VFD (It is Samsung 16T202DA1E, datasheet can be found here: Samsung16T202DA1E.pdf ) HAS national-specific symbols...
Hello all! I own an AVC S-1-based HTPC. It has IMon VFD embedded. It works flawlessly with MP except one issue: since IMon VFD has...
Hello all! I own an AVC S-1-based HTPC. It has IMon VFD embedded. It works flawlessly with MP except one issue: since IMon VFD has...
Replies
0
Views
4K
AW: Tag #Play.Next.Duration returns seconds instead of Min:Sec format Could this be fixed in MP 1.2.2? It is a minor change isn't it? Because mantis says "Target Version: not planned yet"
AW: Tag #Play.Next.Duration returns seconds instead of Min:Sec format Could this be fixed in MP 1.2.2? It is a minor change isn't...
Hi, It seems like since version 1.2.0 RC the tag #Play.Next.Duration is returning seconds, where as the #Play.Current.Duration...
Replies
2
Views
2K
MP1 MP2 [Approved] Yac Plugin DE
Re: AW: Yac Plugin I read that other forum thread and nothing in there makes YAC work under MP. What I'm doing is to simply run the YAC Listener on my MP clients. That little bubble shows up in the lower right and shows us the caller info. Not too bad on some of the TV's but hard to see on others because the bubble is so small. It...
Re: AW: Yac Plugin I read that other forum thread and nothing in there makes YAC work under MP. What I'm doing is to simply run...
Hi As other users has expienced then the Original YAC plugin has some bugs, and it seem its not maintained anymore It also...
Replies
8
Views
5K
AW: AwayMode as Option in PowerScheduler mbuzina: this is right. as said many times before, requests for suspending the system outside MP can't be cancelled. then awaymode could be a good thing for many/most/some users of MP. but if you just use the system in the living room with only MP installed and you suffer from the "muted...
AW: AwayMode as Option in PowerScheduler mbuzina: this is right. as said many times before, requests for suspending the system...
Hey guys, after having enormous problems with this really "great" AwayMode, I implemented an option for users, to choose if it...
Replies
20
Views
8K
Top Bottom