Feature #3557
Explicitly change filename after transcoding
Start date:
2016-02-05
Due date:
% Done:
0%
Estimated time:
Description
Hi
I have tried all ways to get TVH to recognize that the filename has changed after a transcode, relying on inotify. It has never been successful, always resulting in "File missing" in the "Failed" section.
It would be nice to be able to tell TVH explicitly that the filename has changed, perhaps via a REST API.
I have changed the filename in TVH's log files using
grep -rl 'uniquefilename' ./ | xargs sed -i 's/uniquefilename/NEWuniquefilename/g'
Unfortunately TVH doesn't recognize the change until TVH is restarted.
I have looked for documentation re REST API but haven't found it, maybe someone could post a link.
The main thing I am doing here is transcoding a .ts file to .mp3.
Les