Bindestrich
Bindestrich
I took a stab at it. Decompressed the fingerprints, as @lalinsky pointed out. I tried to port [acoustid_compare.c](https://github.com/acoustid/pg_acoustid/blob/main/acoustid_compare.c) . As such, I lay no claim to intellectual property to the...
I created an [plugin to fix the subtitles](https://github.com/bindestriche/srt_fix ). Hope it's useful to someone. There is also a standalone exe with GUI available.
@bashonly thanks for the suggestion. I am not quite sure what the code does. It seems the subtitles dict does not get updated, I can however just create a new...
Thank you for you help. Those were pretty obvious errors.
Can you please elaborate? hunterHungry ***@***.***> schrieb am Mi., 1. Mai 2024, 13:13: > combine Multi-sub to single file > > — > Reply to this email directly, view it...
that's out of scope for this extension. I also don't quite understand how exactly those rows should be merged. Line break are not treated consistently across video players
If you can figure out how to get the argument parameters, I'll do it. filtering the srt for timecodes is simple enough bk111 ***@***.***> schrieb am Fr., 22. März 2024,...
Maybe you did not copy the plugin to the right place.I had a similar error when the python file was not at the right place. I have no mac and...
@franticht the [directories for plugins are listed here](https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#installing-plugins) User Plugins ${XDG_CONFIG_HOME}/yt-dlp/plugins//yt_dlp_plugins/ (recommended on Linux/macOS) ${XDG_CONFIG_HOME}/yt-dlp-plugins//yt_dlp_plugins/ ${APPDATA}/yt-dlp/plugins//yt_dlp_plugins/ (recommended on Windows) ${APPDATA}/yt-dlp-plugins//yt_dlp_plugins/ ~/.yt-dlp/plugins//yt_dlp_plugins/ ~/yt-dlp-plugins//yt_dlp_plugins/ System Plugins /etc/yt-dlp/plugins//yt_dlp_plugins/ /etc/yt-dlp-plugins//yt_dlp_plugins
Thanks for your report. The pip install does not work correctly, it seems. Please manually install the extension by placing it in [one of the directories.](https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#installing-plugins) Alternatively, use one of...