Commit Graph

  • 56873c0 Merge branch 'fixFirstSetup' of Zykino/prismedia into develop by LecygneNoir 2018-09-20 20:23:00 +0200
  • 461beaa peertube: fix default playlist by Zykino 2018-09-12 00:45:18 +0200
  • 9118f7b Add option to manage playlist for videos by LecygneNoir 2018-08-04 14:07:37 +0200
  • bd8aa9c Add support for playlist on Peertube by LecygneNoir 2018-08-04 14:07:02 +0200
  • c5aeacb Update peeror repo with new url by LecygneNoir 2018-08-04 13:50:39 +0200
  • 3b76221 update shebang to use python2 instead of the distrb prefered by Zykino 2018-09-11 22:08:30 +0200
  • 34103c4 print the peertube response.json when in error by Zykino 2018-09-09 21:19:34 +0200
  • 844173f fix OAuth URL for peertube by Zykino 2018-09-09 17:29:09 +0200
  • f365eb1 fix README with the version of python used and adding a missing dependency by Zykino 2018-09-09 17:21:59 +0200
  • 2e600bc Fix bug with trailing / in peertube url. fix #6 by LecygneNoir 2018-08-05 11:57:59 +0200
  • a160b2e Use thumbnail as preview for peertube, fix #7 by LecygneNoir 2018-08-05 11:28:22 +0200
  • bd26316 Add option to manage playlist for videos by LecygneNoir 2018-08-04 14:07:37 +0200
  • 68959cc Add support for playlist on Peertube by LecygneNoir 2018-08-04 14:07:02 +0200
  • 6a07bbb Update peeror repo with new url by LecygneNoir 2018-08-04 13:50:39 +0200
  • 9b0da1e Add Changelog info for thumbnail feature by LecygneNoir 2018-08-01 21:36:15 +0200
  • dea06c6 Merge branch 'feature/thumbnail' into develop by LecygneNoir 2018-08-01 21:30:33 +0200
  • 6dd929a Fix old variable path inside peertube upload by LecygneNoir 2018-08-01 21:25:48 +0200
  • b784a5b Update README with new features and help for thumbnail by LecygneNoir 2018-07-28 12:52:01 +0200
  • 5896522 Update help and base script to manage thumbnail by LecygneNoir 2018-07-28 12:51:44 +0200
  • 4803069 Add thumbnail support for youtube by LecygneNoir 2018-07-28 12:51:21 +0200
  • b442f15 Add thumbnail support for peertube by LecygneNoir 2018-07-28 12:51:08 +0200
  • c822a10 Add utilities to manage thumbnail by LecygneNoir 2018-07-28 12:50:53 +0200
  • e4e7abb Merge branch 'release/v0.5' by LecygneNoir 2018-05-19 11:21:05 +0200
  • 0954c1e (tag: v0.5) Add changelog for v0.5 by LecygneNoir 2018-05-19 11:19:48 +0200
  • 0cd1d75 add example of multinies description by LecygneNoir 2018-05-10 12:12:03 +0200
  • 7dd84e1 add some more features to roadmap \o/ by LecygneNoir 2018-05-08 15:29:36 +0200
  • c1e6e03 add checks for the jq command and update README by LecygneNoir 2018-05-08 14:54:25 +0200
  • 4ec8960 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 by LecygneNoir 2018-05-08 14:43:23 +0200
  • 28f964b plan video only if video has been uploaded with success by LecygneNoir 2018-05-08 14:42:32 +0200
  • 677e4ee change languages for Peertube according to 1.0.0-beta4 by LecygneNoir 2018-05-08 10:58:03 +0200
  • 1fcb332 set publishAt example date far way in the future for demo :p by LecygneNoir 2018-05-08 10:30:15 +0200
  • f98a888 add compatibility with version before beta4 thanks to git tags by LecygneNoir 2018-05-08 10:25:21 +0200
  • 0ddbca7 (tag: 1.0.0-beta3) add verbose logging with date by LecygneNoir 2018-05-06 20:53:30 +0200
  • d2c6154 Add the publishAt option to allow planned publication for your videos. See README for prerequisites by LecygneNoir 2018-05-01 13:41:14 +0200
  • 8968438 Bugfix, no quotes are allowed inside peertube_secret by victor.hery 2018-03-30 08:06:16 +0200
  • ac6db56 Add new feature to force compatibility tag with Mastodon publication (peertube) by LecygneNoir 2018-03-29 23:02:30 +0200
  • 768bbb0 Typo in error messages by LecygneNoir 2018-03-26 21:25:28 +0200
  • 1975704 Displaying video URL after upload by LecygneNoir 2018-03-16 10:58:49 +0100
  • f3e0369 Add options to choose audio language for the video (default is English) by LecygneNoir 2018-03-16 09:45:37 +0100
  • 605f1a8 Validate options schema after parsing NFO, to validate data imported from NFO (sanity checks) by LecygneNoir 2018-03-16 09:09:43 +0100
  • 5c5c70b Add option to choose which platform to upload to (default is Youtube and Peertube) by LecygneNoir 2018-03-16 08:42:01 +0100
  • 54beb8e Add some protection for tags (no empty tag, no tag with more than 30 chars) by LecygneNoir 2018-03-15 16:44:32 +0100
  • 6be996b Check the NFO feature in README! :-) by LecygneNoir 2018-03-14 10:55:10 +0100
  • d251621 Add nfo_example to precise the NFO usage by LecygneNoir 2018-03-14 10:45:21 +0100
  • a2f4ff1 Add support for a full NFO file to specify options for each uploaded videos by LecygneNoir 2018-03-14 10:44:54 +0100
  • 57a4043 Add indication to get client_id and client_secret for peertube authentication by LecygneNoir 2018-03-12 15:20:36 +0100
  • 6a1ddc0 Add a more precise and usable documentation to be able to use the tool more easily :-) by LecygneNoir 2018-03-12 15:15:06 +0100
  • 8626ca0 Cancel Thumbmail support as Youtube API does not even support it... by LecygneNoir 2018-03-12 12:13:34 +0100
  • 5d68cc7 correction to be more pep8 compliant (mostly typo) by LecygneNoir 2018-03-12 11:08:08 +0100
  • 7c12bcb Add nsfw option for Peertube only, YT api does not support it at the moment by LecygneNoir 2018-03-12 10:38:59 +0100
  • 0295402 Use docopt default for description instead of "or" when constructing the body (which is duplicate) by LecygneNoir 2018-03-12 10:00:21 +0100
  • 4be4a17 Add option to disable comments on Peertube (Youtube has no option in API to do that) by LecygneNoir 2018-03-12 09:35:25 +0100
  • 2abcf71 add possibility to choose privacy by LecygneNoir 2018-03-09 22:16:36 +0100
  • c8efa82 add possibility to choose license cca for Youtube by LecygneNoir 2018-03-09 16:15:53 +0100
  • ac91e9b rename project to prismedia, thanks to @rigelk for the idea! by LecygneNoir 2018-03-09 15:41:30 +0100
  • 4c58f14 add category options with conversion between peertube/youtube by LecygneNoir 2018-03-09 15:36:25 +0100
  • c79309e edit some import to be compatible with python 2.7 by LecygneNoir 2018-03-09 11:13:05 +0100
  • 097f3af Merge branch 'master' of meewan/ptyt_upload into master by LecygneNoir 2018-03-08 23:09:08 +0100
  • 010931d pep8 by meewan 2018-03-08 22:48:16 +0100
  • 117e58a Merge branch 'master' of meewan/ptyt_upload into master by LecygneNoir 2018-03-08 17:12:51 +0100
  • ad25a4d fix magic package name by meewan 2018-03-08 16:54:06 +0100
  • fbde389 support tags for peertube, refer https://github.com/requests/toolbelt/issues/190 by LecygneNoir 2018-03-08 13:53:37 +0100
  • 67643ea feature checked box by LecygneNoir 2018-03-07 14:19:01 +0100
  • 2e8f019 peertube upload now supported by LecygneNoir 2018-03-07 14:15:52 +0100
  • 1ecc9ca print error message prefixed by Youtube for more reliability by LecygneNoir 2018-03-07 14:15:24 +0100
  • 729101b add request-toolbelt as dependency by LecygneNoir 2018-03-07 14:13:54 +0100
  • 6fb8e53 forget to delete a test print by LecygneNoir 2018-03-02 21:39:25 +0100
  • eba9212 better how to and features list to clarify the project todo list by LecygneNoir 2018-03-02 19:25:00 +0100
  • 33687a1 store youtube credentials in a file to avoid asking creds for each uploads by LecygneNoir 2018-03-02 19:03:32 +0100
  • 3e0865a correct docopt syntax and validation with schema by LecygneNoir 2018-03-02 14:04:52 +0100
  • 8863c68 modify yt lib to use docopt instead of argparser arguments by LecygneNoir 2018-03-02 14:04:35 +0100
  • bd8c143 add quick how to by LecygneNoir 2018-03-02 13:46:35 +0100
  • 2bc8261 typo in title by LecygneNoir 2018-03-02 13:45:45 +0100
  • 297e61d add dependencies by LecygneNoir 2018-03-02 11:40:23 +0100
  • d0cf9bc replace argparser with docopt + schema by LecygneNoir 2018-03-02 11:40:15 +0100
  • 2f29250 add peertube URL and https/http config to the peertube_secret config file by LecygneNoir 2018-03-02 11:39:54 +0100
  • c634582 youtube upload is now working by LecygneNoir 2018-03-02 10:09:01 +0100
  • 0347a52 add peertube_secret.sample by LecygneNoir 2018-02-28 11:59:13 +0100
  • 54338a1 use youtube_secret instead of client_secret to allow more flexibility (possibility to use peertube_secret) by victor héry 2018-02-28 11:49:26 +0100
  • a5dc436 add client_secret sample for examples and tests by victor héry 2018-02-28 10:56:53 +0100
  • d395398 libs outlines by victor héry 2018-02-28 10:56:29 +0100
  • ab18459 import youtube upload from Youtube samples by victor héry 2018-02-28 10:55:41 +0100
  • 6d7c724 add sources by victor héry 2018-02-28 10:46:28 +0100
  • f73ad34 add client_secret.json to gitignore to avoid crush clients keys by victor héry 2018-02-28 10:39:18 +0100
  • 654ccf7 initial commit by LecygneNoir 2018-02-27 10:11:05 +0100