Commit graph

260 commits

Author SHA1 Message Date
LecygneNoir
2f7629ef1e Remove format checks for videos and thumbnail as Youtube and Peertube have no limitation anymore 2021-04-10 11:34:36 +02:00
LecygneNoir
e0a63ed4b2 Revert README to use prismedia as it's indeed the binary script installed through pip 2021-03-13 10:36:16 +01:00
LecygneNoir
ba2a1ebb79 Merge branch 'feature/improve_genconfig' into develop 2021-03-13 10:34:53 +01:00
LecygneNoir
cf3d4c32c3 Better resilience for the genconfig function thanks to happy path and @Zykino suggestion! 2021-02-28 10:27:40 +01:00
LecygneNoir
85f0fe9b6f Add ask_overwirte function to utils in order to be more general and usable in other modules 2021-02-28 10:09:54 +01:00
LecygneNoir
1a006f3b6c Improve genconfig system and documentation for easier use, cf #55 2021-02-27 13:15:30 +01:00
LecygneNoir
cdef038323 Move logger initialization in __init__.py to be able to use it from any module 2021-02-27 13:13:09 +01:00
LecygneNoir
cbf3386bac Remove confusing warning when using genconfig, see #55 2021-02-27 13:13:09 +01:00
LecygneNoir
ca733e0dc3 Merge pull request 'hearthbeat (keepalive ?)' (#54) from Zykino/prismedia:hearthbeat into develop
Reviewed-on: https://git.lecygnenoir.info/LecygneNoir/prismedia/pulls/54

Thanks a lot for the idea and the feature!
2021-02-14 11:59:38 +01:00
Zykino
a4f162320d Fix some spacing formatting and documentation 2021-02-14 00:58:52 +01:00
Zykino
29b1747c3e Visit all of Youtube’s playlists 2021-02-12 16:12:11 +01:00
Zykino
ea39fe9854 Fix some spacing 2021-02-08 16:31:10 +01:00
Zykino
a725e848ab Add an option to use some credits easiely
This tells youtube the apikey is still used and they should not remove 
all of the quota.
2021-02-08 16:30:44 +01:00
LecygneNoir
9b6da1e3dc Merge tag 'v0.11.0' into develop
v0.11.0
2021-01-23 13:00:11 +01:00
LecygneNoir
194e2e4606 Merge branch 'release/v0.11.0' 2021-01-23 13:00:04 +01:00
LecygneNoir
339caeb7f7 Bump files to v0.11.0, fix #50 2021-01-23 12:59:12 +01:00
LecygneNoir
e6375b5aa0 Merge pull request 'Add a progression bar for Peertube's upload' (#52) from Zykino/prismedia:feature/progression into develop
Reviewed-on: https://git.lecygnenoir.info/LecygneNoir/prismedia/pulls/52
2021-01-23 12:36:38 +01:00
Zykino
6add140732 Disable the progressbar when the user want a quiet output 2021-01-23 12:24:10 +01:00
Zykino
c4e3243131 Add clint as requirement 2021-01-09 14:23:20 +01:00
Zykino
93f1205ab8 Make it possible to choose between multiples tipes of progress bar 2021-01-09 13:40:21 +01:00
Zykino
09c2d84357 Add a progression bar to Peertube upload 2021-01-09 13:22:35 +01:00
LecygneNoir
230ac545c4 Patch incorrect loading of NFO keys, breaking the match when the key contains -, and add example for auto-originalDate in NFO 2020-12-25 09:59:23 +01:00
LecygneNoir
42ee7d761b Need to strip the getmtime timestamp as some OSes return timestamp with microsecond (XXXX.YYYY) 2020-12-15 11:25:32 +01:00
LecygneNoir
1a937098d8 Merge branch 'feature/recording_date' into develop 2020-12-13 18:26:16 +01:00
LecygneNoir
736582b495 Change the originalDate behaviour to not default, and add option to auto manage the original date if needed 2020-12-04 09:52:46 +01:00
LecygneNoir
4a9fda5e77 Add one function to deal with date to avoid duplicate code 2020-12-02 11:28:07 +01:00
LecygneNoir
8dc3a86aab Stripe the README from the full --help output to focus on some main features 2020-12-01 09:24:36 +01:00
LecygneNoir
4b7c01a707 Add help for option originalDate and changelog about the feature 2020-11-30 13:23:31 +01:00
LecygneNoir
dc98f2e155 Add functions to manage Original Date of record for peertube 2020-11-30 13:22:24 +01:00
LecygneNoir
60bf26418d Add the originalDate options to Youtube videos 2020-11-30 12:27:09 +01:00
LecygneNoir
447310a17e Add options and bunch of functions to maange the originalDate fields in prismedia, cf #50 2020-11-30 12:26:44 +01:00
LecygneNoir
9b597f461e Merge tag 'v0.10.3' into develop
v0.10.3
2020-11-15 11:14:43 +01:00
LecygneNoir
8b1470ab31 Merge branch 'hotfix/v0.10.3' 2020-11-15 11:14:11 +01:00
LecygneNoir
6d15ad18ca Fix peertube pagination index for playlsit, as index begins at 0, not 1, shame on me! 😳 2020-11-15 11:14:01 +01:00
LecygneNoir
5c991581e8 bump to v0.10.2 for poetry 2020-11-11 10:47:51 +01:00
LecygneNoir
4956a19d0e bump to v0.10.2 for poetry 2020-11-11 10:47:29 +01:00
LecygneNoir
2f8543b43c Merge tag 'v0.10.2' into develop
v0.10.2
2020-11-11 10:45:48 +01:00
LecygneNoir
5607c8ea06 Merge branch 'release/v0.10.2'
Close #49
Close #41
Close #48
Close #47
2020-11-11 10:45:16 +01:00
LecygneNoir
25435453bd Bump to version v0.10.2 and fix typo in ticket number inside Changelog for v0.10.2 2020-11-11 10:45:02 +01:00
LecygneNoir
dab44244f3 Revert the workaround for Youtube playlist bug now the bug is fixed by Youtube (see #47) 2020-11-11 10:43:36 +01:00
LecygneNoir
26476347d3 Renable Peertube upload after tests 😓 2020-11-11 10:40:05 +01:00
LecygneNoir
5160e9e68d Add a check to avoid uploading on Peertube with more than 5 tags (see #48) 2020-11-11 10:39:11 +01:00
LecygneNoir
e61a70460d Merge branch 'feature/41_pt_playlistrecreated' into develop 2020-11-11 10:29:21 +01:00
LecygneNoir
0aae4da68f Add changelog for #41 and #47 2020-11-11 10:29:09 +01:00
LecygneNoir
cbb7c745de Add pagination to find Peertube existing playlists as default pagination shows 14 playlists max. See #41 2020-11-11 10:27:19 +01:00
LecygneNoir
c2db597388 Fix message about thumbnail where it missed a space, close #49 2020-11-11 09:52:16 +01:00
LecygneNoir
e33a4c91a0 Merge tag 'v0.10.1' into develop
v0.10.1
2020-09-16 07:49:09 +02:00
LecygneNoir
bb451e108d Merge branch 'hotfix/v0.10.1' 2020-09-16 07:49:02 +02:00
LecygneNoir
28a7541fa8 Bump version to v0.10.1 2020-09-16 07:48:38 +02:00
LecygneNoir
320c3b1a0b Fix bug introduced by v0.10.0 breaking thumbnail on youtube 2020-09-16 07:47:06 +02:00