Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9043 - slim down 'open with..' list

Attached to Project: Rockbox
Opened by Lee Kang Hyuk (alwaysbluepop) - Tuesday, 27 May 2008, 05:18 GMT+2
Task Type Patches
Category User Interface
Status Unconfirmed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

Obviously there is no one who wants to open a mp3 file with text viewer.
With this patch applied, 'Open With..' only shows plugins that are associated in 'viewers.config'.
To see a full list of viewers plugin, just set the 'Show Files' option to 'All' and try again.

Some builtin filetypes are text file, so I added them into 'viewers.config' for the accessibility.
   openwith.patch (3.4 KiB)
 apps/plugins/viewers.config |   33 +++++++++++++++++++++++++++++++++
 apps/filetypes.c            |   22 +++++++++++++++++-----
 2 files changed, 50 insertions(+), 5 deletions(-)

This task depends upon

Comment by Bertrik Sikken (bertrik) - Sunday, 29 August 2010, 12:19 GMT+2
Synced to SVN r27935
   openwith_r27935.diff (3.6 KiB)
 apps/plugins/viewers.config |   35 ++++++++++++++++++++++++++++++++++-
 apps/filetypes.c            |   22 +++++++++++++++++-----
 2 files changed, 51 insertions(+), 6 deletions(-)

Comment by Hayden Pearce (St.) - Sunday, 29 August 2010, 13:44 GMT+2
Synced, added a few filetypes...organised filetypes to hopefully make it easier for more supported types to be added over time.
   FS#9043 - slim down 'open with..' list[29-08-10].... (6.4 KiB)
 apps/plugins/viewers.config |  148 ++++++++++++++++++++++++++++----------------
 apps/filetypes.c            |   22 +++++-
 2 files changed, 114 insertions(+), 56 deletions(-)

Loading...