[Approved] Recording Conflicts Optimization (1 Viewer)

helloh

MP Donator
  • Premium Supporter
  • July 8, 2010
    160
    4
    Can I do any further to make this patch part of the next update?
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    I think not. The team will test it internally and if no issues appear the code will be reviewed/approved and be merged to master branch and be part of the next release.
     
    Last edited:

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Setting this to approved since the patch has been merged to master branch and will be (most likely) part of MP 1.3.0 BETA.
     

    SciDoctor

    Retired Team Member
  • Premium Supporter
  • February 2, 2005
    1,465
    139
    England
    If this patch is part of the 1.3 beta thread releases then the schedular will assign to missing or not enabled cards.

    I only have four active tuners and yet can schedule six recordings from six different mux, this should not happen.

    Schedular is assigning to tuners id 2 and 3, although absent from system has channels mapped.
     

    Attachments

    • schedules.JPG
      schedules.JPG
      91.6 KB
    • tvserver cards.JPG
      tvserver cards.JPG
      76.9 KB
    Last edited:

    SciDoctor

    Retired Team Member
  • Premium Supporter
  • February 2, 2005
    1,465
    139
    England
    Last edited:

    Vasilich

    Portal Pro
    August 30, 2009
    3,394
    1,170
    Germany, Mayence
    Home Country
    Russian Federation Russian Federation
    2012-11-18 16:39:41.965269 [MPMain(1)]: GetConflictingSchedules: Cards.Count = 8
    @SciDoctor
    in your screenshot not possible to see what IDs have firat 2 cards - they have probably IDs 13 and 14 that we can't see. So please make this window larger so we can see all cards configured, and post new TVServer config screenshot
     
    Last edited:

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    In code :
    IList<Card> cards = Card.ListAllEnabled();
    It list all enable so if we have false card, it list them.
    Maybe it's the issue

    Before it was IList<Card> cards = Card.ListAll();.

    TvEngine3\TVLibrary\TVDatabase\TvBusinessLayer\BusinessLayer.cs line 2884
     
    Last edited:

    Users who are viewing this thread

    Top Bottom