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

homr doesn't work properly when images have capitalized extensions #12

Open
D-Vaillant opened this issue Jan 14, 2025 · 0 comments
Open

Comments

@D-Vaillant
Copy link

D-Vaillant commented Jan 14, 2025

I was having issues running homr on IMG_123.JPEG. This is probably solvable with a one-liner along the lines of:
return os.path.splitext(path)[0] + new_extension

def replace_extension(path: str, new_extension: str) -> str:

I just renamed the files, because path of least resistance.

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

1 participant