When using a DPI setting higher than 100% in Windows, then buttons of an MPEI package are not shown and the user can not install the extension.
http://mantis.team-mediaportal.com/view.php?id=3569
Open the issue in Mantis...
When using a DPI setting higher than 100% in Windows, then buttons of an MPEI package are not shown and the user can not install...
When using a DPI setting higher than 100% in Windows, then buttons of an MPEI package are not shown and the user can not install...
add Version Check support as introduced in 1.2.0 Alpha to the MediaPortal Extensions Installer.
http://mantis.team-mediaportal.com/view.php?id=3570
Open the issue in Mantis...
add Version Check support as introduced in 1.2.0 Alpha to the MediaPortal Extensions Installer...
add Version Check support as introduced in 1.2.0 Alpha to the MediaPortal Extensions Installer...
WinTV CI tuner assignment doesn't work properly. There are two parts to this problem:
1. It is tricky to assign the CI to the right tuner because the assignment doesn't seem to want to stick (or it sticks, but to the wrong tuner). You make the assignment and come back to the tab and the wrong tuner (or no tuner at all) will be...
WinTV CI tuner assignment doesn't work properly. There are two parts to this problem:
1. It is tricky to assign the CI to the...
WinTV CI tuner assignment doesn't work properly. There are two parts to this problem:
1. It is tricky to assign the CI to the...
When tuning a channel try and spend a few seconds looking closely at TV OSD.
fyi: TV OSD => when in fullscreen hit the "y" key.
You will notice that the text (property placeholder) for next EPG channel will occassionally change between No-EPG and the real EPG info.
This can be seen as flickering text in the OSD.
The same problems...
When tuning a channel try and spend a few seconds looking closely at TV OSD.
fyi: TV OSD => when in fullscreen hit the "y" key...
When tuning a channel try and spend a few seconds looking closely at TV OSD.
fyi: TV OSD => when in fullscreen hit the "y" key...
The Tv MiniGuide loads programs (now and next) from the tv database with a query constructed in TvBusinessLayer. The query is a series of select statements in a union to form the result set. On Windows there are several limitations that may prevent the opening of a number of large table simultaneously (see...
The Tv MiniGuide loads programs (now and next) from the tv database with a query constructed in TvBusinessLayer. The query is a...
The Tv MiniGuide loads programs (now and next) from the tv database with a query constructed in TvBusinessLayer. The query is a...
If you unpause video outside of full screen (from GUI) window.ispauseosdvisible will still be evaluated as TRUE.
This makes it impossible in the following use case: when skins use same progress bar for both OSD and pause OSD (not the case in Default skins).
http://mantis.team-mediaportal.com/view.php?id=3565
Open the issue in Mantis...
If you unpause video outside of full screen (from GUI) window.ispauseosdvisible will still be evaluated as TRUE.
This makes it...
If you unpause video outside of full screen (from GUI) window.ispauseosdvisible will still be evaluated as TRUE.
This makes it...
The root problem is that thumb loading is blocking main thread, especially in cases where big steps / moves are done, requiring too many thumbs loaded in a short time.
We can work around this by
1. not rising flowspeed when rendering slows down
2. "jump nearer" to the destination card (set to twice the pagesize), thus animating less...
The root problem is that thumb loading is blocking main thread, especially in cases where big steps / moves are done, requiring too...
The root problem is that thumb loading is blocking main thread, especially in cases where big steps / moves are done, requiring too...
When order is ascending, sort button is actually showing descending image and vice versa.
http://mantis.team-mediaportal.com/view.php?id=3563
Open the issue in Mantis...
When order is ascending, sort button is actually showing descending image and vice versa...
When order is ascending, sort button is actually showing descending image and vice versa...
Number of properties are cleared on window initialization - for a reason. It misses clearing of #facadeview.layout.
Some windows do not use facades and number of conditions facadeview.* will evaluate to previous state (it might be left over from previous window for example).
http://mantis.team-mediaportal.com/view.php?id=3561
Open...
Number of properties are cleared on window initialization - for a reason. It misses clearing of #facadeview.layout.
Some windows...
Number of properties are cleared on window initialization - for a reason. It misses clearing of #facadeview.layout.
Some windows...
After this control moves (position X or Y are updated), positions of left image and right image do not update and still hold initial values and are shown on screen not in sync with current control position.
This can be observed if plugin moves this control or if skins use the new auto align feature in StackLayout. StackLayout then...
After this control moves (position X or Y are updated), positions of left image and right image do not update and still hold...
After this control moves (position X or Y are updated), positions of left image and right image do not update and still hold...
TimePassed calculates the delta time with "float" type - thus restricted to accuracy of 7 digits. This if enoug for the accuracy of the return value, but by far not enough, when using the current timestamp - after PC is started, it is still "almost fine" - after some hours, the resulting jitter due to missing digits behind the comma...
TimePassed calculates the delta time with "float" type - thus restricted to accuracy of 7 digits. This if enoug for the accuracy of...
TimePassed calculates the delta time with "float" type - thus restricted to accuracy of 7 digits. This if enoug for the accuracy of...
This feature introduced in 120Alpha because of managing fanart doesn't look very good on some movie titles.
Feature will be removed because new version of fanart handler now properly handles forbidden characters from selected items labels
http://mantis.team-mediaportal.com/view.php?id=3559
Open the issue in Mantis...
This feature introduced in 120Alpha because of managing fanart doesn't look very good on some movie titles.
Feature will be...
This feature introduced in 120Alpha because of managing fanart doesn't look very good on some movie titles.
Feature will be...
When identifying whether files have changed we compare the current time with the modified date of the file.
The modified date is being set as UTC where as the current time is being set as local time.
This means that it is possible to change a file, run a scan and not have that file picked up for import...
When identifying whether files have changed we compare the current time with the modified date of the file.
The modified date is...
When identifying whether files have changed we compare the current time with the modified date of the file.
The modified date is...
Support for some hardware is broken in 1.2.0a and 1.2.0b. Potentially:
- Conexant
- Genpix
- WinTV CI with DVB-T/DVB-C tuners
It is caused by a bug in the new support for Digital Devices hardware.
http://mantis.team-mediaportal.com/view.php?id=3556
Open the issue in Mantis...
Support for some hardware is broken in 1.2.0a and 1.2.0b. Potentially:
- Conexant
- Genpix
- WinTV CI with DVB-T/DVB-C tuners
It...
Support for some hardware is broken in 1.2.0a and 1.2.0b. Potentially:
- Conexant
- Genpix
- WinTV CI with DVB-T/DVB-C tuners
It...
Unable to switch between hybrid card tuners more than twice if there is an analog tuner in the hybrid card. Switching to the analog tuner for the second time fails with a null reference exception because the tuner device has been disposed and set to null.
http://mantis.team-mediaportal.com/view.php?id=3554
Open the issue in Mantis...
Unable to switch between hybrid card tuners more than twice if there is an analog tuner in the hybrid card. Switching to the analog...
Unable to switch between hybrid card tuners more than twice if there is an analog tuner in the hybrid card. Switching to the analog...
When you lookup data using Show Info (Yellow button on remote or F3 key) it resets itemcount and thus itemtype to null or blank, so in some skins itemtype changes to 'items', or there is no display for itemcount and itemtype until you exit the current Music View Level.
This is especially important as #itemtype is the main property...
When you lookup data using Show Info (Yellow button on remote or F3 key) it resets itemcount and thus itemtype to null or blank, so...
When you lookup data using Show Info (Yellow button on remote or F3 key) it resets itemcount and thus itemtype to null or blank, so...
Setting the imageFolderFocus on the thumbnailpanel works fine If you don't have zoomXPixels or zoomYPixels higher than 0. In that case the imageFolderFocus is rendered on TOP of the thumbnail while without zoom it is correctly rendered below (z wise).
http://mantis.team-mediaportal.com/view.php?id=3552
Open the issue in Mantis...
Setting the imageFolderFocus on the thumbnailpanel works fine If you don't have zoomXPixels or zoomYPixels higher than 0. In that...
Setting the imageFolderFocus on the thumbnailpanel works fine If you don't have zoomXPixels or zoomYPixels higher than 0. In that...
In fadelabels, when text overflows, it is possible for the skinner to set the text to fade-in before it starts scrolling. This fade-in however is only applied to the text itself and not to its shadow.
http://mantis.team-mediaportal.com/view.php?id=3549
Open the issue in Mantis...
In fadelabels, when text overflows, it is possible for the skinner to set the text to fade-in before it starts scrolling. This...
In fadelabels, when text overflows, it is possible for the skinner to set the text to fade-in before it starts scrolling. This...
1. If the item text is wider than control itself and text is currently scrolling, fade animations are not processed correctly
1. If you use shadows in listcontrol, they aren't applied to selected item IF item text is wider than control itself (text needs to scroll)
http://mantis.team-mediaportal.com/view.php?id=3550
Open the issue...
1. If the item text is wider than control itself and text is currently scrolling, fade animations are not processed correctly
1. If...
1. If the item text is wider than control itself and text is currently scrolling, fade animations are not processed correctly
1. If...
Plugins can now (from 1.2 Beta) set custom text to Yes and No buttons. Button text will be reset to default values when dialog is closed. But this happens before window is hidden from users so any pending animations will be executed with default button text instead of changed button text...
Plugins can now (from 1.2 Beta) set custom text to Yes and No buttons. Button text will be reset to default values when dialog is...
Plugins can now (from 1.2 Beta) set custom text to Yes and No buttons. Button text will be reset to default values when dialog is...
Currently #itemtype skin property is set to the view level name defined in the view definition. If you have an index page for say album artists (the A-Z grouped level) then this will return "album artist"
This will change #itemtype to return localised version of "groups" instead.
http://mantis.team-mediaportal.com/view.php?id=3548...
Currently #itemtype skin property is set to the view level name defined in the view definition. If you have an index page for say...
Currently #itemtype skin property is set to the view level name defined in the view definition. If you have an index page for say...
See this page for discussion
https://forum.team-mediaportal.com/skins-plugins-installer-mpei-212/extension-installer-v2-71542/index23.html [^]
http://mantis.team-mediaportal.com/view.php?id=3547
Open the issue in Mantis...
https://forum.team-mediaportal.com/mediaportal-1-2-0-beta-540/play-all-selected-folder-option-not-visible-mapped-network-drive-95981/ [^]
http://mantis.team-mediaportal.com/view.php?id=3546
Open the issue in Mantis...
Better search string handling to reduce conflicts and actors on movie refresh/scrape.
http://mantis.team-mediaportal.com/view.php?id=3545
Open the issue in Mantis...
Better search string handling to reduce conflicts and actors on movie refresh/scrape...
Better search string handling to reduce conflicts and actors on movie refresh/scrape...
Upon refreshing video info for movie MP crashes when try to download Fanart.
Missing condition for Strings.Unknown causing jump to a wrong fanart get method.
http://mantis.team-mediaportal.com/view.php?id=3544
Open the issue in Mantis...
Upon refreshing video info for movie MP crashes when try to download Fanart.
Missing condition for Strings.Unknown causing jump to...
Upon refreshing video info for movie MP crashes when try to download Fanart.
Missing condition for Strings.Unknown causing jump to...
When importing recordings with setup there is a button to change the channel associated with the recording (useful if the channel name has changed since recording was made) but pressing this button results in a pop up of
Changing the recording's channel failed:
The parameter frm was null (not allowed here)...
When importing recordings with setup there is a button to change the channel associated with the recording (useful if the channel...
When importing recordings with setup there is a button to change the channel associated with the recording (useful if the channel...
Previously, when doing refresh from Movie info screen, filename was used for search string. In 1.2.0 Alpha this was changed so Imdb movie id is used if it is available for fast refresh. This can fail if movie web site can't search by this id so user needs to manually type search string. This is not so user friendly...
Previously, when doing refresh from Movie info screen, filename was used for search string. In 1.2.0 Alpha this was changed so Imdb...
Previously, when doing refresh from Movie info screen, filename was used for search string. In 1.2.0 Alpha this was changed so Imdb...
Enabling and disabling channels from the main TV and radio channel lists works, but neither enabling or disabling work from the channel groups tabs.
http://mantis.team-mediaportal.com/view.php?id=3541
Open the issue in Mantis...
Enabling and disabling channels from the main TV and radio channel lists works, but neither enabling or disabling work from the...
Enabling and disabling channels from the main TV and radio channel lists works, but neither enabling or disabling work from the...