Skip to content

Commit

Permalink
Add the checker argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Nov 29, 2024
1 parent 0e4a1d3 commit 67639a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def parse(self, args, meta):

parser.add_argument('path', nargs='*', help="Path to file/directory")
parser.add_argument('--queue', nargs='*', required=False, help="(--queue queue_name) Process an entire folder (files/subfolders) in a queue")
parser.add_argument('--unit3d', action='store_true', required=False, help="[parse a txt output file from UNIT3D-Upload-Checker]")
parser.add_argument('-s', '--screens', nargs='*', required=False, help="Number of screenshots", default=int(self.config['DEFAULT']['screens']))
parser.add_argument('-mf', '--manual_frames', required=False, help="Comma-separated frame numbers to use as screenshots", type=str, default=None)
parser.add_argument('-c', '--category', nargs='*', required=False, help="Category [MOVIE, TV, FANRES]", choices=['movie', 'tv', 'fanres'])
Expand Down

0 comments on commit 67639a9

Please sign in to comment.