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
- Host: GitHub
- URL: https://github.com/ocombe/subnode
- Owner: ocombe
- Created: 2013-01-03T08:02:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T14:57:16.000Z (over 8 years ago)
- Last Synced: 2025-03-18T18:54:15.836Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://ocombe.github.io/subNode/
- Size: 44.7 MB
- Stars: 18
- Watchers: 8
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
[](http://ocombe.github.io/subNode/img/home.jpg)
* Parameters
[](http://ocombe.github.io/subNode/img/params.jpg)
* Show page
[](http://ocombe.github.io/subNode/img/shows.jpg)
* Subtitles
[](http://ocombe.github.io/subNode/img/subtitles.jpg)