1 year ago | 0 commits to master since this release
oauthlib
and request-oauthlib
are incompatible with peertube process in their new versionspytz
as explicit dependency since the previous unexplicit dependancy now install pytz-deprecation-shim
- which does not work2 years ago | 6 commits to master since this release
--heartbeat
option to send request to youtube API, avoiding youtube to disabling you API account if you do not upload video often (Thanks @Zykino see #54)prismedia-init
script when installing prismedia to easily generate basic configuration (see #55).png
in addition to .jpg
and .jepg
.3 years ago | 46 commits to master since this release
3 years ago | 49 commits to master since this release
3 years ago | 60 commits to master since this release
3 years ago | 63 commits to master since this release
3 years ago | 80 commits to master since this release
Now using poetry for packaging and installing! It's easier to maintain and publish package, but means changes when using prismedia from command line.
Using poetry (recommanded)
poetry install
prismedia -h
From source
Prismedia is now seen as a python module, so you need to use python -m prismedia
instead of ./prismedia_upload.py
.
Once you have pulled the new v0.9.0, you may update by using:
pip install -r requirements.txt
# Then use prismedia through python command line:
python -m prismedia -h
3 years ago | 98 commits to master since this release
Now work with python 3! Support of python 2 is no longer available.
You should now use python 3 in order to use prismedia
4 years ago | 116 commits to master since this release
Fix bug #42 , crash on Peertube when video has only one tag
4 years ago | 119 commits to master since this release
Support Peertube channel additionally with playlist for Peertube!
Peertube only as channel are Peertube's feature. See #40 for details.
4 years ago | 133 commits to master since this release
Fix Critical bug #38 that prevent upload when creating playlists on Peertube, as public playlist need a non-null channel_id.
4 years ago | 137 commits to master since this release
Warning: your Peertube instance should be at least in v1.3.0 to use this new functionality.
New feature, the Peertube playlists are now supported!
We do not use channel in place of playlist anymore.
4 years ago | 155 commits to master since this release
This fix prepares the python3 compatibility.
Warning you need a new prerequisites: python-unidecode
5 years ago | 165 commits to master since this release
Beware, the first launch of prismedia for youtube will reask for credentials, this is needed for playlists.
This release is fully compatible with Peertube v1.0.0!
5 years ago | 210 commits to master since this release