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.

74 lines
2.3 KiB

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