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.

13 lines
603 B

  1. ### This NFO is named from your video name (here let's say your video is named "yourvideo.mp4") ###
  2. ### It aims to give options specific to this videos ###
  3. [video]
  4. disable-comments = False
  5. #thumbnail = /path/to/your/thumbnail.jpg # Set the absolute path to your thumbnail
  6. name = videoname
  7. description = Your complete video description
  8. Multilines description
  9. should be wrote with a blank space
  10. at the beginning of the line :-)
  11. publishAt = 2034-05-07T19:00:00
  12. # platformAt overrides the default publishAt for the corresponding platform
  13. #peertubeAt = 2034-05-14T19:00:00
  14. #youtubeAt = 2034-05-21T19:00:00