AW: Encoding problem with MP2
hi,
thanks for reporting. the first part I can check.
the second problem could be related the the chosen font for the default skin. if it has no unicode support, MP2 can't show the characters properly (IIRC there was a similiar thread already). you might try to modify the default skin config to use...
AW: Encoding problem with MP2
hi,
thanks for reporting. the first part I can check.
the second problem could be related the the...
1. When I try to compile MP2 from github, two files "MediaPortal.UI.Players.Video.Subtitles.TextConversion" and...
AW: Re: MediaPortal2 : uPNP, DNLA ?
Hi longkerdandy,
we're always looking for good devs for MP2.
MP2 already contains a UPnP library which provides the UPnP infrastructure components. Based on that components, UPnP devices and services can easily be developed. I plan to add UPnP/AV support, but it needs time to implement that...
AW: Re: MediaPortal2 : uPNP, DNLA ?
Hi longkerdandy,
we're always looking for good devs for MP2.
MP2 already contains a...
Hi everyone,
I was wondering : does MP2 will be "standard" compatible. I mean, it seems the uPNP library is "MP specific". I...
AW: Can't set breakpoints anymore
Normally, those breakpoints in code where the symbols are not loaded yet are no problem.
When you run a project when breakpoints are set anywhere, VS checks, if the code compiled from the sources where your breakpoints where set, is loaded. All "standard" dlls, which are directly referenced by the...
AW: Can't set breakpoints anymore
Normally, those breakpoints in code where the symbols are not loaded yet are no problem.
When...
Sorry guys, I have to prove once more that I'm a noob in programming...
Since last night, I can't set breakpoints anymore. What...
Hi guys,
I renamed/restructured some directories/projects and classes in MediaPortal 2.
The name of project MediaPortal.Core is now MediaPortal.Common
The new name of solution folder System is now Core
The name of IMediaProvider is now IResourceProvider. All related names were also changed.
The new naming and structure...
Hi guys,
I renamed/restructured some directories/projects and classes in MediaPortal 2.
The name of project MediaPortal.Core...
Hi guys,
I renamed/restructured some directories/projects and classes in MediaPortal 2.
The name of project MediaPortal.Core...
I have made a bit of progress - but I was sidetracked (slightly - 7 months :ooops:) by Tourettes asking a timestamping question. I think we're just about finished with the timestamps now...
I have made a bit of progress - but I was sidetracked (slightly - 7 months :ooops:) by Tourettes asking a timestamping question. I...
There was already some talk with davidf about a new string management tool. But I guess I should make development talk more public...
AW: MP2 - Development Suggestion - Web Configuration Interface
Very short answer:
MP2 is designed to provide several ways of configuration. The config engine provides all configuration settings to the system and it provides an API to read/set/upate the settings. A config program only needs to access that config API. Currently, we...
AW: MP2 - Development Suggestion - Web Configuration Interface
Very short answer:
MP2 is designed to provide several ways of...
Hello all in MP2 land (I have never ventured here before)...
I submitted a development suggestion within the MP1 forum, and they...
AW: [Idea] Notifications handler plugin
Hi PhilosopherKing,
the INotificationService is a C#-Interface and the corresponding service instance can be received by calling ServiceRegistration.Get<INotificationService>(). The service is not exposed to the "outer world". But it is not difficult to write a plugin which adds a new UPnP...
AW: [Idea] Notifications handler plugin
Hi PhilosopherKing,
the INotificationService is a C#-Interface and the corresponding...
Hi guys!
I know that you are currently working really hard on making MP 2 as stable as possible before the first alpha version...
Thanks again. If I might make a suggestion, sageTV has (well had I guess now that google took them over) an interesting model where developers can write software "extenders" that provide the actual TV content to sagetv to render and accept generic things like channel change commands and update sageTV with EPG information. I think it...
Thanks again. If I might make a suggestion, sageTV has (well had I guess now that google took them over) an interesting model...
First of all I'm excited about this project!
Secondly, I did look around on the Wiki for information on this before I posted :)...
Hi Albert,
Thanks for your answer. I think I found the right classes - MetaDataExtractor would be right for me, since I want to import picasa information into the MP db and allow browsing by that information.
I have a attached a crude datamodel (forgive the crows feet, they are handpainted ;) )
And I would like to setup the...
Hi Albert,
Thanks for your answer. I think I found the right classes - MetaDataExtractor would be right for me, since I want to...
Hi Team,
I have wandered a bit through the wiki and even endevored to look into the code documentation, but I miss one...
Re: AW: What Next
Often, to improve or recode a feature in MP1 it would require taking most of the core apart and starting pretty much from scratch anyway. This would still leave legacy parts of the system intact, like communication interfaces between modules. This would not be a good thing long term. To change some fundamental...
Re: AW: What Next
Often, to improve or recode a feature in MP1 it would require taking most of the core apart and starting pretty...
I will keep this as simple as i can
I raised a feature request last year, and someone told me it would be in media Portal 2 ( I...
there is code that can be re-used, but the framework of the TVServer will need to be re-written as there are things that it just cannot do without significan changes. I think the idea would be to make it more modular, so new turning methods or EPG systems can be integrated more easily, for example.
The guys working on the Sky UK...
there is code that can be re-used, but the framework of the TVServer will need to be re-written as there are things that it just...
Hi all!
Welcome to the current MP2 development status.
The last weeks, I didn't do so much for MP2 because 1) I have very much...
You cannot implement all the required stuff just by using the C# (even with DirectShow.NET). All directshow based components are better to be left to be implemented with C++ (even for performance reasons). Graph controlling etc. can be implemented as C# code.
You cannot implement all the required stuff just by using the C# (even with DirectShow.NET). All directshow based components are...
Hi
i' ve seen that your dshowhelper is written in c++. Why you don't use directshow lib from this side DirectShow.NET.
Are...
I am the manager of the WHS group on Linkedin, so I get to keep up with WHS and all of it's variations ( including Vail).
I am glad this is not just for WHS, as the Drive Extender has been discontinued, and will be replaced with some form of raid. WHS V1 will be discontinued in a few years. This has thrown the WHS community into...
I am the manager of the WHS group on Linkedin, so I get to keep up with WHS and all of it's variations ( including Vail).
I am glad...
Maybe I'm to nosy, but I'm really interested in this topic :p
As far as I know Morpheus is currently working on a SlimTvClient...
Emulation would be too slow to handle the directshow filter code. So, only way would be that MS provides possibility to compile all the c++ code to arm as well (it might for example happen that directshow is not supported on ARM at all).
Emulation would be too slow to handle the directshow filter code. So, only way would be that MS provides possibility to compile all...
Microsoft just demonstrated Windows 7 running on ARM, it's only a tech preview, and it's more of a Windows 8 thing then Windows 7...
AW: directx error
glenn, as MP2 is set to run on Win7, we don't officially support Vista.
But I also tried to run it on my HTPC which is still on Vista x64; it doesn't work here either. If you get it running on your Vista system, please tell me what you had to do to run it without errors. As far as I know, currently, there is no...
AW: directx error
glenn, as MP2 is set to run on Win7, we don't officially support Vista.
But I also tried to run it on my HTPC...
Hi,
If I start mp 2 client (server is working fine), I get an directx error wich crashes mp.
Does someone now what's wrong...
AW: Re: MP2 Source and Building
Thanks very much! But I think it is not much work since the tool was working well. I guess I only forgot to update the reference to a core project. It's more work for me to include a patch for that than doing it myself :-) I'll have a look at it tonight.
AW: Re: MP2 Source and Building
Thanks very much! But I think it is not much work since the tool was working well. I guess I...
Greetings and Happy New Years to everyone :)
I am starting to take a look at MP2 and the source and I am running into a few odd...
AW: Configuration - Little mistake in the example?
Hi Henning,
you're absolutely right, the example was wrong in that aspect. I changed the type returned by SettingsObjectType in that example to MySettings.
Thank you!
AW: Configuration - Little mistake in the example?
Hi Henning,
you're absolutely right, the example was wrong in that aspect. I...
Hi!
While reading example 1 in this wiki-article about configuration in MP2 I wonder whether the type returned by the property...
AW: Re: AW: Progress: MP 2 development status - 2010-12-30 and happy new year!
I guess that was no accusation, only a simple statement. It's all open and freely available, so why shouldn't the public know what we're doing? So no worries :-)
AW: Re: AW: Progress: MP 2 development status - 2010-12-30 and happy new year!
I guess that was no accusation, only a simple...
Here comes a last, short progress report from the MP2 team in 2010.
We're not sleeping, quite the contrary. There are huge...