Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9928 - Add album art info to the manual

Attached to Project: Rockbox
Opened by Jonas Häggqvist (rasher) - Thursday, 19 February 2009, 02:49 GMT+2
Last edited by Jonas Häggqvist (rasher) - Friday, 20 February 2009, 19:39 GMT+2
Task Type Patches
Category Manual
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Version 3.1
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This patch adds the beginning of an Album Art appendix to the manual. I think an appendix is most appropriate, since not all targets that support Album Art will ever support it in the WPS, so putting it in that chapter would be wrong. A reference would probably be smart though.

A couple of todos/issues with this patch:
* I don't know how to style the item list/filenames
* The replacement characters get a bit weird. I suppose some escaping is needed, but my LaTeX skills aren't great.
* It should probably direct users at the Wiki for information on programs to collect/convert albumart.
* I'm not entirely sure which conditions to use in the opt/nopts
   manual_albumart.diff (1.7 KiB)
 manual/appendix/album_art.tex |   29 +++++++++++++++++++++++++++++
 manual/appendix/appendix.tex  |    4 ++++
 2 files changed, 33 insertions(+)

This task depends upon

Closed by  Jonas Häggqvist (rasher)
Friday, 20 February 2009, 19:39 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Committed in revision 20067.
Comment by Jonas Häggqvist (rasher) - Friday, 20 February 2009, 19:07 GMT+2
Commit candidate:
* Proper style for the filenames
* Fixed the issues with the replacement character list
* Use the proper opt combination to decide whether to include the AA appendix (\opt{swcodec}{\opt{tagcache}{}})
* Album art WPS tags added to the WPS tag appendix
* Pictureflow section refers to the Album Art appendix rather than the wiki

Unrelated fix:
* Add \opt{lcd_bitmap} around the image WPS tag section to remove it from the Player manual
   manual_albumart-FS9928-v2.diff (4.6 KiB)
 plugins/pictureflow.tex |    2 +-
 appendix/album_art.tex  |   37 +++++++++++++++++++++++++++++++++++++
 appendix/wps_tags.tex   |   36 ++++++++++++++++++++++++++++++++++++
 appendix/appendix.tex   |    4 ++++
 4 files changed, 78 insertions(+), 1 deletion(-)

Loading...