- Status Closed
- Percent Complete
- Task Type Bugs
- Category ID3 / meta data
- Assigned To No-one
- Operating System iPod Classic
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by nicl83 - 2020-06-21
Last edited by Mendel_munkis - 2020-07-16
Opened by nicl83 - 2020-06-21
Last edited by Mendel_munkis - 2020-07-16
FS#13205 - ID3 tags inside of AIFF files not being detected by the database
I’m currently trying to set up the database on my iPod using AIFF files with ID3 tags. However, AIFF files will not be detected when the database is initialised or updated. MP3 files with identical contents and tags are detected correctly, and I am able to see MP3 files sorted by album/genre/etc in the database.
Please find attached some sample files from my testing. They should have identical ID3 headers, and they contain a 30-second sine wave, which is being used purely as filler. The AIFF file is not detected during a database scan; the MP3 file is.
I have observed this bug on stable version 3.15 and on development build 7F3142fc5c-200621.
If any further clarification is required, please let me know.
- Nick
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
The Aiff file included uses native tags. Native tag support is added in
https://gerrit.rockbox.org/r/#/c/2423/
https://gerrit.rockbox.org/r/2428 should fix this