subsync icon indicating copy to clipboard operation
subsync copied to clipboard

feature request: provide visibility on what languages are suported

Open wellloaded opened this issue 5 years ago • 6 comments

very minor but it would really help if via a button/menu on the GUI you could display a matrix like piece of info documenting what text languages are supported, what audio languages are supported and whether the relevant language is currently installed or needs download.

Thanks!

wellloaded avatar Feb 11 '20 14:02 wellloaded

I am planning to eventually add asset manager window, where you could list, install, uninstall and upgrade assets. By assets I mean dictionaries and speech recognition models. But right now this is not at the top of my list.

sc0ty avatar Feb 11 '20 16:02 sc0ty

For the time being could you just list the languages supported within the latest release on your internet site? Right now the only way to find this out is to try!

wellloaded avatar Feb 21 '20 20:02 wellloaded

Look at the list here https://github.com/sc0ty/subsync/releases/tag/assets. Dictionaries are named dict-lang1-lang2.zip and speech recognition models speech-lang.zip.

sc0ty avatar Feb 21 '20 21:02 sc0ty

Ok to understand this I have tried to subsync a video in Portuguese (Brazilian) with English subtitles. Subsync says Portuguese is not supported however I do see this in the assets:

https://github.com/sc0ty/subsync/releases/download/assets/dict-eng-por.zip

What am I missing here?

P.S. Can I install the dictionaries manually? If so in what file in what folder?

Thanks

wellloaded avatar Apr 26 '20 11:04 wellloaded

To synchronize with Portuguese audio you need also Portuguese speech recognition model speech-por.zip which is missing.

Assets are stored in:

  • Windows: %ALLUSERSPROFILE%\subsync\assets (C:\ProgramData\subsync\assets)
  • Linux: ~/.config/subsync/assets
  • Mac: ~/Library/Preferences/subsync/assets

You can just extract zip file there.

sc0ty avatar Apr 26 '20 12:04 sc0ty

Added entry to FAQ https://github.com/sc0ty/subsync/wiki/FAQ#where-is-config-stored-on-disk

sc0ty avatar Apr 26 '20 13:04 sc0ty