General Development (no feature request here!) (56 Viewers)

Working on your own plugin and got stuck? Post your codeing question here.
MP1 MP2 MP/BDA help please DE
Hmmmm... All quiet, I'm guessing that - 1) No-one knows any more about BDA drivers than me. 2) No-one knows what MediaPortal asks of the TV car. 3) No-one wants to help. Looks like I'll be writing a specific MP plugin just for my Sky interface then. (I've got working using a command line too - so you don't have to buy the TSReader...
Hmmmm... All quiet, I'm guessing that - 1) No-one knows any more about BDA drivers than me. 2) No-one knows what MediaPortal asks...
Hello all, like everyone else in the UK I've been stung by Sky stuffing my old blue card. I bought the CielPlus USB DigiBox...
Replies
1
Views
1K
If you clone one display to the other, what you want is not possible. That is what clone means: they are identical. If you use them as separate displays, MediaPortal will only show in one of them - you need to have some other application to display anything on the other. Whether you can build an app that allows you to navigate MP and...
If you clone one display to the other, what you want is not possible. That is what clone means: they are identical. If you use them...
Hi Soon my brand new 7" Samsung U70 USB monitor will arrive. My plan is to clone my 42" plasma on to this, to avoid using ~...
Replies
4
Views
1K
AW: Programatically/Command-Line Cleanup of Recordings DB? hmmm, good idea, didn't think of this (probably because of the warning, that something might accidentially get deleted I immideately disabled this function). Will check this, cause I think this is very useful for averybody who changes their recordingdirectories from...
AW: Programatically/Command-Line Cleanup of Recordings DB? hmmm, good idea, didn't think of this (probably because of the...
Before I go writing a load of unnecessary code - does there exist, or is there an easy way to programmatically remove invalid...
Replies
9
Views
2K
:thx: Works fine now...!
:thx: Works fine now...!
Hello, I'm trying to add a few things to the Tellstick Pause plugin, original post here...
Replies
2
Views
1K
True, I really like their TV Server, it supports pretty much every BDA card and.....oh, hang on a minute!
True, I really like their TV Server, it supports pretty much every BDA card and.....oh, hang on a minute!
Hi, I've being playing around with the MP for the last couple of months and really like the project and hope it will evolve a...
Replies
35
Views
10K
AW: Integration of DirectX 9.0c August 2009 OK thanks! I thought it should be because hoborg is advising it in his SAF and I think, that liveTV is working better since the update...
AW: Integration of DirectX 9.0c August 2009 OK thanks! I thought it should be because hoborg is advising it in his SAF and I...
There is a new version of DirectX 9.0c, but I can't see there is an issue in the roadmap of the deploy-tool... Will it be...
Replies
2
Views
1K
You need .NET 3.5 framework, NSIS and TortoiseSVN I believe. Also you may need DirectX SDK.
You need .NET 3.5 framework, NSIS and TortoiseSVN I believe. Also you may need DirectX SDK.
Hi, what exactly do I need to instal on WIN7 to be able to build MP from SVN. I've just upgraded to WIN 7 and found myself lost...
Replies
1
Views
897
MP1 MP2 Which control? DE
A little confused (and the documentation made it a little wose ...) I want to use a list type control which is basically the same as the one in scheduled TV. It needs to have some text detail, a logo image and an optional extra icon. (scheduled TV has program name as text, channel logo as logo and rec icon as the optional extra...
A little confused (and the documentation made it a little wose ...) I want to use a list type control which is basically the...
A little confused (and the documentation made it a little wose ...) I want to use a list type control which is basically the...
Replies
0
Views
738
The interesting thing is that this resizing issue did not happen with all the users, but the complaints were so many that this design was implemented. My main system for example had no problem resizing with video or tv playing, but my other client-pc would freeze and crash.
The interesting thing is that this resizing issue did not happen with all the users, but the complaints were so many that this...
I tried mediaportal 1.0.2 and 1.1.0 RC1, and with both versions playback stops when switching to or from fullscreen, so I assume...
Replies
3
Views
1K
AW: [C#] Little development question for the gurus out there ;-) Hey it works now perfect :-) ..if somebody else wants to make it simple & easy: 1) In Visual Studio check the properties of the solution "Build events" --> "Post build events" Click on "Edit postbuild..." XCopy "$(ProjectDir)bin\$(ConfigurationName)\$(ProjectName).dll"...
AW: [C#] Little development question for the gurus out there ;-) Hey it works now perfect :-) ..if somebody else wants to make it...
Hello everyone, I have a little question: I want to write a small plugin, alright, checked out the wiki which helped a lot and...
Replies
6
Views
1K
AW: MediaPortal.VC#Express.sln??? Hi again, think i got it. You need to install Nullsoft Install System. Afterwards you can compile the ".nsi" files. Here you go to "X:\svnroot\mediaportal\trunk\Tools\InstallationScripts" where "X" is your drive. Here right-click on "DeployToolUnPacker.nsi" ("DeployToolUnPacker-x64.nsi" for 64-Bit...
AW: MediaPortal.VC#Express.sln??? Hi again, think i got it. You need to install Nullsoft Install System. Afterwards you can...
Hi guys, can someone please tell me where I can find the solution file 'MediaPortal.VC#Express.sln' for VS VC# Express 2008...
Replies
3
Views
1K
Hello, I was requested by many users (and there are many topics in this forum requesting this) to add some very simple support to myVideos for displaying movie plot text and fanart background without Moving Pictures or myTVSeries support, so no plugins or other crap. Just to load specially named files in the movie directory, stored...
Hello, I was requested by many users (and there are many topics in this forum requesting this) to add some very simple support to...
Hello, I was requested by many users (and there are many topics in this forum requesting this) to add some very simple support to...
Replies
0
Views
1K
I found somewhat of a way, but it only works in full screen I use the following code: public override void OnAction(MediaPortal.GUI.Library.Action action) { if (btnFirstContactA_M.Visible == false && PreviousFocusedId >= 2 && PreviousFocusedId <= 14) { if (action.wID ==...
I found somewhat of a way, but it only works in full screen I use the following code: public override void...
Is there a way I could navigate to a certain control or the next control using code instead of in the navigation of the xml file...
Replies
1
Views
846
Thanks, this helped. Serves me right for installing VS 2010 :ooops:
Thanks, this helped. Serves me right for installing VS 2010 :ooops:
Hi all, I'm trying to do a fix for MPIPTVSource filter. I've programmed in all the changes, compiled the source into .ax, but now...
Replies
2
Views
1K
MP1 MP2 Wake via plugin? DE
You need to create a "WakeUpHandler" class (there are some implementations already in PowerScheduler to see how it works) and the when your plugin is started register it with PowerScheduler. The wake-up handler is queried at certain times for the next wake up time it wants. This is only for handling wake-up. Scheduling (i.e actually...
You need to create a "WakeUpHandler" class (there are some implementations already in PowerScheduler to see how it works) and the...
Is it possible to create a wake event for a plugin? Ideally I want a config option to schedule a task each day at a set time. I...
Replies
1
Views
843
Is there a command that I can use so from within my plug-in I can jump to a specific folder inside the My Videos plug-in?
Is there a command that I can use so from within my plug-in I can jump to a specific folder inside the My Videos plug-in?
Is there a command that I can use so from within my plug-in I can jump to a specific folder inside the My Videos plug-in?
Replies
0
Views
725
Got a little development time in today and no it does not. Other than writing some new scrobbler code is there an easy way of making use of the existing code?
Got a little development time in today and no it does not. Other than writing some new scrobbler code is there an easy way of...
To save me routing around the code for ages, does anyone know whether the audioscrobber is updated via calls to g_player? ie...
Replies
1
Views
960
I'am try such method of patching. I think, that more correct to find MCE-style encoders in MediaMultiplexerCategory, because in MediaEncoderCategory there are some number of Audio/Video only encoders. But in Win7 in MediaMultiplexerCategory exist an "Microsoft MPEG-2 Encoder" that can be used in graph, but it does not show any...
I'am try such method of patching. I think, that more correct to find MCE-style encoders in MediaMultiplexerCategory, because in...
I've experimented with changing AddTvEncoderFilter in TvLibrary\Implementations\Analog\Components\Encoder.cs so that it...
Replies
2
Views
2K
Confirmed. Mantis entry: 0002586: Negation (!) does not work with string.equals(...) - MediaPortal Bugtracker And fixed in SVN 24482.
Confirmed. Mantis entry: 0002586: Negation (!) does not work with string.equals(...) - MediaPortal Bugtracker And fixed in SVN 24482.
Hi all, I'm the developer of the FritzManager / FritzBox Manager plugin. The plugin detects new messages on the voicebox and I...
Replies
5
Views
1K
Is there a good dialog box to hold information on a movie/tv show with room for a average size cover art? I saw one dialog with a small place for images but no were for text. That's all I have found so far.
Is there a good dialog box to hold information on a movie/tv show with room for a average size cover art? I saw one dialog with a...
Is there a good dialog box to hold information on a movie/tv show with room for a average size cover art? I saw one dialog with a...
Replies
0
Views
682
I wasn't aware of the GUIWindowManager.GetWindow method, thx for sharing ;)
I wasn't aware of the GUIWindowManager.GetWindow method, thx for sharing ;)
I am about 3/4 of the way done with a plugin for a Rolodex. I have some working code, but I know there is a better way to do it so...
Replies
8
Views
1K
Figured it out, never mind.
Figured it out, never mind.
I would like my plug-in to be able to turn a toggle button on when it starts up. It checks the status of another program to see if...
Replies
1
Views
661
Hello, I'm not a develloper, but I touch a litle bit of scripting. I would like to now what is the best way to interact with MP. My goal is to retrieve info about the actual activity and send command to running MP. Is there an integrated way of doing this? Sorry if this is already discussed but I did a search without any...
Hello, I'm not a develloper, but I touch a litle bit of scripting. I would like to now what is the best way to interact with MP...
Hello, I'm not a develloper, but I touch a litle bit of scripting. I would like to now what is the best way to interact with MP...
Replies
0
Views
704
MP1 MP2 g_player help DE
Yep, that's right. From inside a plugin you don't need instantiate a certain player class. Just call g_player.PlayAudioStream(...) or g_player.PlayVideo.... g_player should handle the media and hand it over to the "real" player itself. Not quite sure about the "deprecated" msg though. Haven't touch code where this was needed for a while
Yep, that's right. From inside a plugin you don't need instantiate a certain player class. Just call g_player.PlayAudioStream(...)...
Looking to use the MP internal player in a plugin but struggling to find any documentation about it... Having been through a...
Replies
3
Views
1K
MP1 MP2 Need help with SVN DE
Hello Troy, thank you. Thats what i mean:-) Thorsten
Hello Troy, thank you. Thats what i mean:-) Thorsten
Hello, can anybody tell me how can i download the MP source for a specific changeset? how can i determine the changeset for...
Replies
8
Views
1K
Thanks very much! I don't think I have GetID on my class so I'll have to add it. I'll see what progress I can make after the holidays... :) So glad to have this community!
Thanks very much! I don't think I have GetID on my class so I'll have to add it. I'll see what progress I can make after the...
Hello, I'm new to the forum although a longtime MP user and would like to take a more active role in the MP community. :) I am...
Replies
7
Views
1K
Change commited. :thx: Simone
Change commited. :thx: Simone
I am using the new MediaInfoWrapper in Moving Pictures, and I found the need for a few additional graphics that were not included...
Replies
21
Views
4K
Sorry had done a search a while ago and had only found threads with solutions like integrating powerdvd, arcsoft and so on. Now i found this one: https://forum.team-mediaportal.com/codecs-external-players-55/status-bluray-playback-72584/ So thanks and sorry.
Sorry had done a search a while ago and had only found threads with solutions like integrating powerdvd, arcsoft and so on. Now i...
Hi! I was thinking about direct blueray support in MP. What is here the problem? Time? The encryption? ... Thanks! Stefan
Replies
2
Views
995
Hi all, I am experimenting with a process-plugin for my vfd, and I'm using the GUIPropertyManager.GetProperty() for getting channel name, program title, and end-time, but there is an enormous delay in the update of those properties. When I switch channel, it sometimes takes 10 seconds for the info to be updated. The...
Hi all, I am experimenting with a process-plugin for my vfd, and I'm using the GUIPropertyManager.GetProperty() for getting...
Hi all, I am experimenting with a process-plugin for my vfd, and I'm using the GUIPropertyManager.GetProperty() for getting...
Replies
0
Views
795
Problems here with uk satellite in HD too. recordings work perfectly with haali+MPC+ just about any codec but without the DVB extras like subtitles. I just can't find a codec that runs smoothly for AVC HD channels live or recorded more than 10 minutes in Media Portal on live TV. Core AVC my first choice goes out of sync. The HD pack...
Problems here with uk satellite in HD too. recordings work perfectly with haali+MPC+ just about any codec but without the DVB...
Hello, I have playing with similar problem for a while and after small development I have found a solution. My problem is with...
Replies
18
Views
6K
Top Bottom