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.

39 lines
1.3 KiB

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