The new release is out! It also contains a fix for this problem, thanks for reporting!
https://www.team-mediaportal.com/news/mediaportal-2-spring-of-16-release
The new release is out! It also contains a fix for this problem, thanks for reporting...
If I Start MP2 it crashes with this error
It started fine until i changed the time layout then i closed MP2 en then it won't...
Is there any news on this problem?
I still experience this on all my clients, when resuming from standby. Sometimes it takes very long until server connection is re-established...
Is there any news on this problem?
I still experience this on all my clients, when resuming from standby. Sometimes it takes very...
@MJGraf @FreakyJ @osre
There still seems to be issues with our used HttpServer and/or our CachedMultiSegmentHttpStream...
Hello Morpheus_xx,
That has solved my problem.
Thank you very much for your expert help: it is much appreciated.
BTW MP2 does seem to give better recording quality than Windows Media Center used to.
Cheers
Ralph
Hello Morpheus_xx,
That has solved my problem.
Thank you very much for your expert help: it is much appreciated.
BTW MP2 does...
I have recently discovered how to find the Radio EPG in MP2 by using the arrows<> top left of the TV EPG.
However, the grid...
Fixed
(with one minor exception: because channel logo is allocated by fanart image source already, the logo stays visible when channel name is cleared)
Fixed
(with one minor exception: because channel logo is allocated by fanart image source already, the logo stays visible when...
The title says it all I think.
Reproducible with latest dev and weekly 2014_12_19.
That looks great. I think the extensions class should be moved to a separate file and made public, since it's kind of a generic utility method rather than something internal to the HttpMessage. The byte[] optimization we can return to if performance is an issue :)
That looks great. I think the extensions class should be moved to a separate file and made public, since it's kind of a generic...
I concur - the UPnP thing has nothing to do with firewalls.
The message comes from here...
I fixed the disposal in this branch https://github.com/MediaPortal/MediaPortal-2/commits/FIX_ServiceRegistration_DTOR.
If you like to fix the "Block ServiceRegistration from trying to load new services in shutdown phase" issue you can do it in this branch.
I fixed the disposal in this branch https://github.com/MediaPortal/MediaPortal-2/commits/FIX_ServiceRegistration_DTOR.
If you like...
When I did the test yesterday I set MP2 Client to minimize.
I just went back onto my machine, opened up the minimized client and...
Fixed another issue: Stream was disposed on Stop, which is wrong because of:
Disposal of Stream should only happen if it was created by itself
Disposal must not happen in Stop() but in destructor
An example of 2nd case is: use MP in windowed mode, start playback, resize window -> ObjectDisposedException from the Output pin. Cause...
Fixed another issue: Stream was disposed on Stop, which is wrong because of:
Disposal of Stream should only happen if it was...
Yesterday I found a nasty issue: after switching the "DirectShow" instead of "DirectShowLib" to support the new StreamSource there...
ok, code is cleaned up and import test ran without problems for me. New test version attached - changes will be pushed to GitHub in a few minutes.
I have extended the LexicographicComparer in a way so that it supports different cultures. Currently, however, I still use InvariantCulture. Just wanted to make sure that it can be used...
ok, code is cleaned up and import test ran without problems for me. New test version attached - changes will be pushed to GitHub in...
Hi,
On alphabetical sorting capital letters are sorted before normal letters. This leads to some unnatural sorting orders:
In...
I just rebased your branch on dev, made some trivial code style changes (removing { } from one-line-statements) and sqashed all changes into one single commit.
The change was already included in recent test build, and will be in all further ones. Thanks again!
I just rebased your branch on dev, made some trivial code style changes (removing { } from one-line-statements) and sqashed all...
I'm attempting to use BitmapImageSource to improve rendering of images in my plugin but it doesn't appear to work properly in MPF...
The candidate branch was created by chefkoch and contained changes he considers to be merged into dev (after review).
I now took the missing commit into dev and delete the candidate branch.
The nuget question is better answered by chefkoch, for me it worked without issues in VS2013. But therefore I have other problems, I will create...
The candidate branch was created by chefkoch and contained changes he considers to be merged into dev (after review).
I now took...
Just compiled MP2 Client based on current dev. When trying to play an MP3 file, I get the following exception in the logs (full...
Exactly as expected. So no problem. The Transifex pull requires to have transifex configured on your machine, see also: http://wiki.team-mediaportal.com/2_MEDIAPORTAL_2/8_Contribute/Localization/Translation_Guide/Exception:_No_user_credentials_found_during_translation_download
that's why I added the new batch ....NoTransifex ;) So...
Exactly as expected. So no problem. The Transifex pull requires to have transifex configured on your machine, see also...
Hi
To build MP2-Setup.msi, put the content of the attached zip file in folder
xxx\MediaPortal\Build\BuildReport
run...
Just for documentation:
It would also be nice to create a new folder from within the browse folder dialog.
The possibilty to create a new folder as well the option to select files or folder only or both might need to be an configurable attribute for this setting type, which is being defined from the code / plugin which it belongs to...
Just for documentation:
It would also be nice to create a new folder from within the browse folder dialog.
The possibilty to create...
I need the user to configure a folder where he can save downloaded videos via OnlineVideos. Since we do everything inside the MP2...
Amazing!
Thanks a lot Morph! Just compiled, tested and confirmed working! And the helper is really a nice solution - now that I saw the Problem I remember that we already had this or a similar Problem...
Michael
Amazing!
Thanks a lot Morph! Just compiled, tested and confirmed working! And the helper is really a nice solution - now that I saw...
I think I found a bug in the MovieMetadataExtractor.
I store my movies as ISO-files. When I Import DVD-movie-ISOs all works as...
Ok, commited darker background to dev (and merged to WIP branch). Good thing is that the color also can be changed later to a better value: simply two color constants, not more. I love it :D
Ok, commited darker background to dev (and merged to WIP branch). Good thing is that the color also can be changed later to a...
Could we modify the colors within the single selection dialog for Titanium.
It's hard to read. ;)
Thank you for reporting this! It worked before, but the new implementation didn't consider missing images correctly. This issue is fixed now and will be part of upcoming Alpha 2 release.
"This behavior is by design" ;) This means the skinner can define which layout to use for which kind of content. I decided to use the "Panel...
Thank you for reporting this! It worked before, but the new implementation didn't consider missing images correctly. This issue is...
Hi guys,
Would like to quote you on what a good job you have been doing with MP2.
I have found a few bugs. It is within the...