From d25162120e75e8de47410070e88569ff3682484a Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Wed, 14 Mar 2018 10:45:21 +0100 Subject: [PATCH] Add nfo_example to precise the NFO usage --- nfo_example.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 nfo_example.txt diff --git a/nfo_example.txt b/nfo_example.txt new file mode 100644 index 0000000..c496603 --- /dev/null +++ b/nfo_example.txt @@ -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 \ No newline at end of file