mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 01:19:15 +02:00
gitignore .mp4 to avoid commiting test files
This commit is contained in:
parent
af65627fcf
commit
e91ada951f
2 changed files with 2 additions and 31 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -65,3 +65,4 @@ peertube_secret
|
||||||
nfo_example.txt
|
nfo_example.txt
|
||||||
peertube_secret.sample
|
peertube_secret.sample
|
||||||
youtube_secret.json.sample
|
youtube_secret.json.sample
|
||||||
|
*.mp4
|
|
@ -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…
Add table
Add a link
Reference in a new issue