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.

84 lines
2.6 KiB

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