They is Ubuntu TV will run on arm and x86. Would be nice to see a arm version of mediapotal one day.. Windows 8 is runing on arm now and imac is droping x86 at the end of the year for arm.
They is Ubuntu TV will run on arm and x86. Would be nice to see a arm version of mediapotal one day.. Windows 8 is runing on arm...
This thread is the first step in my plan to port MediaPortal to Linux.
This is not theoretical issue, so I suggest that all...
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...
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...
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...
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...
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...
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...
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...
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...
Hi,
I'm currently writing a simple plugin that will trigger an action when the 'return' key is pressed while playing a video. Everything works fine, except when a menu is on (ie: after pressing F9). Indeed, in that case, I don't want my event to be triggered, even if I press 'return'.
Is there any way to know if an OSD menu is...
Hi,
I'm currently writing a simple plugin that will trigger an action when the 'return' key is pressed while playing a video...
Hi,
I'm currently writing a simple plugin that will trigger an action when the 'return' key is pressed while playing a video...