[Feature Request] Add/import files from file list
-
- Posts: 1
- Joined: 26 May 2023, 20:43
Is there any way to add a feature allowing you to import videos from a .txt document of file paths? I'm thinking basically the same thing as the "import list of files to process" option in VTM. Or maybe there is another way to accomplish the same thing I'm not aware of? Thanks!
Hello,
Using raw txt? Not possible as for now.
The current Import/Export feature is using xml.
Is it an option for you?
The simpliest format is like below:
Using raw txt? Not possible as for now.
The current Import/Export feature is using xml.
Is it an option for you?
The simpliest format is like below:
Code: Select all
<Items>
<VideoItem>
<Path>E:\Video\file.mp4</Path>
<Comment>
</Comment>
<Rating>0</Rating>
</VideoItem>
</Items>