An app to download subtitles for your TV Shows
Automagically parse your TV Shows folder and let you download subtitles for your episodes
Multi languages. Currently english and french support. If you want another language, feel free to open an issue or to send me an email
Auto update: it checks github for new releases and let you update your app with one click
Quality coloring & automatic rating to let you choose your subtitles accordingly to the source
Autorename your subtitles to the name of your video file (optionnal)
And many more...
Download and install nodeJS.
Go to the subNode folder and launch the init script, it will download and compile the modules for your environment
On Windows : ./scripts/init.bat
On Linux : sudo sh scripts/init.sh
Or via the command line :npm install --production --unsafe-perm
Launch the server :
On Windows : ./scripts/launch.bat
On Linux : sudo sh scripts/launch.sh
Or via the command line :node app.js
on Windows and nodejs app.js
on Linux
Go to http://localhost:3000/ and enjoy !
The launch script sudo sh scripts/launch.sh
or the command nodejs app.js
doesn't work on Linux: it launches and the exits :
It's a bug in forever (the module to keep the app launched even if it crashes). Try to launch the app manually via the command: sudo nodejs ./server/serverWrapper.js
I got an error "EADDRINUSE" when I try to start the app : subNode uses the port 3000 by default. If this port is already used by another program you will get this error. You can change the value of the variable "port" in the file appParams.json