Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eins78/rename-absolute-series
- Owner: eins78
- Created: 2013-11-24T16:36:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-24T16:40:22.000Z (about 11 years ago)
- Last Synced: 2024-04-15T03:00:43.962Z (9 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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