Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eins78/rename-absolute-series

rename TV episodes from absolute to season schema
https://github.com/eins78/rename-absolute-series

Last synced: about 1 month ago
JSON representation

rename TV episodes from absolute to season schema

Awesome Lists containing this project

README

        

# `rename-absolute-series`

small `node.js` script to rename series filenames
from absolute numbering to season numbering,
according to tvdb data.

*Proof of Concept*, hardcoded to **'Tatort'**.

# usage

Read files and show new names:
`node rename-tatort.js --src /path/to/Tatort/Season.01`

To actually do something, give a destination:
`--dest /path/to`

And use one of these flags:
- `--copy`: to *copy* the files.
- `--move`: to *move* the files. *Does not work across volumes* (use `--copy` instead).

Example:

```shell
$ node rename-tatort.js --move --src /Volumes/FOO/Files/Video/Series/Tatort/Season.01 --dest /Volumes/FOO/Incoming/

Tatort.S01E879.Flückiger.05.Geburtstagskind.SD.TV.avi > Tatort.S2013E23.avi
```

# License

MIT