12 comments

  • 8
    Avatar
    The Trickster

    Under the "Subscription Center" I have a great deal of subscriptions (79 in fact) and I find it difficult to locate the program I am looking for under there sometimes due to the number of entries.  My suggestion would to allow the user to sort the columns such as "Name" and "Show Folder" at a minimum (sorting by all columns would be fine too).  Currently the items appear on the page in the order they were added.  It would be a huge improvement if I could click at the top on "Name" and sort by the name and locate what I am looking for.  I feel this would be a rather minor modification for your developers but would have a huge benefit for your users.

  • 4
    Avatar
    Mike Reiter

    I totally agree...

  • 4
    Avatar
    Mike O'Sullivan

    Please - please - please.

  • 4
    Avatar
    Steve Gayner

    How about a general requirement that whenever ANY list of data is presented, it be sortable by its various fields? Not just subscriptions or queued programs, but list.

  • 4
    Avatar
    Roger Brotz

    You have my vote.

  • 1
    Avatar
    The Trickster

    It would be very easy to add this feature.  I figured out that all of the data is kept in a recording.db file.  That means all you would need to do to sort the entries by Title would be to use this basic SQL command.:

    SELECT *
    FROM Subscriptions
    ORDER BY Name;

    Please think about adding this feature....

  • 3
    Avatar
    Marvin Hayssen

    Agreed!

  • 3
    Avatar
    Dennis Hugger

    It's a no-brainer really.  Hard to imagine anything these days that doesn't at least sort alpha-numerically by default.  I'd be happy with that, but additional options are easy to program, so PLEASE do it!

  • 3
    Avatar
    David S.

    They're listed in the order they were added. Wishlists, like on Amazon, often default to that order too (or the reverse of it anyway).

    However, I too find it difficult to locate a specific subscription in my list of over 200 and would like to see sorting added.

  • 1
    Avatar
    Scott Olson

    I would vote on this 1,000 times if I could.

  • 1
    Avatar
    Patrick Richards

    Any possibility of getting this? I have 60+ subscriptions and I am constantly scrolling looking through the list.

  • 1
    Avatar
    Matt Harmon

    Definitely want this

Please sign in to leave a comment.