Skip to content

Fix panic error when downloading podcast with existing ID3v2.2 tags.#739

Merged
SamTV12345 merged 1 commit intoSamTV12345:mainfrom
mrneil:main
May 12, 2024
Merged

Fix panic error when downloading podcast with existing ID3v2.2 tags.#739
SamTV12345 merged 1 commit intoSamTV12345:mainfrom
mrneil:main

Conversation

@mrneil
Copy link
Contributor

@mrneil mrneil commented May 11, 2024

Description

This pull request fixes #658 by checking if a podcast episode's tags are ID3v2.2 when downloading. If they are, a completely new tag is generated in the default format (ID3v2.4).

Linked Issues

#658 and #690

Additional context

The panic error was caused by the podcast episodes having ID3v2.2 tags which use three character frames. Since the existing tags are used as a baseline and the tag being written to new downloads is ID3v2.4 which use four character frames, there was a panic error due to the mismatch.

Thank you for your work on this project and the guidance via commit #690 so I could find the right area to explore!

@SamTV12345
Copy link
Owner

Thanks for the pull request and for the fix. Sorry for closing the issue :)

@SamTV12345 SamTV12345 merged commit fd0bca8 into SamTV12345:main May 12, 2024
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

Successfully merging this pull request may close these issues.

Panic error on podcast download

2 participants