Browse Source

gitignore .mp4 to avoid commiting test files

pull/46/head
LecygneNoir 4 years ago
parent
commit
e91ada951f
2 changed files with 2 additions and 31 deletions
  1. +2
    -1
      .gitignore
  2. +0
    -30
      prismedia/config/nfo_example.txt

+ 2
- 1
.gitignore View File

@ -64,4 +64,5 @@ peertube_secret
.youtube_credentials.json
nfo_example.txt
peertube_secret.sample
youtube_secret.json.sample
youtube_secret.json.sample
*.mp4

+ 0
- 30
prismedia/config/nfo_example.txt View File

@ -1,30 +0,0 @@
### 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
Multilines description
should be wrote with a blank space
at the beginning of the line :)
tags = list of tags, comma separated
category = Films
cca = True
privacy = private
disable-comments = True
#thumbnail = /path/to/your/thumbnail.jpg # Set the absolute path to your thumbnail
channel = CookingTest
channelCreate = True
playlist = Desserts Recipes playlist
playlistCreate = True
nsfw = False
platform = youtube, peertube
language = French
publishAt=2034-05-07T19:00:00
# platformAt overrides the default publishAt for the corresponding platform
#peertubeAt = 2034-05-14T19:00:00
#youtubeAt = 2034-05-21T19:00:00

Loading…
Cancel
Save