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.

91 lines
3.0 KiB

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