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

Issues with .ogg song files #3

Open
Vaarelsauce opened this issue Nov 5, 2022 · 1 comment
Open

Issues with .ogg song files #3

Vaarelsauce opened this issue Nov 5, 2022 · 1 comment

Comments

@Vaarelsauce
Copy link

Vaarelsauce commented Nov 5, 2022

It's been working perfectly fine so far for me, but every once in a while I get a song that uses .ogg instead of .mp3 in the source folder. When it's extracted, the file that comes out is listed as .mp3, but I don't think it actually is (or at least is corrupted).

I can play it perfectly fine, BUT I:

  • can't edit the metadata properties,
  • mp3-troubleshooter programs telling me that it is indeed corrupted
  • can't push those files into iTunes music, for portability

As a temporary solution, I've painstakingly singled out those specific song's source folder, and manually exported them with Modricagon's 2018 music exporter (which isn't as good as yours, but can probably get the job done).
EDIT: Their program doesn't even work with .ogg files either. Facepalm.

@EnanoFurtivo
Copy link
Owner

TLDR; You might want to try modifying the extension from .mp3 back to .ogg

This error is due to my inexperience in the past. When the file is copied the extension .mp3 is forced in the file name, this is a programming mistake and the original extension should be kept.

When checking the code uploaded here, the version does not match the executable that is uploaded and works (the one you are probably using). This is because I started to refactor this code about 2 years ago. If renaming the file back to .ogg does not work then you might have to wait until I finish refactoring this app, which I don't know when it will happen. I'm very sorry for this.

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