otrRenamer
otrRenamer is a php script, which rename downloades files from onlinetvrecorder.com in "scrapp-able" files., (*1)
Usage
Download otrRenamer.php and edit the following:, (*2)
Set "SOURCEDIR" to your dir, which contains the downloaded files., (*3)
Set "DESTDIR" to the destination dir, (*4)
if you want to create a subfolder for each film, so set SUBDIR to "true", (*5)
put all file extensions into the $aFiles - array (recommend: avi, mp4), (*6)
start the script in a terminal, (*7)
php otrRenamer.php
have fun!, (*8)
if you edit the script, please commit it in this repo! thanks :-), (*9)
features in development
- delete files after copy in sourcedir
- decide between movie and series with an array (and in feature maybe with an api request?)