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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 -...
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...
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...
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...
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...