Scripting way to upload videos to peertube and youtube
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
961 B

  1. ### This NFO example show how to construct a NFO for your video ###
  2. ### All fields are optional, but you need at least one fields (otherwise NFO is useless :-p) ###
  3. ### See --help for options explanation
  4. ### Prismedia will search and use NFO in this order: ###
  5. ### 1. file passed in command line through --nfo ###
  6. ### 2. file inside video directory named after --name command line option append with .txt ###
  7. ### 3. file inside video directory named after --file command line option with .txt extension ###
  8. [video]
  9. name = videoname
  10. description = Your complete video description
  11. Multilines description
  12. should be wrote with a blank space
  13. at the beginning of the line :)
  14. tags = list of tags, comma separated
  15. mt = True
  16. category = Films
  17. cca = True
  18. privacy = private
  19. disable-comments = True
  20. thumbnail = /path/to/your/thumbnail.jpg # Set the absolute path to your thumbnail
  21. nsfw = True
  22. platform = youtube, peertube
  23. language = French
  24. publishAt=2034-05-07T19:00:00