Page 1 of 1

[Feature Request] Add/import files from file list

Posted: 26 May 2023, 20:50
by rosslobster
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!

Re: [Feature Request] Add/import files from file list

Posted: 28 May 2023, 12:30
by admin
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:

Code: Select all

<Items>
  <VideoItem>
    <Path>E:\Video\file.mp4</Path>
    <Comment>
    </Comment>
    <Rating>0</Rating>
  </VideoItem>
</Items>