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.

172 lines
6.1 KiB

  1. # Changelog
  2. ## v0.12.0
  3. ### Features
  4. - Add `--heartbeat` option to send request to youtube API, avoiding youtube to disabling you API account if you do not upload video often (Thanks @Zykino see #54)
  5. - Rework and improve genconfig process to avoid erasing existing configuration and make it more easy to use
  6. - Add a `prismedia-init` script when installing prismedia to easily generate basic configuration (see #55)
  7. - Update multiple dependencies used for prismedia as they were very old.
  8. - Add auto search for thumbnail in `.png` in addition to `.jpg` and `.jepg`.
  9. ### Fixes
  10. - Add pagination for youtube playlist to search for all user playlists (Thanks @Zykino)
  11. - Remove file format check for both videos and thumbnail as Youtube and Peertube now accepts more than .mp4 and .jpg (see #60)
  12. ## v0.11.0
  13. ### Features
  14. - Add the configuration of Original date of Record for Youtube and Peertube (see #50)
  15. - Add a progress bar when uploading on Peertube (Thanks @Zykino, see #52)
  16. ## v0.10.3
  17. ### Fix
  18. - Fix the pagination for Peertube playlist, as index begins at 0, not 1
  19. ## v0.10.2
  20. ### Fixes
  21. - Fix a typo in log (missing space when displaying thumbnail) (see #49)
  22. - Add pagination when searching playlist in Peertube as default pagination show only 14 playlists (see #41)
  23. - Add a check to avoid uploading video on Peertube with more than 5 tags (see #48)
  24. - Revert the workaround for Youtube playlist bug now the bug is fixed by Youtube (see #47)
  25. ## v0.10.1
  26. ### Fix
  27. - Fix a bug introduced with v0.10.0 that broke thumbnail on youtube upload.
  28. ## v0.10.0
  29. ### Features
  30. - Add the possibility to specify strict checks option to never forgot parameters when uploading (see #36)
  31. - Improve logging system, add options for batch upload and print url-only in the stdout (see #29)
  32. - --debug option is now deprecated in favor of --log=debug
  33. ### Fixes
  34. - Workaround against the Youtube API breakdown while adding video in playlist. See #47 for details. Should be removed once Google fix their bugs.
  35. ## v0.9.1
  36. ### Features
  37. - Possibility to bypass the MIME check for .mp4 when the user is sure of its video (#46 , thanks to @zykino)
  38. - Now **available with pip** for installation! (See the README for doc)
  39. ## v0.9.0
  40. ### Upgrade from v0.8.0
  41. Now using [poetry](https://python-poetry.org/) for packaging and installing! It's easier to maintain and publish package, but means changes when using prismedia from command line.
  42. **Using poetry** (recommanded)
  43. - [install poetry](https://python-poetry.org/docs/#installation)
  44. - git pull the repo
  45. - install prismedia:
  46. ```bash
  47. poetry install
  48. ```
  49. - use prismedia from the command line directly from your path:
  50. ```bash
  51. prismedia -h
  52. ```
  53. **From source**
  54. Prismedia is now seen as a python module, so you need to use `python -m prismedia` instead of `./prismedia_upload.py`.
  55. Once you have pulled the new v0.9.0, you may update by using:
  56. ```
  57. pip install -r requirements.txt
  58. # Then use prismedia through python command line:
  59. python -m prismedia -h
  60. ```
  61. ### Features
  62. - Prismedia now uses [poetry](https://python-poetry.org) to allow easier installation usage and build, see the README (fix #34)
  63. - Add two new options to schedule video by platform. You may now use youtubeAt and peertubeAt to prepare previews (fix #43)
  64. - Enhance the NFO system to allow a hierarchical loading of multiple NFO, with priorities. See README and [prismedia/samples](prismedia/samples) for details (fix #11)
  65. ## v0.8.0
  66. ### Breaking changes
  67. Now work with python 3! Support of python 2 is no longer available.
  68. You should now use python 3 in order to use prismedia
  69. ### Features
  70. - Add a requirements.txt file to make installing requirement easier.
  71. - Add a debug option to show some infos before uploading (thanks to @zykino)
  72. - Now uploading to Peertube before Youtube (thanks to @zykino)
  73. ## v0.7.1
  74. ### Fixes
  75. Fix bug #42 , crash on Peertube when video has only one tag
  76. ## v0.7.0
  77. ### Features
  78. Support Peertube channel additionally with playlist for Peertube!
  79. Peertube only as channel are Peertube's feature. See #40 for details.
  80. ### Fixes
  81. - Best uses of special chars in videoname, channel name and playlist name
  82. - Some fixes in logging message for better lisibility
  83. - Readme features list improved for better lisibility
  84. ## v0.6.4
  85. ### Fixes
  86. - Fix #33, no more trying to add a video into a playlist when the playlist does not exist on Youtube
  87. - fix #39, patch the playlist name check when playlist contains special chars
  88. ## v0.6.3
  89. ### Fixes
  90. Fix Critical bug #38 that prevent upload when creating playlists on Peertube, as public playlist need a non-null channel_id.
  91. ## v0.6.2
  92. **Warning**: your Peertube instance should be at least in v1.3.0 to use this new functionality.
  93. ### Features
  94. New feature, the Peertube playlists are now supported!
  95. We do not use channel in place of playlist anymore.
  96. ## v0.6.1-1 Hotfix
  97. This fix prepares the python3 compatibility.
  98. **Warning** you need a new prerequisites: python-unidecode
  99. - Remove mastodon tags (mt) options as it's deprecated. Compatibility between Peertube and Mastodon is complete.
  100. - Simplify python2 specific functions
  101. ## v0.6.1
  102. ### Fixes
  103. - fix an error when playlists on Peertube have same names but not same display names (issue #20)
  104. - fix an error where videos does not upload on Peertube when some characters are used in playlist(issue #19)
  105. ## v0.6
  106. ### Compatibility ###
  107. **Beware**, the first launch of prismedia for youtube will reask for credentials, this is needed for playlists.
  108. This release is fully compatible with Peertube v1.0.0!
  109. ### Features
  110. - Add the possibility to upload thumbnail.
  111. - Add the possibility to configure playlist. (thanks @zykino for Peertube part)
  112. - Use the API instead of external binaries for publishAt for both Peertube and Youtube. (thanks @zykino)
  113. - Use the console option to authenticate against youtube for easier use with ssh'ed servers
  114. - Add -f as an alias for --file for easier upload.
  115. ## v0.5
  116. ### Features
  117. - plan your Peertube videos! Stable release
  118. - Support for Peertube beta4
  119. - More examples in NFO
  120. - Better support for multilines descriptions
  121. ### Fixes
  122. - Display datetime for output
  123. - plan video only if upload is successful