mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 09:29:16 +02:00
better how to and features list to clarify the project todo list
This commit is contained in:
parent
33687a1a90
commit
eba921205a
1 changed files with 29 additions and 2 deletions
31
README.md
31
README.md
|
@ -13,9 +13,36 @@ Search in your package manager, otherwise use ``pip install --upgrade``
|
||||||
- magic
|
- magic
|
||||||
|
|
||||||
## How To
|
## How To
|
||||||
Currently not really usable.
|
Currently in heavy development
|
||||||
|
|
||||||
May upload video to Youtube with a one-time authorization, currently working on Peertube upload
|
Support only mp4 for cross compatibily between Youtube and Peertube
|
||||||
|
|
||||||
|
```
|
||||||
|
./ptyt_upload.py --help
|
||||||
|
ptyt_upload - tool to upload videos to Peertube and Youtube
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
ptyt_upload.py --file=<FILE> [options]
|
||||||
|
ptyt_upload.py -h | --help
|
||||||
|
ptyt_upload.py --version
|
||||||
|
|
||||||
|
Options:
|
||||||
|
--name=NAME Name of the video to upload. default to video file name
|
||||||
|
-d, --description=STRING Description of the video.
|
||||||
|
-t, --tags=STRING Tags for the video. comma separated
|
||||||
|
-h --help Show this help.
|
||||||
|
--version Show version.
|
||||||
|
```
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- [X] Youtube upload
|
||||||
|
- [ ] Peertube upload
|
||||||
|
- [ ] Support of all videos arguments (description, tags, category, licence, ...)
|
||||||
|
- [ ] Use file to retrieve videos arguments
|
||||||
|
- [ ] Record and forget: put the video in a directory, and the script uploads it for you
|
||||||
|
- [ ] Usable on Desktop (Linux and/or Windows and/or MacOS)
|
||||||
|
- [ ] Graphical User Interface
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
inspired by [peeror](https://git.drycat.fr/rigelk/Peeror) and [youtube-upload](https://github.com/tokland/youtube-upload)
|
inspired by [peeror](https://git.drycat.fr/rigelk/Peeror) and [youtube-upload](https://github.com/tokland/youtube-upload)
|
Loading…
Add table
Add a link
Reference in a new issue