Opened 16 years ago

Closed 16 years ago

#4387 closed enhancement (fixed)

Mythweb WAP module improvements

Reported by: otto at kolsi dot fi Owned by: Rob Smith
Priority: minor Milestone: 0.22
Component: mythweb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

I've attached a patch that improves several things in Mythweb WAP module. Although module is called WAP, this one is used with e.g. mobile phones that support HTML browsing.

Modifications/improvements:

  • in Listings page
    • remove duplicate 'Currently Browsing'
    • change strings 'Jump to' and 'Jump' to use translations
    • bold channel number and name, this way these are more easily separated from the program name displayed in the same line
  • in Channel Detail page
    • bold program title if there is no subtitle (subtitles are always bold, but if there is no subtitle then we can bold the title)
    • translate 'Description', 'Category', 'Schedule Options' and 'Recording Profile'
    • change hardcoded 'Update Settings' to 'Update Recording Settings' and translate it
  • in Search Results page
    • subtitle is not bold here.. so bold title always
    • change separate and hardcoded startdate and -time strings to obey 'date_search' format coming from the session/settings
  • in Recorded Programs page
    • bold program title if there is no subtitle
    • change program delete to use URL-parameters 'chanid=xxx&starttime=yyy' instead of 'file=myth://xxxx' so deleting a recording works again
  • in Channel Listings page
    • translate 'Channel', 'Jump to' and 'Jump'
    • bold current channel name
    • skip showing of program info if both title and subtitle are empty (EIT data can have these and especially with mobile we wan't to skip useless info)
    • bold program title if there is no subtitle

Attachments (1)

mythweb-wap.patch (9.6 KB) - added by otto at kolsi dot fi 16 years ago.

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by otto at kolsi dot fi

Attachment: mythweb-wap.patch added

comment:1 Changed 16 years ago by Rob Smith

Owner: changed from xris to Rob Smith
Status: newaccepted

comment:2 Changed 16 years ago by Rob Smith

Howdy Otto, care to update your patch to snv current and repost it?

comment:3 Changed 16 years ago by Rob Smith

Milestone: unknown0.22

comment:4 Changed 16 years ago by Rob Smith

Resolution: fixed
Status: acceptedclosed

(In [17576]) Fixes #4387, this is some WAP module improvements by otto

Note: See TracTickets for help on using tickets.