https://github.com/jigglycrumb/tvtool
A web based tool to format file names for TV show episodes
https://github.com/jigglycrumb/tvtool
episodes formatter formatting pvr pvr-format pvr-recordings season show tmdb tv tv-shows
Last synced: 6 months ago
JSON representation
A web based tool to format file names for TV show episodes
- Host: GitHub
- URL: https://github.com/jigglycrumb/tvtool
- Owner: jigglycrumb
- Created: 2016-02-28T00:06:49.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-07-23T16:24:34.000Z (about 1 year ago)
- Last Synced: 2025-07-23T18:21:44.632Z (about 1 year ago)
- Topics: episodes, formatter, formatting, pvr, pvr-format, pvr-recordings, season, show, tmdb, tv, tv-shows
- Language: JavaScript
- Homepage: https://jigglycrumb.github.io/tvtool
- Size: 1.32 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TvTool
A web based tool to format file names for TV show episodes.
If you are capturing your DVD/BluRay collection or using a PVR to record series, this could be interesting for you.
There is no need to install anything, you can use it directly at [http://jigglycrumb.github.io/tvtool](http://jigglycrumb.github.io/tvtool)
# NOTE
This repository moved to Codeberg.
New repo: https://codeberg.org/jiggly/tvtool
New website: https://jiggly.codeberg.page/tvtool/
### Setup
- Clone repository
- Run `npm install`
### Development
- `npm run dev` - Starts the development server with hot reloading
- `npm run build` - Creates a production build
- `npm run preview` - Serves the production build locally
The development server is accessible at http://localhost:3333/
### Deployment
Runs on Github pages, from the `docs` folder.
Do a manual build and commit it to deploy.