gitignore .mp4 to avoid commiting test files

This commit is contained in:
LecygneNoir 2020-04-03 12:11:58 +02:00
parent af65627fcf
commit e91ada951f
2 changed files with 2 additions and 31 deletions

3
.gitignore vendored
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

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