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.

69 lines
2.2 KiB

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