64 Commits (b895a4543ecef4fb7f4fd027aa10bd79c5e2893f)

Author SHA1 Message Date
  Zykino b895a4543e Add progress for peertube plugin 2 years ago
  Zykino 46bd46455d WIP Add a configuration global object 2 years ago
  Zykino f90e084b67 WIP Rename and move a bunch of files 2 years ago
  Zykino a2c76bcbe1 WIP Fix typos and other recommendations from pycharm 2 years ago
  Zykino 67b8732c13 WIP add a quick debug plugin 3 years ago
  Zykino 311771a555 WIP make Peertube platform’s plugin upload videos. Light mode 3 years ago
  Zykino fe37d0be74 WIP Implements the core flow 3 years ago
  Zykino e7d55bc97e WIP Add a help plugin 3 years ago
  Zykino bcfc8e723a WIP Populate the Video object 3 years ago
  Zykino b5004a63ed WIP Add hearthbeat functionnality 3 years ago
  Zykino 85b86db751 WIP Use spaces for indentation 3 years ago
  Zykino 15edd7987b WIP Prepare the docstring 3 years ago
  Zykino 4f4842fd1f WIP Enumerates the plugins types instead of using magic strings 3 years ago
  Zykino c1e6a6e62d WIP Makes the plugins folder an modifiable if needed 3 years ago
  Zykino 979229aa01 WIP Include some command lines options 3 years ago
  Zykino cedce92dbe WIP Add a Video class to hold all of its properties 3 years ago
  Zykino c9a9b380ab WIP basis for integrating a plugin system 3 years ago
  LecygneNoir cf3d4c32c3 Better resilience for the genconfig function thanks to happy path and @Zykino suggestion! 3 years ago
  LecygneNoir 85f0fe9b6f Add ask_overwirte function to utils in order to be more general and usable in other modules 3 years ago
  LecygneNoir 1a006f3b6c Improve genconfig system and documentation for easier use, cf #55 3 years ago
  LecygneNoir cdef038323 Move logger initialization in __init__.py to be able to use it from any module 3 years ago
  LecygneNoir cbf3386bac Remove confusing warning when using genconfig, see #55 3 years ago
  Zykino a4f162320d Fix some spacing formatting and documentation 3 years ago
  Zykino 29b1747c3e Visit all of Youtube’s playlists 3 years ago
  Zykino ea39fe9854 Fix some spacing 3 years ago
  Zykino a725e848ab Add an option to use some credits easiely 3 years ago
  LecygneNoir 339caeb7f7 Bump files to v0.11.0, fix #50 3 years ago
  Zykino 6add140732 Disable the progressbar when the user want a quiet output 3 years ago
  Zykino c4e3243131 Add clint as requirement 3 years ago
  Zykino 93f1205ab8 Make it possible to choose between multiples tipes of progress bar 3 years ago
  Zykino 09c2d84357 Add a progression bar to Peertube upload 3 years ago
  LecygneNoir 230ac545c4 Patch incorrect loading of NFO keys, breaking the match when the key contains -, and add example for auto-originalDate in NFO 3 years ago
  LecygneNoir 42ee7d761b Need to strip the getmtime timestamp as some OSes return timestamp with microsecond (XXXX.YYYY) 3 years ago
  LecygneNoir 736582b495 Change the originalDate behaviour to not default, and add option to auto manage the original date if needed 3 years ago
  LecygneNoir 4a9fda5e77 Add one function to deal with date to avoid duplicate code 3 years ago
  LecygneNoir 8dc3a86aab Stripe the README from the full --help output to focus on some main features 3 years ago
  LecygneNoir dc98f2e155 Add functions to manage Original Date of record for peertube 3 years ago
  LecygneNoir 60bf26418d Add the originalDate options to Youtube videos 3 years ago
  LecygneNoir 447310a17e Add options and bunch of functions to maange the originalDate fields in prismedia, cf #50 3 years ago
  LecygneNoir 6d15ad18ca Fix peertube pagination index for playlsit, as index begins at 0, not 1, shame on me! 😳 3 years ago
  LecygneNoir 25435453bd Bump to version v0.10.2 and fix typo in ticket number inside Changelog for v0.10.2 3 years ago
  LecygneNoir dab44244f3 Revert the workaround for Youtube playlist bug now the bug is fixed by Youtube (see #47) 3 years ago
  LecygneNoir 26476347d3 Renable Peertube upload after tests 😓 3 years ago
  LecygneNoir 5160e9e68d Add a check to avoid uploading on Peertube with more than 5 tags (see #48) 3 years ago
  LecygneNoir cbb7c745de Add pagination to find Peertube existing playlists as default pagination shows 14 playlists max. See #41 3 years ago
  LecygneNoir c2db597388 Fix message about thumbnail where it missed a space, close #49 3 years ago
  LecygneNoir 28a7541fa8 Bump version to v0.10.1 3 years ago
  LecygneNoir 320c3b1a0b Fix bug introduced by v0.10.0 breaking thumbnail on youtube 3 years ago
  LecygneNoir 1e9b719e0c Bump version to 0.10.0 and edit Changelog en Readme for the 0.10.0 3 years ago
  LecygneNoir ee578e8e82 Add a workaround Youtube API bug regarding playlist to ignore incorrect 404 return, see #47 for more details 3 years ago