Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mp3 id3 tags - date #396

Open
jangari opened this issue Jan 20, 2015 · 6 comments
Open

mp3 id3 tags - date #396

jangari opened this issue Jan 20, 2015 · 6 comments
Assignees

Comments

@jangari
Copy link

jangari commented Jan 20, 2015

Date field in id3 tag (TXXX frame) does not actually say that it is a date. This field should come out as something like:
"Origination date: YYYY-MM-DD"

@LindaBarwick
Copy link

@jangari whose action is this? where should it "come out", is this something that needs to go into the ID3 itself?

@jangari
Copy link
Author

jangari commented Mar 18, 2015

This is a function of NABU. There's some ruby module that takes the metadata elements from each item and inserts it into the correct id3 element, so that the output id3 xml file correctly inserts that info into the mp3 file generated in Dobbin.

All that needs to happen is for line 5 of the file app/views/items/show.id3.xml.haml changes from:

%TXXX= @item.originated_on

to

%TXXX= "Origination date: #{@item.originated_on}"

as far as I can see, anyway.

@jangari
Copy link
Author

jangari commented Mar 18, 2015

To elaborate, one of the core functions of NABU is to write out metadata files for items so they can be wrapped up with the media files. This is one of those functions, and at the moment, dates are being inserted into a 'catch-all' id3 element TXXX, so the fact that it's a date is being overlooked.

This is, however, very low on the list of priorities. The completeness of item metadata in mp3 file headers is not the most important thing for us.

@NickWardPDSC
Copy link
Collaborator

far as I can see, this task was never addressed. id3 files are still simply listing the date in the 'catch-all' id3 element TXXX,

for a recent example:

Persistent identifier: ACLA1-FM002_B
FM002_B
2003-05-13
Collection: The Aboriginal Child Language Project
Collector: Felicity Meakins
PARADISEC
[item_type]
[item_media]
Operator: Tina Gregor
Closed (subject to the access condition details)
"Gurindji Kriol" gjr
Australia AU Formally DA13503. SS and ZH are sitting down with DA. DA is quiet because he has just woken from a nap. The interaction mostly consists of ZH, her mother, trying to get her to talk. DA's little brother is inside watching TV but they can see him through the window. ZA was a little bit camera shy too but then relaxed. I walked away after about 5 minutes. 22min.

@johnf
Copy link
Member

johnf commented May 8, 2024

@nthieberger Is this still needed? It's a very simple change that we should roll out before we switch to the new ingest system

@johnf
Copy link
Member

johnf commented Jan 24, 2025

@NickWardPDSC Can you check a recent mp3 to see if the date is set please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants