wayneclub / Subtitle-Downloader

Auto download subtitles from streaming services, such as Apple TV+, CatchPlay, Crunchyroll, Disney+, FridayVideo, HBO GO Asia, iQIYI, iTunes, KKTV, LINE TV, meWATCH, MyVideo, NowE, NowPlayer, Viki, Viu, WeTV, YouTube, and etc.
MIT License
278 stars 60 forks source link

Some tags are loss when converting vtt to srt or ass. #68

Closed vleaf0210 closed 6 months ago

vleaf0210 commented 7 months ago

After downloading subtitles from this tool, some tags are lost in the process of converting the format. So could you please add vtt to the default format option so that we can skip the conversion?

Ninelpienel commented 6 months ago

Yeah, I have the same problem. The an8 tag is missing.

wayneclub commented 6 months ago

After downloading subtitles from this tool, some tags are lost in the process of converting the format. So could you please add vtt to the default format option so that we can skip the conversion?

Add .vtt format. Set in user-config.toml

[subtitles]
default-language = 'all' # all/en/zh-Hant/zh-Hans/zh-HK/ja/ko
default-format = '.vtt'  # .srt/.ass/.vtt
archive = true           # true/false
fix-subtitle = false      # true/false
jroberts2010 commented 6 months ago

After downloading subtitles from this tool, some tags are lost in the process of converting the format. So could you please add vtt to the default format option so that we can skip the conversion?

Add .vtt format. Set in user-config.toml

[subtitles]
default-language = 'all' # all/en/zh-Hant/zh-Hans/zh-HK/ja/ko
default-format = '.vtt'  # .srt/.ass/.vtt
archive = true           # true/false
fix-subtitle = false      # true/false

This does download as .vtt, but none of the tags are preserved. It's functionally exactly the same as the .srt file.

wayneclub commented 6 months ago

After downloading subtitles from this tool, some tags are lost in the process of converting the format. So could you please add vtt to the default format option so that we can skip the conversion?

Add .vtt format. Set in user-config.toml

[subtitles]
default-language = 'all' # all/en/zh-Hant/zh-Hans/zh-HK/ja/ko
default-format = '.vtt'  # .srt/.ass/.vtt
archive = true           # true/false
fix-subtitle = false      # true/false

This does download as .vtt, but none of the tags are preserved. It's functionally exactly the same as the .srt file.

Please provide more details, like which service and what content you are downloading.

jroberts2010 commented 6 months ago

No worries, your latest update appears to fix the issue. Thanks