Opened 17 years ago

Closed 17 years ago

#2752 closed enhancement (fixed)

Patch mythweb to allow sorting by programid

Reported by: Michael Lynch (lynchmv@… Owned by: xris
Priority: minor Milestone: unknown
Component: mythweb Version: 0.20
Severity: low Keywords:
Cc: Ticket locked: no

Description

This patch will allow a user to sort recorded shows by programid when viewing a specific set of shows from within Mythweb. The main reason I came up with this is because I missed some recordings of Heroes and am catching up via replays. I plan on archiving to DVD and wanted an easy way to get the original order without having to mess with originalairdate.

$_GET['title'] must be set in order to sort by programid.

Patched files are:
/mythweb/modules/tv/tmpl/default/recorded.php
/mythweb/modules/_shared/lang/English.lang
/mythweb/includes/sorting.php

Attachments (4)

English.lang.diff (50 bytes) - added by lynchmv@… 17 years ago.
recorded.php.diff (1.5 KB) - added by lynchmv@… 17 years ago.
sorting.diff (122 bytes) - added by lynchmv@… 17 years ago.
Sort_By_ProgramID.diff (4.5 KB) - added by lynchmv@… 17 years ago.
Patch created with svn diff

Download all attachments as: .zip

Change History (8)

comment:1 Changed 17 years ago by xris

Please repost the patch uncompressed so it can actually be viewed in trac.

Changed 17 years ago by lynchmv@…

Attachment: English.lang.diff added

Changed 17 years ago by lynchmv@…

Attachment: recorded.php.diff added

Changed 17 years ago by lynchmv@…

Attachment: sorting.diff added

comment:2 Changed 17 years ago by xris

Resolution: wontfix
Status: newclosed

no word back in 3 weeks. Reopen if you get around to posting a valid patch.

comment:3 Changed 17 years ago by Michael Lynch (lynchmv@…

Resolution: wontfix
Status: closedreopened

Oops, that would be my fault. First trac submission and I just found the page on submitting patches. Sorry.

Anyway, here's the patch, in the correct form (I hope).

Changed 17 years ago by lynchmv@…

Attachment: Sort_By_ProgramID.diff added

Patch created with svn diff

comment:4 Changed 17 years ago by xris

Resolution: fixed
Status: reopenedclosed

(In [12309]) make my own cleaner version of the patch to add programid to the recorded programs page. closes #2752

Note: See TracTickets for help on using tickets.