ocombe / subnode

An app to download subtitles for your TV Shows

Home Page:http://ocombe.github.io/subNode/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subNode

An app to download subtitles for your TV Shows

Features

  • 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...

Installation & usage :

  1. Download and install nodeJS.

  2. 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

  1. 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

  1. Go to http://localhost:3000/ and enjoy !

Troubleshooting

  • 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

Screenshots

  • Home

Home

  • Parameters

Parameters

  • Show page

Show page

  • Subtitles

Subtitles

About

An app to download subtitles for your TV Shows

http://ocombe.github.io/subNode/


Languages

Language:JavaScript 92.2%Language:CSS 6.8%Language:HTML 0.9%Language:Shell 0.0%