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.

47 lines
1.6 KiB

  1. # Changelog
  2. ## v0.6.2
  3. **Warning**: your Peertube instance should be at least in v1.3.0 to use this new functionality.
  4. ### Features
  5. New feature, the Peertube playlists are now supported!
  6. We do not use channel in place of playlist anymore.
  7. ## v0.6.1-1 Hotfix
  8. This fix prepares the python3 compatibility.
  9. **Warning** you need a new prerequisites: python-unidecode
  10. - Remove mastodon tags (mt) options as it's deprecated. Compatibility between Peertube and Mastodon is complete.
  11. - Simplify python2 specific functions
  12. ## v0.6.1
  13. ### Fixes
  14. - fix an error when playlists on Peertube have same names but not same display names (issue #20)
  15. - fix an error where videos does not upload on Peertube when some characters are used in playlist(issue #19)
  16. ## v0.6
  17. ### Compatibility ###
  18. **Beware**, the first launch of prismedia for youtube will reask for credentials, this is needed for playlists.
  19. This release is fully compatible with Peertube v1.0.0!
  20. ### Features
  21. - Add the possibility to upload thumbnail.
  22. - Add the possibility to configure playlist. (thanks @zykino for Peertube part)
  23. - Use the API instead of external binaries for publishAt for both Peertube and Youtube. (thanks @zykino)
  24. - Use the console option to authenticate against youtube for easier use with ssh'ed servers
  25. - Add -f as an alias for --file for easier upload.
  26. ## v0.5
  27. ### Features
  28. - plan your Peertube videos! Stable release
  29. - Support for Peertube beta4
  30. - More examples in NFO
  31. - Better support for multilines descriptions
  32. ### Fixes
  33. - Display datetime for output
  34. - plan video only if upload is successful