diff --git a/.gitignore b/.gitignore index 38e944a..16f1030 100644 --- a/.gitignore +++ b/.gitignore @@ -64,4 +64,5 @@ peertube_secret .youtube_credentials.json nfo_example.txt peertube_secret.sample -youtube_secret.json.sample \ No newline at end of file +youtube_secret.json.sample +*.mp4 \ No newline at end of file diff --git a/prismedia/config/nfo_example.txt b/prismedia/config/nfo_example.txt deleted file mode 100644 index a6c537d..0000000 --- a/prismedia/config/nfo_example.txt +++ /dev/null @@ -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 \ No newline at end of file