Browse Source

Add nfo_example to precise the NFO usage

master
LecygneNoir 6 years ago
parent
commit
d25162120e
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      nfo_example.txt

+ 16
- 0
nfo_example.txt View File

@ -0,0 +1,16 @@
### This NFO example show how to construct a NFO for your video ###
### All fields are optional, but you need at least one fields (otherwise NFO is useless :-p) ###
### See --help for options explanation
### Prismedia will search and use NFO in this order: ###
### 1. file passed in command line through --nfo ###
### 2. file inside video directory named after --name command line option append with .txt ###
### 3. file inside video directory named after --file command line option with .txt extension ###
[video]
name = videoname
description = Your complete video description
tags = list of tags, comma separated
category = Films
cca = True
privacy = private
disable-comments = True
nsfw = True

Loading…
Cancel
Save