Bugtracker Feed (45 Viewers)

Follow our Mantis Bugtracker via RSS
Null Reference exception is possible http://mantis.team-mediaportal.com/view.php?id=3446 Open the issue in Mantis...
Null Reference exception is possible http://mantis.team-mediaportal.com/view.php?id=3446 Open the issue in Mantis...
Null Reference exception is possible http://mantis.team-mediaportal.com/view.php?id=3446 Open the issue in Mantis...
Replies
0
Views
589
This is to investigate why recordings sometimes do not stop. This appears to be an issue between C# and C++ code http://mantis.team-mediaportal.com/view.php?id=3445 Open the issue in Mantis...
This is to investigate why recordings sometimes do not stop. This appears to be an issue between C# and C++ code...
This is to investigate why recordings sometimes do not stop. This appears to be an issue between C# and C++ code...
Replies
0
Views
484
When individual episodes of a schedule are deleted an entry is added to the canceledschedule table. Currently these entries are never cleared down. These entries are only required so the service knows the episode has been cancelled and does not record it therefore any records in the past are not needed and should be deleted...
When individual episodes of a schedule are deleted an entry is added to the canceledschedule table. Currently these entries are...
When individual episodes of a schedule are deleted an entry is added to the canceledschedule table. Currently these entries are...
Replies
0
Views
536
If the option to skip eisodes that have already been recorded is set this can cause TV service to crash http://mantis.team-mediaportal.com/view.php?id=3443 Open the issue in Mantis...
If the option to skip eisodes that have already been recorded is set this can cause TV service to crash...
If the option to skip eisodes that have already been recorded is set this can cause TV service to crash...
Replies
0
Views
597
For testing of 1.2.0 beta's and rc's we need to have the default log verbosity set to "debug". With the release of 1.2.0 final we will change it to "information". http://mantis.team-mediaportal.com/view.php?id=3441 Open the issue in Mantis...
For testing of 1.2.0 beta's and rc's we need to have the default log verbosity set to "debug". With the release of 1.2.0 final we...
For testing of 1.2.0 beta's and rc's we need to have the default log verbosity set to "debug". With the release of 1.2.0 final we...
Replies
0
Views
678
For MediaPortal 1.2.0 final, we nolonger need to have "debug" as default logverbosity. Change it to "information" http://mantis.team-mediaportal.com/view.php?id=3442 Open the issue in Mantis...
For MediaPortal 1.2.0 final, we nolonger need to have "debug" as default logverbosity. Change it to "information"...
For MediaPortal 1.2.0 final, we nolonger need to have "debug" as default logverbosity. Change it to "information"...
Replies
0
Views
820
With the release of 1.1.2 and 1.1.3 some users had problems where their TVserver was not properly updated. It seems that during 1.2.0alpha testing, the cause of this was fixed (TVService not being stopped cleanly). However, this will still affect users updating from earlier versions...
With the release of 1.1.2 and 1.1.3 some users had problems where their TVserver was not properly updated. It seems that during...
With the release of 1.1.2 and 1.1.3 some users had problems where their TVserver was not properly updated. It seems that during...
Replies
0
Views
576
On rare occasions powerscheduler does not wake up the PC when recordings are due. After having this problem three times in a week I decided to investigate it and I think I found the reason. One of the last steps done before suspend is setting spawning a new thread. This thread aborts the old thread, sets the timer and then waits for...
On rare occasions powerscheduler does not wake up the PC when recordings are due. After having this problem three times in a week I...
On rare occasions powerscheduler does not wake up the PC when recordings are due. After having this problem three times in a week I...
Replies
0
Views
598
Problem reported on a Norwegian forum: When grabbing EPG with WebEPG a browser id is used & the one used now it's MSIE6 which is now banned on several sites including where Norwegian grabbers takes it's data from, this results in wrong data.. http://mantis.team-mediaportal.com/view.php?id=3438 Open the issue in Mantis...
Problem reported on a Norwegian forum: When grabbing EPG with WebEPG a browser id is used & the one used now it's MSIE6 which is...
Problem reported on a Norwegian forum: When grabbing EPG with WebEPG a browser id is used & the one used now it's MSIE6 which is...
Replies
0
Views
575
TvServer is unable to handle alternate configurations (an additional IP) of IPv4. Usecase: - 1 NIC - local network + VPN - Main IP: i.e. 192.168.10.10 - Alternate Configuration IP: 10.0.0.10 - Streaming IP: 192.168.10.10 - TV-Server configured on all clients as: 192.168.10.10 Multiseat breaks on all clients as soon as 10.0.0.10 is...
TvServer is unable to handle alternate configurations (an additional IP) of IPv4. Usecase: - 1 NIC - local network + VPN - Main...
TvServer is unable to handle alternate configurations (an additional IP) of IPv4. Usecase: - 1 NIC - local network + VPN - Main...
Replies
0
Views
630
When mantis 3276 was committed (http://mantis.team-mediaportal.com/view.php?id=3276 [^]) (revision 27346), the event handlers for controls in Direct Input section of Config were removed, therefore nothing works there. http://mantis.team-mediaportal.com/view.php?id=3436 Open the issue in Mantis...
When mantis 3276 was committed (http://mantis.team-mediaportal.com/view.php?id=3276 [^]) (revision 27346), the event handlers for...
When mantis 3276 was committed (http://mantis.team-mediaportal.com/view.php?id=3276 [^]) (revision 27346), the event handlers for...
Replies
0
Views
594
MyRecordings needs some code optimizations since it is very slow on large collection of TV recordings. http://mantis.team-mediaportal.com/view.php?id=3435 Open the issue in Mantis...
MyRecordings needs some code optimizations since it is very slow on large collection of TV recordings...
MyRecordings needs some code optimizations since it is very slow on large collection of TV recordings...
Replies
0
Views
517
we have a lot of clientside polling going on, where in fact in would be more useful to have the serverside code notify the client on certain events. the main benefits are: less complex client code. better performing client code. less cpu utilization on both client as well on server...
we have a lot of clientside polling going on, where in fact in would be more useful to have the serverside code notify the client...
we have a lot of clientside polling going on, where in fact in would be more useful to have the serverside code notify the client...
Replies
0
Views
493
This patch resolves watched status for stacked video files for both share and database view. Problem was in calculation for total duration of stacked video. Now MP knows before play for those files, total duration and can accurately calculate watch status. http://mantis.team-mediaportal.com/view.php?id=3433 Open the issue in Mantis...
This patch resolves watched status for stacked video files for both share and database view. Problem was in calculation for total...
This patch resolves watched status for stacked video files for both share and database view. Problem was in calculation for total...
Replies
0
Views
635
Normally images can use reflections, usually with , however this is missing from image borders, so if you use flipY on an image with borders, the image is relflected but not the border http://mantis.team-mediaportal.com/view.php?id=3432 Open the issue in Mantis...
Normally images can use reflections, usually with , however this is missing from image borders, so if you use flipY on an image...
Normally images can use reflections, usually with , however this is missing from image borders, so if you use flipY on an image...
Replies
0
Views
569
If you enable recording notifications in MP config, they are still only shown if you have TV or video playing. This is counter-intuitive and inconsistent with program notifications. https://forum.team-mediaportal.com/mediaportal-releases-315/recording-notifications-not-working-current-svn-93201/ [^]...
If you enable recording notifications in MP config, they are still only shown if you have TV or video playing. This is...
If you enable recording notifications in MP config, they are still only shown if you have TV or video playing. This is...
Replies
0
Views
518
https://forum.team-mediaportal.com/submit-code-patches-mediaportal-tv-server-etc-325/null-exception-miniguide-if-channelstate-icons-turned-off-93801/ [^] http://mantis.team-mediaportal.com/view.php?id=3430 Open the issue in Mantis...
https://forum.team-mediaportal.com/submit-code-patches-mediaportal-tv-server-etc-325/null-exception-miniguide-if-channelstate-icons-...
https://forum.team-mediaportal.com/submit-code-patches-mediaportal-tv-server-etc-325/null-exception-miniguide-if-channelstate-icons-...
Replies
0
Views
638
As title says, even though there are grabbers offering 26 days of EPG, in WebEPG configuration you cannot choose more than 14 days. See: https://forum.team-mediaportal.com/webepg-136/webepg-grab-days-limited-14-a-93796/#post717365 [^] http://mantis.team-mediaportal.com/view.php?id=3429 Open the issue in Mantis...
As title says, even though there are grabbers offering 26 days of EPG, in WebEPG configuration you cannot choose more than 14 days...
As title says, even though there are grabbers offering 26 days of EPG, in WebEPG configuration you cannot choose more than 14 days...
Replies
0
Views
653
Information on single channel EPG are not always displayed correctly. http://mantis.team-mediaportal.com/view.php?id=3428 Open the issue in Mantis...
Information on single channel EPG are not always displayed correctly. http://mantis.team-mediaportal.com/view.php?id=3428 Open...
Information on single channel EPG are not always displayed correctly. http://mantis.team-mediaportal.com/view.php?id=3428 Open...
Replies
0
Views
687
See https://forum.team-mediaportal.com/developer-discussions-70/skin-engine-enhancements-ajp8164-mediaportal-1-3-a-91548/index3.html#post717055. [^] http://mantis.team-mediaportal.com/view.php?id=3427 Open the issue in Mantis...
See...
See...
Replies
0
Views
460
As we switched MP1/TVE to VS2010, now we need to install the corresponding VC redist. http://mantis.team-mediaportal.com/view.php?id=3426 Open the issue in Mantis...
As we switched MP1/TVE to VS2010, now we need to install the corresponding VC redist...
As we switched MP1/TVE to VS2010, now we need to install the corresponding VC redist...
Replies
0
Views
657
Summary says it all http://mantis.team-mediaportal.com/view.php?id=3424 Open the issue in Mantis...
Summary says it all http://mantis.team-mediaportal.com/view.php?id=3424 Open the issue in Mantis...
Summary says it all http://mantis.team-mediaportal.com/view.php?id=3424 Open the issue in Mantis...
Replies
0
Views
598
Summary says it all http://mantis.team-mediaportal.com/view.php?id=3425 Open the issue in Mantis...
Summary says it all http://mantis.team-mediaportal.com/view.php?id=3425 Open the issue in Mantis...
Summary says it all http://mantis.team-mediaportal.com/view.php?id=3425 Open the issue in Mantis...
Replies
0
Views
692
fade animations do NOT work on Image Borders - not on windowopen/close, visible, hidden or visiblechange. http://mantis.team-mediaportal.com/view.php?id=3423 Open the issue in Mantis...
fade animations do NOT work on Image Borders - not on windowopen/close, visible, hidden or visiblechange...
fade animations do NOT work on Image Borders - not on windowopen/close, visible, hidden or visiblechange...
Replies
0
Views
596
Currently it is not possible to use #itemtype skin property to have the skin say 1/9 artists or 10/12 tracks. This will ensure that a localized string is used in #itemtype for music and video database views that represents the actual type http://mantis.team-mediaportal.com/view.php?id=3422 Open the issue in Mantis...
Currently it is not possible to use #itemtype skin property to have the skin say 1/9 artists or 10/12 tracks. This will ensure...
Currently it is not possible to use #itemtype skin property to have the skin say 1/9 artists or 10/12 tracks. This will ensure...
Replies
0
Views
660
See https://forum.team-mediaportal.com/submit-code-patches-mediaportal-tv-server-etc-325/fixed-vertical-horizontal-scrollbars-93059/ [^] http://mantis.team-mediaportal.com/view.php?id=3421 Open the issue in Mantis...
See...
See...
Replies
0
Views
600
See https://forum.team-mediaportal.com/submit-code-patches-mediaportal-tv-server-etc-325/added-proper-horizontal-scrollbar-filmstrip-92861/ [^] http://mantis.team-mediaportal.com/view.php?id=3420 Open the issue in Mantis...
See...
See...
Replies
0
Views
678
As option in SetupTV. Patch: https://forum.team-mediaportal.com/submit-code-patches-mediaportal-tv-server-etc-325/store-epg-only-channels-same-transponder-91332/ [^] http://mantis.team-mediaportal.com/view.php?id=3419 Open the issue in Mantis...
As option in SetupTV. Patch...
As option in SetupTV. Patch...
Replies
0
Views
589
https://forum.team-mediaportal.com/submit-code-patches-mediaportal-tv-server-etc-325/scrollbar-tvguide-fixed-93060/ [^] http://mantis.team-mediaportal.com/view.php?id=3418 Open the issue in Mantis...
https://forum.team-mediaportal.com/submit-code-patches-mediaportal-tv-server-etc-325/scrollbar-tvguide-fixed-93060/ [^]...
https://forum.team-mediaportal.com/submit-code-patches-mediaportal-tv-server-etc-325/scrollbar-tvguide-fixed-93060/ [^]...
Replies
0
Views
550
- missing store data only for selected channels for radio - changed select buttons / added grouped & visible one https://forum.team-mediaportal.com/submit-code-patches-mediaportal-tv-server-etc-325/changed-tvepggrapper-function-grouped-grouped-visible-79515/ [^] http://mantis.team-mediaportal.com/view.php?id=3417 Open the issue in...
- missing store data only for selected channels for radio - changed select buttons / added grouped & visible one...
- missing store data only for selected channels for radio - changed select buttons / added grouped & visible one...
Replies
0
Views
504
Top Bottom