Hibernate is not hidden in win 10 (X64) and, no need for google for me.
But it doesn't matter, fix was rejected...
PS : older owner of CBR928 during 25 years ;)
Hibernate is not hidden in win 10 (X64) and, no need for google for me.
But it doesn't matter, fix was rejected...
PS : older owner...
Hello there,
I just tested MP 2.2.2 for the first time.
I don't think I will switch from MP1 to MP2, because of no IRTRANS native...
I would like to know if shortcuts will finally be included in MP2.
From my sofá, I cannot use mouse but I do use keyboard (my remote was broken and I am not sure which remotes are compatible with MP2), so failing to incorporate this will probably means a downgrade to MP1, as MP2 keyboard usability is very poor. :(
Thanks and I hope it...
I would like to know if shortcuts will finally be included in MP2.
From my sofá, I cannot use mouse but I do use keyboard (my...
Not sure if I have done this correctly but here are 2 files that I added to allow MP2 to support default keyboard shortcuts. I used...
Hi.
Title says all. All those video extensions are not in the list of "known" video extensions, but they should, imho. Very easy to add and did not harm in any way, so we should do it.
A patched file is attached.
Hi.
Title says all. All those video extensions are not in the list of "known" video extensions, but they should, imho. Very easy to...
Hi.
Title says all. All those video extensions are not in the list of "known" video extensions, but they should, imho. Very easy to...
I created a new snapshot, it's available for download here: https://forum.team-mediaportal.com/threads/mediaportal-2-weekly-snapshot-2016-06-12.134567/
I created a new snapshot, it's available for download here...
Hi, this patch resolves a bug in SeriesTvDbMatcher. TryMatchEpisode doesn't updated the fields
- ImdbId
- TvdbId
- FirstAired
in...
It's a tricky one :confused:
MP1 uses left/right to exit so that's what existing users are used to, I'm not sure if using the back button is particularly intuitive but neither is being stuck in the list lol.
My original thought was to implement 'double tap' handling, e.g. when you're at the top of the list quickly double tapping up...
It's a tricky one :confused:
MP1 uses left/right to exit so that's what existing users are used to, I'm not sure if using the back...
Patch for supporting scrolling in a loop for stack/wrap panels, e.g. jump to bottom item if scrolling up and top item is selected...
For now I'd like to use the SharpDX.Vector2. The reason is, that I'm currently reworking the renderer to D2D. A global change would be better placed into (or after) this task.
Yes, good idea. Go for it.
For now I'd like to use the SharpDX.Vector2. The reason is, that I'm currently reworking the renderer to D2D. A global change would...
As my next contribution I wanted to look into seeking by clicking on the video progress bar.
As far as I seen it, the progress bar...
It's a good question, and before I answer it again, I wrote it into our wiki for reference: http://wiki.team-mediaportal.com/index.php?title=2_MEDIAPORTAL_2/8_Contribute/Development/Building_&_Compiling/Branches_in_MP2_repository,_what_goes_where?
It's a good question, and before I answer it again, I wrote it into our wiki for reference...
I want to do a little contribution, and I thought I start with an UI for...
I implemented the IMDB id lookup caching by using similar code which is already in TryMatch.
Changes are available in commit 326003cfad355a02d928c90c8f39edf8a41b43c8.
Within the pull request the changes can be reviewed in total.
I implemented the IMDB id lookup caching by using similar code which is already in TryMatch.
Changes are available in commit...
TheTvDb.com supports retrieving a series search result by a matching IMDB id...
IIRC it has been merged already.
Check these commits: https://github.com/MediaPortal/MediaPortal-2/compare/1ac9e465210502c57b8b6c375309e254dc693106...4d1a170104202298c6263843ea66eb2720c8dec5
IIRC it has been merged already.
Check these commits...
After doing the News plugin I noticed that some pixels at the bottom of a Label are always clipped away when it is just a single...
I've set the path itself to "rejected", because it was not used directly. Albert did rework the CustomAction so the auto attach issue is fixed.
But one problem remains in this part, that the action does not use/find the proper localization: http://mantis.team-mediaportal.com/view.php?id=3816
I've set the path itself to "rejected", because it was not used directly. Albert did rework the CustomAction so the auto attach...
Please, find attached patch to fix setup auto attachement custom action.
Cheers.
Smeulf.
Hi,
Based on LATM-AAC codec selection done by Morpheus_xx, here is the AAC codec selection.
It's important to me in order to play HD recorded TV, because I have to set specificly the DivX AAC codec to listen the sound correctly.
Comments are welcome :)
Cheers.
Smeulf.
[Edit ] 11/25/2011 : Updated patch to match...
Hi,
Based on LATM-AAC codec selection done by Morpheus_xx, here is the AAC codec selection.
It's important to me in order...
Hi,
Based on LATM-AAC codec selection done by Morpheus_xx, here is the AAC codec selection.
It's important to me in order...
In weatherstates.wml, there is I think a mistake :
<WorkflowState Id="44E1CF89-66D0-4850-A076-E1B602432983" Name="Weather" MainScreen="Weather"
DisplayLabel="Weather" WorkflowModel="92BDB53F-4159-4dc2-B212-6083C820A214"/> <!-- Weather Model -->
should be
<WorkflowState Id="44E1CF89-66D0-4850-A076-E1B602432983" Name="Weather"...
In weatherstates.wml, there is I think a mistake :
<WorkflowState Id="44E1CF89-66D0-4850-A076-E1B602432983" Name="Weather"...
In weatherstates.wml, there is I think a mistake :
<WorkflowState Id="44E1CF89-66D0-4850-A076-E1B602432983" Name="Weather"...
AW: VideoPlayer should only use IResourceAccessor instead of ILocalFsResourceAccessor
As just discussed in IRC, I'll reject this patch because it doesn't solve the actual problem.
AW: VideoPlayer should only use IResourceAccessor instead of ILocalFsResourceAccessor
As just discussed in IRC, I'll reject this...
Currently VideoPlayer has a hardcoded reference as field to ILocalFsResourceAccessor. I think it can just just the base interface...