Commit graph

74 commits

Author SHA1 Message Date
Zykino
844173f326 fix OAuth URL for peertube 2018-09-09 17:29:09 +02:00
Zykino
f365eb1089 fix README with the version of python used and adding a missing dependency 2018-09-09 17:21:59 +02:00
LecygneNoir
2e600bc455 Fix bug with trailing / in peertube url. fix #6 2018-08-05 11:57:59 +02:00
LecygneNoir
a160b2e409 Use thumbnail as preview for peertube, fix #7 2018-08-05 11:28:22 +02:00
LecygneNoir
9b0da1ea65 Add Changelog info for thumbnail feature 2018-08-01 21:36:15 +02:00
LecygneNoir
dea06c6e8f Merge branch 'feature/thumbnail' into develop 2018-08-01 21:30:33 +02:00
LecygneNoir
6dd929a7c8 Fix old variable path inside peertube upload 2018-08-01 21:25:48 +02:00
LecygneNoir
b784a5b515 Update README with new features and help for thumbnail 2018-07-28 12:52:01 +02:00
LecygneNoir
5896522df5 Update help and base script to manage thumbnail 2018-07-28 12:51:44 +02:00
LecygneNoir
4803069178 Add thumbnail support for youtube 2018-07-28 12:51:21 +02:00
LecygneNoir
b442f15b17 Add thumbnail support for peertube 2018-07-28 12:51:08 +02:00
LecygneNoir
c822a10d0e Add utilities to manage thumbnail 2018-07-28 12:50:53 +02:00
LecygneNoir
0954c1e074 Add changelog for v0.5 2018-05-19 11:19:48 +02:00
LecygneNoir
0cd1d750b4 add example of multinies description 2018-05-10 12:12:03 +02:00
LecygneNoir
7dd84e1f8d add some more features to roadmap \o/ 2018-05-08 15:29:36 +02:00
LecygneNoir
c1e6e032c9 add checks for the jq command and update README 2018-05-08 14:54:25 +02:00
LecygneNoir
4ec8960451 use refresh_token instead of access_token to plan video in cron, to be able to generate a new token even if token has expired 2018-05-08 14:43:23 +02:00
LecygneNoir
28f964bf2e plan video only if video has been uploaded with success 2018-05-08 14:42:32 +02:00
LecygneNoir
677e4eea5f change languages for Peertube according to 1.0.0-beta4 2018-05-08 10:58:03 +02:00
LecygneNoir
1fcb332fc0 set publishAt example date far way in the future for demo :p 2018-05-08 10:30:15 +02:00
LecygneNoir
f98a88803d add compatibility with version before beta4 thanks to git tags 2018-05-08 10:25:21 +02:00
LecygneNoir
0ddbca711c add verbose logging with date 2018-05-06 20:53:30 +02:00
LecygneNoir
d2c6154738 Add the publishAt option to allow planned publication for your videos. See README for prerequisites 2018-05-01 13:41:14 +02:00
victor.hery
8968438af2 Bugfix, no quotes are allowed inside peertube_secret 2018-03-30 08:06:16 +02:00
LecygneNoir
ac6db56355 Add new feature to force compatibility tag with Mastodon publication (peertube) 2018-03-29 23:02:30 +02:00
LecygneNoir
768bbb0215 Typo in error messages 2018-03-26 21:25:28 +02:00
LecygneNoir
1975704954 Displaying video URL after upload 2018-03-16 10:58:49 +01:00
LecygneNoir
f3e0369710 Add options to choose audio language for the video (default is English) 2018-03-16 09:45:37 +01:00
LecygneNoir
605f1a8d67 Validate options schema after parsing NFO, to validate data imported from NFO (sanity checks) 2018-03-16 09:09:43 +01:00
LecygneNoir
5c5c70b246 Add option to choose which platform to upload to (default is Youtube and Peertube) 2018-03-16 08:42:01 +01:00
LecygneNoir
54beb8ee7e Add some protection for tags (no empty tag, no tag with more than 30 chars) 2018-03-15 16:44:32 +01:00
LecygneNoir
6be996b9a3 Check the NFO feature in README! :-) 2018-03-14 10:55:10 +01:00
LecygneNoir
d25162120e Add nfo_example to precise the NFO usage 2018-03-14 10:45:21 +01:00
LecygneNoir
a2f4ff137f Add support for a full NFO file to specify options for each uploaded videos 2018-03-14 10:44:54 +01:00
LecygneNoir
57a4043231 Add indication to get client_id and client_secret for peertube authentication 2018-03-12 15:20:36 +01:00
LecygneNoir
6a1ddc0faf Add a more precise and usable documentation to be able to use the tool more easily :-) 2018-03-12 15:15:06 +01:00
LecygneNoir
8626ca0a87 Cancel Thumbmail support as Youtube API does not even support it... 2018-03-12 12:13:34 +01:00
LecygneNoir
5d68cc79f7 correction to be more pep8 compliant (mostly typo) 2018-03-12 11:08:08 +01:00
LecygneNoir
7c12bcbc31 Add nsfw option for Peertube only, YT api does not support it at the moment 2018-03-12 10:38:59 +01:00
LecygneNoir
0295402194 Use docopt default for description instead of "or" when constructing the body (which is duplicate) 2018-03-12 10:00:21 +01:00
LecygneNoir
4be4a1727e Add option to disable comments on Peertube (Youtube has no option in API to do that) 2018-03-12 09:35:25 +01:00
LecygneNoir
2abcf711b8 add possibility to choose privacy 2018-03-09 22:16:36 +01:00
LecygneNoir
c8efa820ff add possibility to choose license cca for Youtube 2018-03-09 16:15:53 +01:00
LecygneNoir
ac91e9b918 rename project to prismedia, thanks to @rigelk for the idea! 2018-03-09 15:41:30 +01:00
LecygneNoir
4c58f14cdf add category options with conversion between peertube/youtube 2018-03-09 15:36:25 +01:00
LecygneNoir
c79309e091 edit some import to be compatible with python 2.7 2018-03-09 11:13:05 +01:00
LecygneNoir
097f3af92f Merge branch 'master' of meewan/ptyt_upload into master
Refactor code to pep8 standards
2018-03-08 23:09:08 +01:00
meewan
010931d8b7 pep8 2018-03-08 22:48:16 +01:00
LecygneNoir
117e58a807 Merge branch 'master' of meewan/ptyt_upload into master
Fix magic name to avoid confusion between packager name and pip name thank to @meewan
2018-03-08 17:12:51 +01:00
meewan
ad25a4d15e fix magic package name 2018-03-08 16:54:06 +01:00