Bug #2916
multi file recordings show last file only when playing back
Start date:
2015-06-03
Due date:
% Done:
0%
Estimated time:
Found in version:
4.1-149~g2b31be5
Affected Versions:
Description
Since recently, DVR entry files can refer to multiple files like this:
"files": [ { "filename": "/path/to/file1.ts" }, { "filename": "/path/to/file2.ts" }, { "filename": "/path/to/file3.ts" } ]
But when playing back such a recording, every file is ignored except for the last one.
This is true for both playing back using the webui as for using Kodi.
History
Updated by Luis Alves about 9 years ago
Any development on this?
Would it be hard to handle a multiple file recording as a playlist?