vt <movie entry>
- Magnet URI Link (e.g. magnet:?xt=urn:btih:<hash>)
- Local Video File (e.g. ~/Movies/<movie>.mp4)
vt <movie entry> --subtitle <subtitle entry>
- Local
.srt
or.vtt
file (e.g. ~/Movies/<movie>.srt)
vt help
Set custom path to a Config file
described above.
Set a language code, e.g. en-us, fr, pt-br and so on. The default is en
.
Show a QR Code that redirects to the settings page.
Useful for configuring the app on the phone while media plays on television.
Requires a Config file
with Open Subtitles credentials
Vidéothèque verifies if the movie to be watched is a Foreign language movie and Downloads a subtitle if needed.
Set once properties can be grouped on a .toml
file. Vidéothèque has sensible defaults and the Config file is completly optional.
The program follows the XDG Base Directory Specification and tries to find the file: $XDG_CONFIG_HOME/videoteque/config.toml
.
language = "fr"
[open-subtitles]
username = "my-username"
password = "my-password"
[server]
port = 1201
MacOS or Linux only
brew tap yassernasc/videoteque https://github.com/yassernasc/videoteque.git
brew install videoteque
Requires Golang and Node.js to be installed
make install