
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
A node.js commandline utility for renaming the files of downloaded TV shows.
Parses filenames of video files for relevent information and queries the Trakt API to find episode title to construct the new filename and renames.
You're going to need node.js for this. If you don't have that, Google how to install that on your operating system and come back when you're done.
$ npm install --global episoder
This may need to be run as sudo.
$ episoder community-s01e04.mp4
Will rename the file to Community - S01E04 - Social Psychology.mp4
It tries to be clever and only rename video files.
Currently it will move files from inside a directory to where you have run the command.
There are useful --show, --episode, and --season flags, which can be
useful if there is not enough information in the filename to work out what it
is:
$ episoder --show "Parks and Recreation" --season 1 --episode 4 untitled.mp4
Will rename to Parks and Recreation - S01E04 - Boys Club.avi.
There are a few other features that might be useful.
$ episoder --help
Options:
--show, -S Provide show name [string]
--season, -s Provide season number [number]
--episode, -e Provide episode number [number]
--colour Colour logging [boolean] [default: true]
--verbose, -v Verbose logging [boolean]
--quiet Only log errors [boolean]
--silent No logging [boolean]
--force, -f Overwrite existing files [boolean]
--recursive, -r Name files in directory recursively [boolean]
--interactive, -i Prompt for file change [boolean]
--backup Create backup of file [boolean]
--error-on-missing Fail if any source file missing [boolean]
--version, -V Show version number [boolean]
--help, -h Show help [boolean]
FAQs
Application for renaming downloaded tv show files
The npm package episoder receives a total of 0 weekly downloads. As such, episoder popularity was classified as not popular.
We found that episoder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.