[mythtv] Ticket #1771: "All Programs" specific ascending/descending order

John P Poet jppoet at gmail.com
Tue Oct 3 19:45:35 UTC 2006


On 10/2/06, MythTV <mythtv at cvs.mythtv.org> wrote:
> #1771: "All Programs" specific ascending/descending order
> ------------------------------+---------------------------------------------
>  Reporter:  jppoet at gmail.com  |        Owner:  danielk
>      Type:  patch             |       Status:  closed
>  Priority:  minor             |    Milestone:  0.21
> Component:  mythtv            |      Version:  head
>  Severity:  medium            |   Resolution:  invalid
> ------------------------------+---------------------------------------------
> Changes (by danielk):
>
>   * status:  new => closed
>   * resolution:  => invalid
>
> Comment:
>
>  John, I like this functionality, but I don't like the extra configuration
>  box. Can you make the PlayBoxOrdering a tri-state instead?
>
>  Make it a ComboBox and use something like:
>  {{{
>    addSelection("Sort Descending", 0);
>    addSelection("Sort Ascending",  1);
>    addSelection("Sort Descending except in multiprogram views", 2);
>  }}}
>
>  That way no one's existing configuration is effected, and we don't add yet
>  another configuration item...
>
>  I'm closing this for now, but please reopen it when you have an updated
>  patch, or e-mail me with any questions or concerns.

To be complete, wouldn't it have to by four states:

    addSelection("Sort all titles Descending",  0);
    addSelection("Sort titles Ascending, multi-titles Descending",  1);
    addSelection("Sort titles Descending, multi-titles Ascending",  2)
    addSelection("Sort all titles Ascending",  3)

John


More information about the mythtv-dev mailing list