All Projects

IDProjectTask TypeCategorySeveritySummaryOpened
 10000 RockboxPatchesLanguageLow chinese-simp lang update 2009-03-0912 Task Description

Courtesy of rasher’s tool.

 9664 RockboxPatchesLanguageLow chinese-simp lang update 2008-12-1811 Task Description

Quick update with rasher’s page. I don’t have my usual access to input/transliterate to traditional chinese, so only simpified version for now.

 8413 RockboxPatchesLanguageLow Updated Chinese Translations 2008-01-0612 Task Description

Added the new strings for both simp and trad.

Also fixed the voice part of simp: a lots of cut and paste (not by me manually of course), and did some simple fixes like removing punctuation and adding “吗” to end of question. I don’t know of any Chinese voice synthesizer nor (obviously) used any, so further tweaking of the voice strings is probably needed.

I will probably do the same for the trad file, but I’m too lazy now - plus one can always get the voice from either file since simplified and traditional chinese correspond to the same sound (not speaking of the various dialects, of course…)

 8219 RockboxPatchesLanguageLow Updated Chinese Translations 2007-11-2442 Task Description

Okay, finally have some time off during Thanksgiving, so here are the translations (courtesy still to rasher’s tool). This time should be fine since I did not “translate” the trad from the simp file out of laziness. My previous patch  FS#7866  should be deleted.

 8204 RockboxFeature RequestsID3 / meta dataLow Increase the amount of tag data storage for wps display 2007-11-213 Task Description

Currently if you have a song with really long tag (some of my classical music are tagged with long names because they need more description), its tag info get truncated when displayed in wps and when being scanned for the database. (i.e. I got “Piano Trio No.1 in B, Op.8 - I. Allegr” instead of the full name “Piano Trio No.1 in B, Op.8 - I. Allegro con brio”).

Before MoB I just bump up the “ID3V2_BUF_SIZE” define in id3.h, but after MoB that gives me data abort errors. Since now that the tag data are not statically alloted, I think it is a valid request for us users with long tag data to have all our information processed and displayed. Also, if we can spare spaces for (potentially) large album arts, I don’t see why an extra 100-200 bytes of spaces cannot be given to the text information in tags.

Many thanks and kudos always for the good work.

 7866 RockboxPatchesLanguageLow Updated Chinese Translations 2007-09-3092 Task Description

updated translations.

 7858 RockboxPatchesDatabaseLow tiny improvement on tagtree.c 2007-09-2843 Task Description

Currently tagtree.c parses everything from tagnavi file(s), which is unnecessary because once a root menu is found, nothing more is needed since only the first root menu is used and anything used by that should be defined before the root_menu statement.

So I basically tell the parser to stop as soon as a valid root_menu is set. Obviously this fix is not a big deal, but the parser annoys me because it produces a lots of useless logf’s when I tried to debug my own custom_tagnavi file that sets a different root menu.

I also removed a obsolete comment (the syntax in that comment is out of date).

 7697 RockboxPatchesLanguageLow Chinese translations for rockbox utility 2007-09-0259 Task Description

chinese simp and trad translation and a patch (should patch at the rbutil folder) that adds the translations. I put “zh” for both in the xml file, but I don’t know how rbutil finds out what the language names are, and I don’t know if there is a separate code for chinese simp and trad, AND I don’t have the tools to build rbutil. So the point is, the patch (not the translations themselves, obviously) probably needs more work but I don’t know where or how.

 7678 RockboxPatchesLanguageLow Further Updated Chinese Simp Translation 2007-08-2912 Task Description

Did a regex search and fixed untranslated strings. Now the translation should be complete.

 7676 RockboxPatchesLanguageLow Chinese trad translation 2007-08-2913 Task Description

This is an automatically converted version of traditional chinese translation with some small fixes by me. It’s hard to keep up the two versions of Chinese unless I translate everything twice (which is no fun at all…), so I post here a clean version. The only drawback I see is that there are slightly different expressions used in the current chinese-trad translation that will be lost in this new version, so users of the current version might find slightly different phrases (but still the same meaning) from the ones they were used to. I personally think this is still better than a lots of missing strings.

If you are using the chinese-trad translation, please test this out and tell me if there are any radically changed expressions, and I can fix those more easily than unscramble the current translation.

 7675 RockboxPatchesLanguageLow Updated Chinese Simp Translation 2007-08-2943 Task Description

Added some new strings and fixed a previously untranslated string.

 7661 RockboxPatchesID3 / meta dataLow Make ID3 info screen more readable 2007-08-2661 Task Description

It’s a very small UI tweak. The current ID3 info screen in WPS context menu crowds information in two line blocks, which is quite hard to read, especially when line selector is not inverse bar. I add a third line and make the list selects three-line blocks. I don’t know if the current ID3 screen is voiced or if I break anything voicing in that screen. I wrote this patch for myself and hope it might be helpful for people who read the ID3 screen a lots.

7652RockboxPatchesPlaylistsLowEXTM3U support2007-08-242111 Task Description

EXTM3U is a format based on the standard m3u format. It adds a comment line before filename in .m3u or .m3u8 file in the format of
#EXTINF:xxx,yyy
where xxx is track length in seconds, yyy is the title.

For more info, see: http://hanna.pyxidis.org/tech/m3u.html

Supporting EXTM3U format has several potential benefits:
1. Instead of displaying filenames, track title and length can easily be viewed when viewing playlist (currently I think there is a patch that does it by opening each file).
2. Length of playlist can be readily calculated by summing, which can have some interesting applications such as finding how much time is left in current playlist. (Currently this is not possible yet with this patch, but I’m still thinking of possible solutions).

Of course, you have to have playlists in EXTM3U format to get the benefits. There are widely available tools to generate EXTM3U or add information to existing normal m3u playlists. In the future I might add functionality to Rockbox to save EXTM3U playlists (only if database is enabled and ready) or a plugin.

The current patch is able to parse EXTM3U information and use it in playlist viewer. To see it work, you have to set your track display option in the playlist menu to display EXTM3U information; otherwise, filename will be displayed. Two display options are added: title only and title plus track length.

This patch should have very minimal impact on normal playlist usage. A parse function and a few booleans values to existing structures are added, but the parsed title and filename share the same buffer (since they won’t be displayed at the same time). Specifically, beside a quick initial reading of header to determine if a playlist is EXTM3U and a few boolean checks, current playlist parsing/viewing routines are not changed if playlist is not EXTM3U or EXTM3U information is not needed for display.

Enough of me babbling :D Here is the patch. I did some limited testing, so it probably is not foul-proof yet.

 7633 RockboxPatchesLanguageLow Updated Chinese Simp Translation 2007-08-21103 Task Description

Ran out of time now… Will translate more after this is committed.

 7627 RockboxPatchesPlaylistsLow Enable "View current playlist" for finished dynamic pla ...2007-08-201 Task Description

This makes the behavior of “view current playlist” and “save current playlist” more consistent when the dynamic playlist has finished playing.

See  FS#7624 . IMHO it makes more sense if the dynamic playlist exists until reboot or replaced by another.

Else the behavior of “view current playlist” is (should) not be changed.

Patch  FS#7626  needs to be applied first, otherwise the playlist entered via “view current playlist” will exit itself immediately with a message “End of Song List”.

 7626 RockboxPatchesPlaylistsLow fixing problem with "End of Song List" when viewing pla ...2007-08-2072 Task Description

Currently when you do contextmenu - playlist - view, the playlist will open but closes immediately if you are not playing anything (play/pause) with error/info message “End of Song List”.

This turns out to be a bug in playlist_viewer.c, where a function that accepts an external filepath to open playlist checks for playing state, and if not playing/paused, exit and closes the playlist immediately.

I removed the part that checks for playing state since it’s not actually needed except for one small later check.

This should fix  FS#7413 .

I tested it with my ipod 60GB, but no reason why it should not work on other targets as well. Comment below if you find anything wrong/no working as expected.

 7586 RockboxBugsPluginsLow Wrong path registered for text_editor in "Open With..." 2007-08-12 Task Description

ipod 60GB, build from 8-8-07 (or 8-9-07) r14278M-070810

From context menu, choose “Open With” and text_editior, an error message is shown: “can’t open /.rockbox/rocks/rocks/text_editor.rock” The path obviously is not where text_editor.rock is.

p.s. I should have tried the newest build, but recent commits do not seem pertaining to this problem, so I’m being lazy…

Showing tasks 1 - 17 of 17 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing