https://github.com/saucecodee/seasonate
Pagination but for organizing episodes of series.
https://github.com/saucecodee/seasonate
Last synced: 12 months ago
JSON representation
Pagination but for organizing episodes of series.
- Host: GitHub
- URL: https://github.com/saucecodee/seasonate
- Owner: saucecodee
- Created: 2021-01-03T19:48:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-08T23:47:46.000Z (over 5 years ago)
- Last Synced: 2025-04-24T00:44:38.697Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seasonate
Pagination but for organizing episodes of series.
## Usage
- Firstly, make sure you have [NodeJS](https://nodejs.org/en/download/) installed.
- Copy the `app.js` file to the folder that contains the movies you want to 'seasonate'.
- Then open the folder on the terminal and run `node app.js`.
- Sit back and watch the magic happen 😎
## For this to work
- The movie name should be have this pattern [Movie name]S[season]E[episode][any other random text].[file extention] example StartUP.S1E9.blahblah.mp4
- The `app.js` file must be on the same folder as the movies. Movies in nested folders won't be recognised.