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

--update-with-info-json does not work when files overlap per entry #884

Open
RogueGhost93 opened this issue Jan 9, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@RogueGhost93
Copy link

Screenshot_20240108_020151.png

Two problems here, when using custom file location for info.json, once --update-with-info-json is ran ytdlsub fails to find the info.json file, so we have to use default location for info.json. i tried placing it next to the songs and it couldnt be found.

Second problem. When using defaukt location for info.json, once update is ran with a modified folder structure or anything regarding file names, ytdlsub attempts to move both the song and the folder.jpg in the album directory to a new location, however since there is only one folder.jpg file, ytdlsub succeedes to move only the first song due to missing and already moved folder.jog file once it tries to move the second song. It error out with folder.jpg not found error.

Im not sure what is the right solution but maybe something like either skipping moving if folder.jpg exist in new location or at least not error out if it is not found. Hooefully you find a way. Thx

@jmbannon jmbannon added the bug Something isn't working label Jan 9, 2024
@jmbannon jmbannon changed the title --update-with-info-json for music doesnt work --update-with-info-json does not work when files overlap per entry Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants