Tarnyko
Tarnyko
Tested on latest RHEL/CentOS. As there is no tag for the Python3 version, just use the revision for now.
When detecting a .srt file type, we can only rely on the UnicodeDecodeError exception; but this won't work if we allowed a non-Unicode file (with "encoding='latin-1'" e.g.) Work around this...
Some build systems, such as Yocto, use a separate directory to output compilation results. Creating an id3 source file with gawk using given syntax will then fail, because the output...
Add a French translation for the GUI (and app launcher description). Tested it with various combinations of settings, to be sure the generated text is always correct.
These 3 commits: - move all SDL-specific stuff to the renderer ; - add SDL3 code to the renderer, and allow the demo to be built this way: `./build.sh sdl3`...