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

No way to update the podcast URL in WFED after itunes-podcast plugin creates it #576

Open
frsconsulting opened this issue Aug 21, 2022 · 1 comment

Comments

@frsconsulting
Copy link

The itunes-podcast plugin has been a great help in creating the PCST and WFED frames demanded by iTunes, but the WFED frame created by itunes-podcast is always empty and cannot be updated. I see in id3/apple.py that both WFED and TGID are defined as text frames, but only TGID can be managed via eyeD3. It would be terrific if eyeD3 could manipulate WFED as easily as a TGID frame.

@nicfit
Copy link
Owner

nicfit commented Oct 7, 2022

Hi @frsconsulting , thanks for the report. The WFED should not be empty, it should be the hard-coded "http://eyed3.nicfit.net/", a url= keyword is missing. Having said that, it's still not what you want.. and it should be settable. The itiunes-podcast plugin does the bare minimum to satisfy itunes, but it's very incomplete. Setting the URL, and supporting the other non-standard frames:

  • TDES Podcast Description
  • TGID Podcast GUID
  • TCAT Podcast Category
  • TKWD Podcast Keywords

Most likely, a new CLI set of options would need to be added to support all of this as well. Keeping this open, but no time to work on it for the moment.

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