0002850: Bugs in card allocation (1 Viewer)

MediaPortal-Bot

Worlds greatest bot!
March 26, 2007
3,715
180
Home Country
Germany Germany
While looking at the card allocation code i found quite a few bugs.

See https://forum.team-mediaportal.com/...tion-code-possible-bugs-strange-things-80798/ [^] for the details.

Here are a few examples:
- When checking if the user can zap to a channel on the same transponder it is not taken into account that he will stop decoding the current channel (so it can report descrambling limit is reached)
- Kicking users from cards for recording starts kicking before it is known whether it will resolve the problem.
- Assigning schedules to a card in conflict management (not the plugin, core code) does not store the free card it finds. While starting to record it is tried to use the recommendation, which is never there. This can lead to recordings failing because of free cards where it was not needed if it had used the calculated card based on future recordings.
- FTA channels are subtracted twice from the number of channels decoding.
- Free cards are not correctly sorted, only by priority but a card on the same transponder should have a higher priority.
- Conflict management should not store 1 recommended card, but all cards that it found are possible.

There could be more, but i forgot that for now.

Another point is that we have too much duplicate and complex code.

There is a lot more in the conflict management part, but it think for those it is better to make a different mantis.

http://mantis.team-mediaportal.com/view.php?id=2850

Open the issue in Mantis...
 

disaster123

MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: 0002850: Bugs in card allocation

    any progress on this? i hope it will be in 1.1.0 final
     

    Users who are viewing this thread

    Top Bottom