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.

58 lines
1.9 KiB

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