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.

90 lines
2.8 KiB

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