Commit graph

41 commits

Author SHA1 Message Date
LecygneNoir
04e5c326ee Update version to 0.8.0 2020-01-19 11:30:41 +01:00
LecygneNoir
99eee2363b Test if using python3 at the beginning of the script, and change shebang to do not force python3, as it enforce default python3 value and thus the check failed even if python2 is used 2020-01-19 11:26:14 +01:00
LecygneNoir
1e72033846 Update changelog, help and readme to finish the python3 feature 2020-01-19 11:16:14 +01:00
LecygneNoir
2a624e1d9b Uncomment upload lines commented by error 2020-01-19 10:18:25 +01:00
Zykino
77bcda7a79 Add a debug option. Upload to Peertube before Youtube.
An upload to Peertube may be slower or have a slower encoding on the 
server.
Also why not give a preference to the open source host. As it won’t slow 
Youtube only uploads.
2020-01-18 15:51:42 +01:00
Zykino
8c99747898 Remove the CLI input decoding 2020-01-18 14:53:32 +01:00
Zykino
aa7aeed688 Force the use of at least Python 3 2020-01-18 14:51:45 +01:00
LecygneNoir
fa633ee5bb Update files, functions and code to work with python3 2020-01-11 13:27:48 +01:00
LecygneNoir
e5c8c4c9b9 Release hotfix v0.7.1 2019-11-10 12:49:47 +01:00
LecygneNoir
ee2e11b788 Release prismedia v0.7.0, close #40 2019-09-07 12:10:25 +02:00
LecygneNoir
44875b3567 Add new feature to combine channel and playlist on peertube 🎉 2019-09-07 11:25:00 +02:00
LecygneNoir
ef30541688 Update version to v0.6.4 2019-08-11 11:08:29 +02:00
LecygneNoir
384a50ca63 Changelog and bump for hotfix 0.6.3 2019-07-20 09:06:34 +02:00
LecygneNoir
4707632f13 Add CHANGELOG for version v0.6.2 2019-06-27 21:30:51 +02:00
LecygneNoir
8f0fc4cfb5 Merge branch 'hotfix/v0.6.1-1' into develop 2019-03-09 11:35:58 +01:00
LecygneNoir
3797c9a9f0 Remove mt option as it's not useful anymore 2019-03-09 10:34:18 +01:00
Zykino
f66ba6cc21 string from URF-8 encoded files have not the "unicode" type 2018-12-11 01:31:54 +01:00
Zykino
8d8898aa55 The strings arguments should be in unicode 2018-12-11 01:31:54 +01:00
Zykino
617e989154 fix error message 2018-12-11 01:31:53 +01:00
Zykino
dffd3ffa84 decode stdin strins arguments 2018-12-11 01:31:53 +01:00
LecygneNoir
2338188325 Add changelog and version for hotfix v0.6.1 2018-10-28 09:56:56 +01:00
LecygneNoir
041a8fd722 Prepare documentation and changelog for release v0.6 2018-10-19 14:48:52 +02:00
LecygneNoir
745548abba Add -f as an alias for --file in command line, fix #16 2018-10-18 23:08:56 +02:00
LecygneNoir
9efb18eb55 Add option to manage playlist for videos 2018-09-22 13:18:43 +02:00
Zykino
3b76221f29 update shebang to use python2 instead of the distrb prefered 2018-09-11 22:08:30 +02:00
LecygneNoir
dea06c6e8f Merge branch 'feature/thumbnail' into develop 2018-08-01 21:30:33 +02:00
LecygneNoir
5896522df5 Update help and base script to manage thumbnail 2018-07-28 12:51:44 +02:00
LecygneNoir
0954c1e074 Add changelog for v0.5 2018-05-19 11:19:48 +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
LecygneNoir
ac6db56355 Add new feature to force compatibility tag with Mastodon publication (peertube) 2018-03-29 23:02:30 +02: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
a2f4ff137f Add support for a full NFO file to specify options for each uploaded videos 2018-03-14 10:44:54 +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
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
Renamed from ptyt_upload.py (Browse further)