An open API service indexing awesome lists of open source software.

https://github.com/ocombe/subnode

An app to download subtitles for your TV Shows
https://github.com/ocombe/subnode

Last synced: over 1 year ago
JSON representation

An app to download subtitles for your TV Shows

Awesome Lists containing this project

README

          

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](https://github.com/ocombe/subNode/issues) or to [send me an email](mailto:olivier.combe+githubsubnode@gmail.com?subject=subNode)

* 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](http://nodejs.org/download/).

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```

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

4. 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](http://ocombe.github.io/subNode/img/home.jpg)](http://ocombe.github.io/subNode/img/home.jpg)

* Parameters

[![Parameters](http://ocombe.github.io/subNode/img/params.jpg)](http://ocombe.github.io/subNode/img/params.jpg)

* Show page

[![Show page](http://ocombe.github.io/subNode/img/shows.jpg)](http://ocombe.github.io/subNode/img/shows.jpg)

* Subtitles

[![Subtitles](http://ocombe.github.io/subNode/img/subtitles.jpg)](http://ocombe.github.io/subNode/img/subtitles.jpg)