- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version Release 2.0
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#1232 - %ig returns default value for unrecognized tags
When the code doesn't recognize an ID3 genre (a free-
text genre value, for instance), it seems to return a
default value of 'Blues', rather than NULL, which it did
before, and which was acceptable (one could test on it
in their WPS cfg). But a default value is silly - it's going
to be frequently wrong no matter what. Please return
the NULL value when the genre isn't recognized.
(It may be that there's some other twist going on - the
symptoms are that files where %ig used to be null are
now showing 'Blues', fwiw.)
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Hint for future fix, from Bjorn in chat:
<Zagor> […] try simply initializing entry→genre to 0xff in
firmware/id3.c:264
[right now it's initialized to '0' - changed in ver168 - which
would explain the problem. See comment for ver165 :-]
(I'm not a C coder and do not want to mess with the code.
I'm just posting this for handy reference and a hopefully quick
and easy remedy)
This is fixed in CVS.