This repository has been archived on 2024-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Derek Paschal ef7855a3d9 Initial Commit. Migrating from Github 2023-02-02 14:00:45 -06:00
.gitattributes Initial Commit. Migrating from Github 2023-02-02 14:00:45 -06:00
.gitignore Initial Commit. Migrating from Github 2023-02-02 14:00:45 -06:00
LICENSE Initial Commit. Migrating from Github 2023-02-02 14:00:45 -06:00
README.md Initial Commit. Migrating from Github 2023-02-02 14:00:45 -06:00
main.js Initial Commit. Migrating from Github 2023-02-02 14:00:45 -06:00
package-lock.json Initial Commit. Migrating from Github 2023-02-02 14:00:45 -06:00
package.json Initial Commit. Migrating from Github 2023-02-02 14:00:45 -06:00

README.md

Season Renamer

Node app for converting an almost organized folder of media into Jellyfin parsable filenames.

Usage

Target path must contain episodes already organized into folders like "Season 01" and "Specials". App only renames episodes to standard "SxxxEyyy" convention, based on whether an episode number is already present or otherwise alphanumeric order.

Run by using command node main.js "{folder-path}"

Examples:

node main.js "~\Videos\Favorite Show"
node main.js "D:\video\worst_show"