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

Working on your own plugin and got stuck? Post your codeing question here.
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
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
781
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
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
808
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
873
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
905
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
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
955
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
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
887
Hello, sorry for ask another time, but I try to analyse allready existig TVServer PlugIns and didn't find any probing or codebase methods to bind the assemblys for example TVDatabase.dll, etc. in C:\Program Files\Team MediaPortal\MediaPortal TV Server" from PlugIn folder. Please bring some light in my life! Thanks!
Hello, sorry for ask another time, but I try to analyse allready existig TVServer PlugIns and didn't find any probing or codebase...
Hello, now I finished the basic functionalities of my planned application and next I want to integrate this in MePo. I need some...
Replies
2
Views
804
He means that you should Run your app in separate thread to prevent GUI freezing I think.
He means that you should Run your app in separate thread to prevent GUI freezing I think.
I want to do something like this: Protected Overrides Sub OnPageLoad() MyBase.OnPageLoad()...
Replies
4
Views
972
Hello, if someone is searching a solution in future here is my code for a new recording: TvBusinessLayer layer = new TvBusinessLayer(); int preInterval = Int32.Parse(layer.GetSetting("preRecordInterval", "5").Value); int postInterval = Int32.Parse(layer.GetSetting("postRecordInterval", "5").Value); Schedule...
Hello, if someone is searching a solution in future here is my code for a new recording: TvBusinessLayer layer = new...
Hello, for my project I need to save some own datasets by an own class. This datasets must by read/write from my class and later by...
Replies
4
Views
1K
So, I don't know why but after copying the dll from my real HTPC to the devolopment maschine now it working. The problem occured also when I try to connect by TvBusinessLayer.dll. The reason should b because it also uses then Gentle.Framework. So now it works and thank you again.
So, I don't know why but after copying the dll from my real HTPC to the devolopment maschine now it working. The problem occured...
Hello, I try to realise my first MediaPortal Project and have an issue while coding the first lines. I will connect from a 3rd...
Replies
4
Views
1K
Awesome. Had the same problem. Your file fixed my problem too :) Thanks Jacob
Awesome. Had the same problem. Your file fixed my problem too :) Thanks Jacob
I try to compile the latest git master revision, but now for 2 or 3 days if i try to compile it dont generate the release.exe...
Replies
6
Views
2K
MP1 MP2 Plugin ID number DE
I think which plugin is started faster should work and other dont
I think which plugin is started faster should work and other dont
Hi! This maybe a silly question, but I have to ask :) I'm presently reading up on how to write a plugin, and in the example we...
Replies
1
Views
858
We are currently working on different things to bring Tve35 up-to-date. This includes also a merge with the master branch, but it's a bit complicated... When the result is ready we will tell you the right branch name, it could be that the existing ones get replaced then.
We are currently working on different things to bring Tve35 up-to-date. This includes also a merge with the master branch, but it's...
Hello, After reading the following thread:https://forum.team-mediaportal.com/threads/mp2-tv-server.104126/page-4 I am trying to...
Replies
45
Views
8K
Thnx a lot. It works now. Was the other version olny for Windows 8 ?
Thnx a lot. It works now. Was the other version olny for Windows 8 ?
I try to compile the latest git master revision, but now for 2 or 3 days if i try to compile it dont generate the release.exe...
Replies
2
Views
1K
My bad, sorry. Just did tests and looked at code. Seems like it is performing g_Player.OnAction() and no way to override it
My bad, sorry. Just did tests and looked at code. Seems like it is performing g_Player.OnAction() and no way to override it
Had the most odd experience yesterday, I was using the webbrowser plugin while listening to music in the background, and when I...
Replies
5
Views
1K
Haha, holidays will do that to you i guess.. ;) Coming back here after some time is only because the old mtn is still not working correctly in MP 1.2.3 and i couldn't find any info on whether thumbnailing will be fixed in 1.3.0. Good thing you made this i say :) Thanks alot for the quick work! I'll test it right away.Works like a...
Haha, holidays will do that to you i guess.. ;) Coming back here after some time is only because the old mtn is still not working...
All, Please find attached a "replacement" for the MTN.exe thumbnailer used by Mediaportal. Due to MTN being a dead project with...
Replies
166
Views
18K
That's what I thought, and doing :)
That's what I thought, and doing :)
Just started investigating the sources of the tvlibrary solution, and several projects (f.e. powerscheduler,tvservice,setuptv or...
Replies
2
Views
1K
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
34K
There is the following error in the tvservice.log
There is the following error in the tvservice.log
I'm trying to implement fix 0003736: Prevent duplicate recording logic is incorrect into the source for 1.2.2 Everything compile...
Replies
1
Views
1K
J
I can compile media portal just fine in SharpDevopler and VS Express, I just needed that plugin. Thank you for your help.
I can compile media portal just fine in SharpDevopler and VS Express, I just needed that plugin. Thank you for your help.
I downloaded the source code Media Portal so that I could evechully contribute to it. When I ran it I got the normal menu but no TV...
Replies
9
Views
2K
jamie marchant
J
At the moment this only works with OnlineVideos plugin I guess.
At the moment this only works with OnlineVideos plugin I guess.
I cannot seem to find a function/command that will start playing specified video from URL or file. Do something like that even...
Replies
1
Views
1K
MP1 MP2 Progress Bar DE
Hello, I am trying to make a progress bar work within my TV Management program, I gotten the XML file together and declared it within the C# code, but haven't gotten the actual code to work properly. I keep getting the error that "Value is not in the Mediaportal Library" string[] files = Directory.GetFiles(Read)...
Hello, I am trying to make a progress bar work within my TV Management program, I gotten the XML file together and declared it...
Hello, I am trying to make a progress bar work within my TV Management program, I gotten the XML file together and declared it...
Replies
0
Views
943
Thanks
Thanks
How exactly do I put my own custom icon within the Windows plugins configuration utility within Mediaportal so that my plugin...
Replies
2
Views
986
Who said you can only have one? :p
Who said you can only have one? :p
Hi, I'm a C# developer and I like to help, but I don't know how to get a member of the development team? I can't find any...
Replies
5
Views
1K
Hi there! I'm trying to make external grabber for MovPics and stucked with loading it. Only IPlugin interface is implemented in it. ISetupFormis not needed in this case I think. Generally to make plugin available I need to open MP configuration - > PLugins and click Save button. I did this many times without success. My first thought...
Hi there! I'm trying to make external grabber for MovPics and stucked with loading it. Only IPlugin interface is implemented in it...
Hi there! I'm trying to make external grabber for MovPics and stucked with loading it. Only IPlugin interface is implemented in it...
Replies
0
Views
1K
Besides that, you have to be aware of the fact that if you call a method or class which uses a type that is in the not-installed assembly, that method will generate an exception. So my solution is to put all references to that assembly in separate (private) methods, and put a try/catch around the invocation of those methods
Besides that, you have to be aware of the fact that if you call a method or class which uses a type that is in the not-installed...
I have been build the NotificationBar plugin which should be able for all other plugins to use. But now im stuck with an...
Replies
2
Views
2K
Top Bottom