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

ffmpeg not working when title contains ":" or "'" #28

Open
SpyrexDE opened this issue Jan 7, 2021 · 4 comments
Open

ffmpeg not working when title contains ":" or "'" #28

SpyrexDE opened this issue Jan 7, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@SpyrexDE
Copy link
Contributor

SpyrexDE commented Jan 7, 2021

Unfortunately the latest commit that should fix issue #24 did not solve the problem. ffmpeg now throws a new error:
Screenshot_3

@h4llow3En
Copy link
Collaborator

it seems to affect only the .ts files. Maybe we could simplify ist and just call it temp.ts while downloading?

Then we could open that file with mode "w+b" to override it every next episode and remove the temp.ts of the last episode manually.

@h4llow3En h4llow3En added this to the AoDDownloader v1.0.0 milestone Jan 10, 2021
@SpyrexDE
Copy link
Contributor Author

SpyrexDE commented Jan 11, 2021

Nope, it also affects the .mkv files:
download

@ShadetHeart ShadetHeart added the bug Something isn't working label Feb 20, 2021
@ShadetHeart
Copy link
Owner

Is this already fixed? I see : and ' are escaped in the code.

@SpyrexDE
Copy link
Contributor Author

SpyrexDE commented Feb 23, 2021

Like you can see in the screenshot and the description of this issue, escaping characters doesn't help to fix the issue.

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

3 participants