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.

52 lines
1.7 KiB

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