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

Tagging a wave file not working§ #27

Open
ben-hearn-sb opened this issue Jan 17, 2022 · 2 comments
Open

Tagging a wave file not working§ #27

ben-hearn-sb opened this issue Jan 17, 2022 · 2 comments

Comments

@ben-hearn-sb
Copy link

ben-hearn-sb commented Jan 17, 2022

Hello!

I have just tried using your library and tried to add ID3 tags to a wave file and it does not seem to be working, I am wondering if I am using it correctly for wavs? Is there anything special that needs to be done in order to get this to work with wave files?

EDIT: On further investigation and looking through your test code, I managed to print out the tags on the file. They are there however Rekordbox does not read them in as it should do. What version of ID3 does the library use?

Really good idea with the library, epic initiative :)

def test_tag():
    p = '/Users/benhearn/Music/test_folder/renaming_cells/Harry Wills - Slink .wav'
    import music_tag
    wav = music_tag.load_file(p)
    wav['title'] = 'Slink'
    wav['artist'] = 'Harry Wills'
    wav.save()
    print('done')
@ProfMoo
Copy link

ProfMoo commented Sep 18, 2022

Thanks for the issue, I believe I am experiencing the same issue. Did you ever find any more info here?

@ben-hearn-sb
Copy link
Author

No I did not. I ended up using FFMPEG to write and FFPROBE to read the wav file metadata in the end

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

No branches or pull requests

2 participants