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

Working on your own plugin and got stuck? Post your codeing question here.
Hi, when I run MSBUILD_Rebuild_All_MediaPortal_Release.bat it set the version in exe or dll to 1.4.0.2. When I build the project in Visual Studio it set the version to 1.4.0. How can I resolve this issue? Thanks!
Hi, when I run MSBUILD_Rebuild_All_MediaPortal_Release.bat it set the version in exe or dll to 1.4.0.2. When I build the project...
Hi, when I run MSBUILD_Rebuild_All_MediaPortal_Release.bat it set the version in exe or dll to 1.4.0.2. When I build the project...
Replies
0
Views
737
MP1 MP2 CompatibleVersion DE
Is your plugin actually dependant on the config application? What would break your plugin if the sub-system changes http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/18_Contribute/6_Plugins/Plugin_Related_Changes/1.1.0_to_1.2.0/Version_Compatibility eg. if it is a window plugin then the a change to the skin engine will break it...
Is your plugin actually dependant on the config application? What would break your plugin if the sub-system changes...
Hey guys, i dont get it! Im developing a plugin. Everything fine so far. Its hard to get all informations are needed but...
Replies
4
Views
1K
No one?
No one?
Hi, is there a proper way to give Mediaportal a shutdown command from within the Plugincode? Im developing MPSteam, a plugin to...
Replies
1
Views
1K
I am trying to make a minor change to MP Client 1.3.0. I did this successfully with V1.2 but no luck since the move to GIT. I switched to 'Release_1.3.0' and it compiled with MSBUILD..ALL ok, but on running it complains saying MP Version: 1.3.0-Branch_release_1.3.0 not same as Plugin (1.3.0.0). Now, I could compile the plugin, and...
I am trying to make a minor change to MP Client 1.3.0. I did this successfully with V1.2 but no luck since the move to GIT. I...
I have some code changes that I want to make to mediaportal. When I did my original compile, I used the MSBuild utility and...
Replies
5
Views
3K
The problem is not compiling the MP. I can do that myself. But I'm not going to publish it anywhere. I'll see if I can also comment out the code until there's another official release with the code back in. This is only so that people will be able to use MyLyrics with 1.4 pre. However, if it's going to affect critical functionality, I...
The problem is not compiling the MP. I can do that myself. But I'm not going to publish it anywhere. I'll see if I can also comment...
I've tried to get get RadioTime compatible with MP 1.4 pre, but because of "GetStreamTags()" is missing in "BassAudioEngine" a...
Replies
5
Views
1K
Hi, as I tested the video thumbnail creator make the thumb from start of the video file instead of preGapSec. I find the code part in the mediaportal\Core\Util\VideoThumbCreator.cs int preGapSec = 5; int postGapSec = 5; if (aOmitCredits) { preGapSec = 420; postGapSec = 600; } I have made a new debug row...
Hi, as I tested the video thumbnail creator make the thumb from start of the video file instead of preGapSec. I find the code...
Hi, as I tested the video thumbnail creator make the thumb from start of the video file instead of preGapSec. I find the code...
Replies
0
Views
928
MP1 MP2 .NET Framework 4.5? DE
Plugins (like Resharper) wont work with the Express edition. Also C++ side requires extra hacks to compile on Express edition.
Plugins (like Resharper) wont work with the Express edition. Also C++ side requires extra hacks to compile on Express edition.
Has there been any discussion of targeting .NET Framework 4.5? I'm working on a plugin and want to use Entity Framework and...
Replies
5
Views
2K
I'm wondering if there are any advantages to using TvBusinessLayer.GetSetting() to store settings for a plugin? That's what the Schedules direct plugin is doing now and I'm tempted to use EntityFramework to store settings (there are issues with that because of .Net 3.5 but that is a separate post). Are there advantages to storing...
I'm wondering if there are any advantages to using TvBusinessLayer.GetSetting() to store settings for a plugin? That's what the...
I'm wondering if there are any advantages to using TvBusinessLayer.GetSetting() to store settings for a plugin? That's what the...
Replies
0
Views
750
Edit: I had an issue with the filters. But in what time format does RemoteControl.Instance.TimeShiftGetCurrentFilePosition return?
Edit: I had an issue with the filters. But in what time format does RemoteControl.Instance.TimeShiftGetCurrentFilePosition return?
Edit: I had an issue with the filters. But in what time format does RemoteControl.Instance.TimeShiftGetCurrentFilePosition return?
Replies
0
Views
1K
or you can just need an image app to scale to fit the screen for you. also you can see the width and height in the settings.
or you can just need an image app to scale to fit the screen for you. also you can see the width and height in the settings.
OK, I have an image for my plugin defined in XML as: <window> <id>3355</id> <defaultcontrol>4</defaultcontrol>...
Replies
9
Views
1K
Hi, I am using controls (Windows.Forms) in GUIWindows. The only way I can get to the form is via GUIContext.form which given its lower casing I assume is not the best way :) How should non GUIControl controls get added to a GUI Window in a safe way. I have been playing with it but occasionally I get MP locking up completely when...
Hi, I am using controls (Windows.Forms) in GUIWindows. The only way I can get to the form is via GUIContext.form which given its...
Hi, I am using controls (Windows.Forms) in GUIWindows. The only way I can get to the form is via GUIContext.form which given its...
Replies
0
Views
750
Hi Nugendugen, - Download the necessary software. http://wiki.team-mediaportal.com/User:HomeY/GitHub_(Git)/1_Git_Setup - Clone the Git repository (branch) http://wiki.team-mediaportal.com/User:HomeY/GitHub_(Git)/2_Git_FAQ/Clone_the_Git_repository place there: EXP-TVE3.5_SEB_MERGE_Testing_Only - Compile and Build MP1 Now you...
Hi Nugendugen, - Download the necessary software. http://wiki.team-mediaportal.com/User:HomeY/GitHub_(Git)/1_Git_Setup - Clone...
hello, Last week I compiled the master branch of mediaportal , what has succeeded. Now I want to compile the Anysee branch which...
Replies
119
Views
22K
Unles you watch Blu-ray's in menu mode, then copy back or CUDA is recommended to get smooth clip transforms between titles (commercial changes, trailer changes, menu changes etc.).
Unles you watch Blu-ray's in menu mode, then copy back or CUDA is recommended to get smooth clip transforms between titles...
This thread is a response to the requests I've received to produce a dshowhelper version for MP 1.3.x which includes some of the...
Replies
209
Views
33K
Sounds remarkably similar to a thread I posted on internal team forums ;) We are looking at it
Sounds remarkably similar to a thread I posted on internal team forums ;) We are looking at it
I'm new to github and am attempting to make my first pull request to mediaportal using Github for windows. I forked mediaportal...
Replies
2
Views
2K
MP1 MP2 .gitignore DE
After building MP (using the batch files in the Build Folder) & running the batch file in the TVLibrary folder, I end up with lots of binaries & Log files in my Git pending changes list in VS2010. Should the .gitignore not be updated to exclude these files aswell?
After building MP (using the batch files in the Build Folder) & running the batch file in the TVLibrary folder, I end up with lots...
After building MP (using the batch files in the Build Folder) & running the batch file in the TVLibrary folder, I end up with lots...
Replies
0
Views
603
MP1 MP2 Stupid, VS problem DE
Dear all First - 1) I'm running Win7 32 Bit on all PCs (currently on 1 server and 4 Netbooks [as room clients]) - all fine. 2) I have a few of my own plugins and they are all fine on the 32 Bit machines. OK, problem is that I have just (been allowed) to upgrade my dev laptop and this is running 64 Bit Win7 (downgraded from the...
Dear all First - 1) I'm running Win7 32 Bit on all PCs (currently on 1 server and 4 Netbooks [as room clients]) - all fine. 2) I...
Dear all First - 1) I'm running Win7 32 Bit on all PCs (currently on 1 server and 4 Netbooks [as room clients]) - all fine. 2) I...
Replies
0
Views
775
MP1 MP2 Running from source DE
OK,so It seems that not everything was built. Specifically concerning the DirectShowFilters C++ project. When I try to run MSBUILD_Rebuild_All_MediaPortal_Debug.bat I get the following error in a couple of projects: "Specified platform toolset (Windows7.1SDK) is not installed or invalid. Please make sure that a supported...
OK,so It seems that not everything was built. Specifically concerning the DirectShowFilters C++ project. When I try to run...
'ello all I've installed MP on my dev machine, gotten the source off github and can get it to compile and run without any errors...
Replies
1
Views
908
MP is a typical legacy app... What code documentation there is does not always match reality and there are lots of areas with no documentation at all. There is no real API for plugins to work with so a lot of development is unfortunately trial and error :( Start off with...
MP is a typical legacy app... What code documentation there is does not always match reality and there are lots of areas with no...
Hi all, is there some development documentation anywhere that covers more than the wiki? Class diagrams? Package diagrams? Big...
Replies
1
Views
871
Upps.... thanks! I only looked under branches, not under tags.
Upps.... thanks! I only looked under branches, not under tags.
Hi, title says it all. I searched the Github branches but all I can find is the master branch which includes newer merges and is...
Replies
2
Views
817
Hey Guys, i wondered if it is possible to enable/ include an option to quick select a channel by numeric remote keys inside the miniEPG? The miniEPG vies normally have less than 9 listings and in my opinion it would be great to be able to select a channel by simply pressing the appropriate remote key. No need to use the...
Hey Guys, i wondered if it is possible to enable/ include an option to quick select a channel by numeric remote keys inside the...
Hey Guys, i wondered if it is possible to enable/ include an option to quick select a channel by numeric remote keys inside the...
Replies
0
Views
1K
Hello, I'm thinking about creating a new plug-in for video transcoding using MCE Buddy on command line or calling ffmpeg directly. MCE Buddy would have the advantage to delete commercials also whereas ffmpeg does transcoding only. Currently I use batch files to transcode all TS-files in a directory but still have some issues with some...
Hello, I'm thinking about creating a new plug-in for video transcoding using MCE Buddy on command line or calling ffmpeg directly...
Hello, I post this message for people interesting by the video compression in MP. !!! UPDATE 30/01/2008 !!! new version 1.0.3...
Replies
471
Views
117K
Hi, Is MHW 2 grabbing fixed in 1.3.0? I get following in epg.log when I try to grab EPG 2013-03-19 22:02:36.693177 [(7)]: EPG: grabber initialized for 1 transponders.. 2013-03-19 22:02:37.706076 [DVB EPG timer(17)]: Grab for card:#2 transponder #1/1 channel: C+ RADIOS 2013-03-19 22:02:37.711656 [DVB EPG timer(17)]: EpgCard: grab...
Hi, Is MHW 2 grabbing fixed in 1.3.0? I get following in epg.log when I try to grab EPG 2013-03-19 22:02:36.693177 [(7)]: EPG...
Hi mates!!. I see and check that the new tvserver3 can grab mhw information from Netherlands, France, Italy and Poland, but can't...
Replies
1
Views
2K
OK, thanx. I prepared english and german for now. Then I will see... Bye
OK, thanx. I prepared english and german for now. Then I will see... Bye
Hello, I nearly finished my PlugIn and allready published it on the german forum in the german language. Now I want to add support...
Replies
2
Views
776
Thanx for your reply. I allready use a workaround by calling the method in the configuration. Here I was able to debug.
Thanx for your reply. I allready use a workaround by calling the method in the configuration. Here I was able to debug.
Hello, how can I debug my TVServer PlugIn? I want to set a breakpoint to the start() Method, but its not possible for me to connect...
Replies
2
Views
951
You can also have a control in your skin like <control> <description>Placeholder</description> <type>image</type> <id>123456</id> <width>960</width> <height>720</height> </control> and in code: GUIControl cntrol = GetControl(123456); if (cntrol != null) { Point loc= new Point(cntrol.XPosition...
You can also have a control in your skin like <control> <description>Placeholder</description> <type>image</type>...
I'm sure this is stupidly simple but I couldn't spot it in the wiki. Right now, my plugin is basically an image. Assuming in my...
Replies
2
Views
802
You're welcome. "Fortunately" I just recently got reported exactly the same problem and had to look for a solution ;-) (And no, unfortunately not a biker anymore since quite a long time ... maybe I'll restart next summer ...)
You're welcome. "Fortunately" I just recently got reported exactly the same problem and had to look for a solution ;-) (And no...
Using MP 1.3 RC1 using the [very] basic skin. Found out that the virtual keyboard has changed since 1.2.3 and I now have to do -...
Replies
3
Views
864
Its me again and i got some more questions... How can i select/deselect groups/items/subitems within an executed script? is there any possibility that only one subitem of a group can be selected inside the treeview section? can i use/access the standard treeview actions/classes of visual c#? thanks in advance :)
Its me again and i got some more questions... How can i select/deselect groups/items/subitems within an executed script? is there...
Hi guys, i am currently working on an MPE1 package für the AtmoLight process plugin. This plugin isnt available as MPE file and...
Replies
18
Views
2K
For any plugin developers in the room, I created an abstract class that can be extended to easily create a (semi) stand alone plugin launcher. I wrote this for the next Moving Pictures release but I figured others might find it useful as well so I abstracted things. Feel free to use this code. Or not. :)...
For any plugin developers in the room, I created an abstract class that can be extended to easily create a (semi) stand alone...
For any plugin developers in the room, I created an abstract class that can be extended to easily create a (semi) stand alone...
Replies
0
Views
899
Hope someone can help out. What we would like to do is automatically start time shifting all channels on our TV server i have used the Example 2 in the development wiki and modified it a bit and have been able to get a list of all the channels and then for each channel start time shifting it. The problem is that it will start time...
Hope someone can help out. What we would like to do is automatically start time shifting all channels on our TV server i have...
Hope someone can help out. What we would like to do is automatically start time shifting all channels on our TV server i have...
Replies
0
Views
2K
Recently I made my single-seat setup into a multi-seat setup and was having problems with the client-only machine locking on using the "Recorded TV" function. After a bit of FAQ / forum searching and some trial an error I realised the problem was the TV Client machine couldn't access the MySQL database. A additional firewall rule...
Recently I made my single-seat setup into a multi-seat setup and was having problems with the client-only machine locking on using...
Recently I made my single-seat setup into a multi-seat setup and was having problems with the client-only machine locking on using...
Replies
0
Views
880
Top Bottom