Jesse Bannon

Results 137 comments of Jesse Bannon

Ran into this issue when trying to display YouTube videos in Kodi as a TV show. Many videos have emojis in them that should be able to be used in...

Still need to not rewrite duplicate files

Nice workaround. I'd like to build this into the app itself, and have the lock reside in the working directory

Thanks @funar for your script, was a great starting point on how to properly implement this!

> would it make sense to download the metada as a json via the built in ytdlp support then parse it offline? that way if someone changes what metadata they...

This would need each entry to store its info.json file somewhere and add it to the archive. In addition, ytdl-sub needs to be able to differentiate which files it saves,...

@Code-Slave > would it make sense to download the metada as a json via the built in ytdlp support then parse it offline? that way if someone changes what metadata...

This would require a massive amount of work though. - Need to add the info json file - The download archive needs to be refactored to know which files are...

Totally understand. I'll definitely add `output_options.info_json_path`, that would at least allow people to write scripts to update things.

https://github.com/jmbannon/ytdl-sub/issues/172