[no Bug] Recorded TV is now defaulting to sorting by oldest first. (1 Viewer)

wogier

Portal Member
January 19, 2014
10
1
48
Home Country
Australia Australia
MediaPortal Version: 1.6.0

Description
Prior to 1.6.0 final, Recorded TV when sorted by date was showing newest items at the top.
This has now changed to be reversed.
If I manually choose to sort again by date it displays newest first but always reverts back.

Is there any way I can go back to the behaviour from 1.5.0 and previous?

Steps to Reproduce:
Layout: List
Sort: Date
View by: Recordings

Recordings are listed in newest first date, but once you select a folder the date is reversed.
 
Last edited by a moderator:

HomeY

Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Hi and welcome wogier,

    When you sort by Date, you need to press ArrowRight once to focus is on the tiny ^ (whichs sets ascending/descending)
    Date^.PNG


    Set it like this and it should be fixed (working fine here for root & subfolders)
     

    wogier

    Portal Member
    January 19, 2014
    10
    1
    48
    Home Country
    Australia Australia
    Thank you for the reply HomeY.
    I can toggle ascending/descending correctly with that ^, however upon going back and re-entering a folder it always defaults to oldest first.
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Thank you for the reply HomeY.
    I can toggle ascending/descending correctly with that ^, however upon going back and re-entering a folder it always defaults to oldest first.
    That's really weird. I'm unable to reproduce that.
    I've set ascending & descending and both options work fine, even when i leave TV Recordings and re-enter it.

    Please use the WatchDog to collect full debug logs after reproducing this issue (check option 1):
    http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/18_Contribute/2_Testing_and_Bug_Reports/WatchDog
     

    wogier

    Portal Member
    January 19, 2014
    10
    1
    48
    Home Country
    Australia Australia
    Hi HomeY,

    Please find my debug logs attached.
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    As expected thers is no sorting info in the logs. I see you enter the TV Recordings and exit it again, but that's it.
    @Testers has anybody else seen this problem? Can someone confirm this issue?
     

    wogier

    Portal Member
    January 19, 2014
    10
    1
    48
    Home Country
    Australia Australia
    It's looking likely that this is only affecting me.
    Is there any way to manually set the sort order?

    If not, what would be the recommended method of resolution?
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Open your MediaPortal.xml file, located in C:\ProgramData\Team MediaPortal\MediaPortal

    search for:
    XML:
    <section name="tvrecorded">

    The section should be configured as follows:
    XML:
      <section name="tvrecorded">
        <entry name="layout">0</entry>
        <entry name="sortasc">yes</entry>
        <entry name="sort">date</entry>
      </section>
     

    wogier

    Portal Member
    January 19, 2014
    10
    1
    48
    Home Country
    Australia Australia
    Thank you again.
    Unfortunately it seems that is already set to
    Code:
    <entry name="sortasc">yes</entry>
    If I set it to
    Code:
    <entry name="sortasc">no</entry>
    it doesn't impact the behaviour in any way.

    Do you have any suggestions?
     

    Users who are viewing this thread

    Top Bottom