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

Working on your own plugin and got stuck? Post your codeing question here.
  • Locked
Just install 1.29 Final, and get the actual scripts from him. Or try to update the scripts from the configurator (I think I updated them)... :) :whistle: :coffee:
Just install 1.29 Final, and get the actual scripts from him. Or try to update the scripts from the configurator (I think I updated...
Sometime ago I reported a bug in the Configuration application where a lookup displayed as follows: This occured for me when...
Replies
12
Views
2K
It's ok I have sorted it now code was fine I had a corrupt installation, reinstalled and all works fine now.
It's ok I have sorted it now code was fine I had a corrupt installation, reinstalled and all works fine now.
Hi All, Developing a TVServer Plugin, but get the following when attempting to run: PluginManager: TvEngine.TVHController is...
Replies
1
Views
1K
So I could only solve that second issue by starting the EXE from explorer and then attaching the debugger from Visual Studio.
So I could only solve that second issue by starting the EXE from explorer and then attaching the debugger from Visual Studio.
How can I enable video playback in debug mode? It works just fine when running an installed version of MP. I get the following error:
Replies
31
Views
6K
Thanks for this clearance. I didn't like to stop the TvService manually for replacing the plugin dll, but meanwhile I made a batch script that stops it automatically before building. And, inspired from your description ;), I made a second script that copies the required files to the install directory.
Thanks for this clearance. I didn't like to stop the TvService manually for replacing the plugin dll, but meanwhile I made a batch...
Hi folks, I'd like to write a plugin for the TvServer and be able to debug it. I'm using the latest stable SharpDevelop and I'm...
Replies
2
Views
1K
The MSBUILD_Rebuild_All_MediaPortal_Release.bat and the MSBUILD_Rebuild_All_MediaPortal_Debug.bat will generate an installer for MP and for TvServer in MediaPortal-1\Release\ directory. It is enough for internal usage. If you want to create a full installer with deploy tool, you need to run the...
The MSBUILD_Rebuild_All_MediaPortal_Release.bat and the MSBUILD_Rebuild_All_MediaPortal_Debug.bat will generate an installer for MP...
Hi All, I'm attempting to get my dev machine running with an install of MP. I previously would install the latest build from teh...
Replies
3
Views
1K
Hi All, I've built a plugin and an installer using the MPEMaker. It works fine on my dev box that hosts the MP1 codebase and a 1.7 Pre-Release version installed. I can configure the plugin and view it in MP. When I come to using on my production box (my living room) which has a fairly clean install of 1.7 Pre, the installer works...
Hi All, I've built a plugin and an installer using the MPEMaker. It works fine on my dev box that hosts the MP1 codebase and a 1.7...
Hi All, I've built a plugin and an installer using the MPEMaker. It works fine on my dev box that hosts the MP1 codebase and a 1.7...
Replies
0
Views
1K
Thanks for the link - the TvPlugin was exactly what I was looking for. I couldn't find it cause I assumed it was part of the MediaPortal UI solution. Between the TvPlugin code and the GUIVideos plugin code - I should have enough now to go on to cobble together something. The SetGentleCOnfigFile method was what I needed to get it...
Thanks for the link - the TvPlugin was exactly what I was looking for. I couldn't find it cause I assumed it was part of the...
Hi All, I'm very new to MP - moving from WMC. I'd like to create a visual plugin that works a lot like the Movie Guide, displays a...
Replies
5
Views
1K
Thanks for that - I had seen it, but it seemed applicable to IMDB only whereas the grabber dialog in MP Config allows a choice from several different (non-IMDB) grabbers. Would I be right in thinking then that the original grabber implementation was for IMDB originally, but expanded out to other implementations but as existing...
Thanks for that - I had seen it, but it seemed applicable to IMDB only whereas the grabber dialog in MP Config allows a choice from...
Hi All, Hopefully I'm on the right track - I would like to write a plugin that consumes the grabbers that are defined in the Video...
Replies
2
Views
854
MP1 MP2 [solved] Local DB DE
I didn't know I needed the TVServer - being new to the MP codebase, I wasn't to know that listings and schedules are managed by the TV server. I suspected that I would ultimately install on my dev box to fully configure. Thanks for your help.
I didn't know I needed the TVServer - being new to the MP codebase, I wasn't to know that listings and schedules are managed by the...
Hi, I was hoping that I could get some advice on my local development setup. I am at the point where my development box has the...
Replies
6
Views
2K
TortoiseGit managed to get everything down 2GB - seems to split up the requests as one of the last objects was 1GB+. Got everything building now - don't you just love NuGet.... Shame there isn't a directx nuget! Thanks for your help.
TortoiseGit managed to get everything down 2GB - seems to split up the requests as one of the last objects was 1GB+. Got...
Hi All, I'm new to MP and GitHub. I've done what I think is right but get consistent timeouts when cloning my fork down to my local...
Replies
5
Views
1K
Top Bottom