An open API service indexing awesome lists of open source software.

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

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.