Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 15 of 149

Thread: Autotimers and Description Uniqueness

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,808
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by BrianTheTechieSnail View Post
    The code is clearly not supposed to do this, there is a test for it, but it's screwed up. Maybe the code I posted before and then lost confidence in is the fix:
    It's a fix for something - although the actual fix should be more like:
    Code:
     retValue = extdesc1 == extdesc2 
    with relevant handling of any Null values.
    However, that something is only a small subset of cases - it's not going to have any effect on most of the cases in this thread.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  2. #2
    BrianTheTechieSnail
    Quote Originally Posted by birdman View Post
    It's a fix for something - although the actual fix should be more like:
    Code:
     retValue = extdesc1 == extdesc2 
    with relevant handling of any Null values.
    However, that something is only a small subset of cases - it's not going to have any effect on most of the cases in this thread.
    First you say perfection is impossible so give up.
    Now you say it's not perfect - so it's not worth bothering with.

  3. #3
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,808
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by BrianTheTechieSnail View Post
    First you say perfection is impossible so give up.
    Now you say it's not perfect - so it's not worth bothering with.
    In the context of this thread those two statements are so similar that they are identical.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  4. #4
    BrianTheTechieSnail
    Quote Originally Posted by birdman View Post
    In the context of this thread those two statements are so similar that they are identical.
    Point taken.
    At least I think so, it seems to me that there are many ways to interpret that statement.

  5. #5
    adm's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Sep 2014
    Location
    Southend on Sea, UK
    Posts
    1,657
    Thanks
    65
    Thanked 657 Times in 513 Posts
    Quote Originally Posted by birdman View Post
    It's a fix for something - although the actual fix should be more like:
    Code:
     retValue = extdesc1 == extdesc2 
    with relevant handling of any Null values.
    However, that something is only a small subset of cases - it's not going to have any effect on most of the cases in this thread.
    What a fix should do is to prevent a bypassed check 3 from altering the result of check 2. Currently test 2 (short description similarity check) could indicate that the two strings are similar and on its own would set retvalue = true. However when there is no extended description, and no further test, retvalue immediately gets set as false.

    This doesn't "cure" the problem of the small number of problem epg description cases in this thread but it does results in consistant results when, and if, the third test is user requested but cannot be performed because there is no additional data on which to base a comparison.
    Xtrend ET10K, 2 x satellite tuners 28.2 (Sky FTA), 2 x hybrid (UK Freeview), Zgemma H9S (satellite)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.