[Feature Request] Add/import files from file list

All about the program
Post Reply
rosslobster
Posts: 1
Joined: 26 May 2023, 20:43

26 May 2023, 20:50

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!
User avatar
admin
Site Admin
Posts: 1373
Joined: 03 Jun 2014, 22:14

28 May 2023, 12:30

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>
Post Reply