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

Add metadata tags to downloaded mp3 files #407

Closed
3 tasks done
dancs-dev opened this issue Nov 11, 2023 · 4 comments · Fixed by #408
Closed
3 tasks done

Add metadata tags to downloaded mp3 files #407

dancs-dev opened this issue Nov 11, 2023 · 4 comments · Fixed by #408
Assignees
Labels
enhancement New feature or request

Comments

@dancs-dev
Copy link

Clear and concise description of the problem

As someone who is using PodFetch to automatically download podcasts to a directory which I am then syncing to my phone using Syncthing and listening using VLC, I would like to ensure podcasts have an artist/album assigned to them, so they are not in a generic uncatagorised album.

Suggested solution

Automatically populate data if it does not already exist and it is available from iTunes, including:

  • Artist, e.g., 'The WAN Show'
  • Album, e.g., 'The WAN Show'
  • Genre, e.g., 'Podcast'
  • Date, e.g., 2023
  • Track number (if possible?), 110

Alternative

No response

Additional context

I think Artist and Album would be most useful to populate.

As an example of a podcast on iTunes with metadata correctly set in the mp3 itself: The Homelab Show

As an example of a podcast on iTunes with metadata incorrectly set (absent) in the mp3 itself: The WAN Show

Validations

@dancs-dev dancs-dev added the enhancement New feature or request label Nov 11, 2023
@SamTV12345 SamTV12345 self-assigned this Nov 11, 2023
@SamTV12345
Copy link
Owner

Seems to be pretty easy to accomplish with this crate https://crates.io/crates/id3. I'll implement this tomorrow.

@bastgau
Copy link
Contributor

bastgau commented Nov 12, 2023

Very good Idea.

You could add the following tags :

Cover / picture / album art
URL = to add the internal podfech url
Comment = to add more information

Title = Episode name

Album = Podcast name

@SamTV12345
Copy link
Owner

Closed. I implemented it just like you described it.

@dancs-dev
Copy link
Author

Thanks very much - working perfectly for me

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

Successfully merging a pull request may close this issue.

3 participants