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.

85 lines
2.7 KiB

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