scripting your 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.

32 lines
1.1 KiB

  1. # Changelog
  2. ## v0.6.1
  3. ### Fixes
  4. - fix an error when playlists on Peertube have same names but not same display names (issue #20)
  5. - fix an error where videos does not upload on Peertube when some characters are used in playlist(issue #19)
  6. ## v0.6
  7. ### Compatibility ###
  8. **Beware**, the first launch of prismedia for youtube will reask for credentials, this is needed for playlists.
  9. This release is fully compatible with Peertube v1.0.0!
  10. ### Features
  11. - Add the possibility to upload thumbnail.
  12. - Add the possibility to configure playlist. (thanks @zykino for Peertube part)
  13. - Use the API instead of external binaries for publishAt for both Peertube and Youtube. (thanks @zykino)
  14. - Use the console option to authenticate against youtube for easier use with ssh'ed servers
  15. - Add -f as an alias for --file for easier upload.
  16. ## v0.5
  17. ### Features
  18. - plan your Peertube videos! Stable release
  19. - Support for Peertube beta4
  20. - More examples in NFO
  21. - Better support for multilines descriptions
  22. ### Fixes
  23. - Display datetime for output
  24. - plan video only if upload is successful