/usr/share/doc/gnupod-tools/TODO is in gnupod-tools 0.99.8-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | * Fixing bugs ;)
* Move manpages into the sources (so when adding a new cli
switch, you can easily update the man page, too.)
* Support for 2nd/3rd generation shuffle replay gain
* Add gapless playback information when found in the tags. It is
added by encoders like lame to eliminate gaps due to encoding
artifacts and block size mismatch (CD 75/s, MP3 40/s)
AFAIK gtkpod already does it, so a look at their code and
asking on their list might reduce the amount of work.
* Prop every file with "use warnings;"
* Unify coding style in regard to
** Indentation
** Whitespaces
** Passing of parameters to subs. All but the most basic sub calls
should use named parameters (i.e. one hashref) instead of
positional parameter guesswork)
** Using explicit { } blocks vs statement modifiers
"if (condition) { statement; }" vs. "statement if condition;"
** Add missing (developer) documentation to the code
* Support for 4th generation (speaking) shuffle iTunesSD
* Parallel re-encoding with several child processes
for faster re-encoding on multi-core systems.
* Add Audible.com support
* Add LiveUpdate support for old Firmware and Clock-Bug on iPod-Mini
|