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.

25 lines
895 B

  1. ### This NFO example show how to construct a NFO for your video ###
  2. ### All fields are optionals, but you need at least one field (otherwise NFO is useless :-p) ###
  3. ### See --help for options explanation
  4. [video]
  5. name = videoname
  6. description = Your complete video description
  7. Multilines description
  8. should be wrote with a blank space
  9. at the beginning of the line :-)
  10. tags = list of tags, comma separated
  11. category = Films
  12. cca = True
  13. privacy = private
  14. disable-comments = True
  15. #thumbnail = /path/to/your/thumbnail.jpg # Set the absolute path to your thumbnail
  16. channel = CookingTest
  17. channelCreate = True
  18. playlist = Desserts Recipes playlist
  19. playlistCreate = True
  20. nsfw = False
  21. platform = youtube, peertube
  22. language = French
  23. publishAt = 2034-05-07T19:00:00
  24. # platformAt overrides the default publishAt for the corresponding platform
  25. #peertubeAt = 2034-05-14T19:00:00
  26. #youtubeAt = 2034-05-21T19:00:00