mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 09:29:16 +02:00
Fix some typo regarding poetry
This commit is contained in:
parent
cb39eef8e0
commit
af65627fcf
2 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
## v0.9.0
|
||||
|
||||
## Breaking changes
|
||||
Now using poetry for packaging and installing! It's now easier to maintain and publish package, but means changes to use prismedia.
|
||||
Prismedia is now seen as a python module, so you may now use `python -m prismedia` (or even directly `prismedia` if you install with poetry) instead of `./prismedia_upload.py`.
|
||||
|
||||
### Features
|
||||
- Prismedia now uses [poetry](https://python-poetry.org) to allow easier installation usage and build, see the README
|
||||
- Add two new options to schedule video by platform. You may now use youtubeAt and peertubeAt to prepare previews
|
||||
|
|
|
@ -31,7 +31,7 @@ or creates one specific to the project if no virtualenv is currently active
|
|||
## Configuration
|
||||
|
||||
Generate sample files with `python -m prismedia.genconfig`.
|
||||
Then edit `peertube_secret` and `youtube_secret.json` with your credentials.
|
||||
Then edit `peertube_secret` and `youtube_secret.json` with your credentials. (see below)
|
||||
|
||||
### Peertube
|
||||
Set your credentials, peertube server URL.
|
||||
|
@ -162,7 +162,7 @@ Languages:
|
|||
- [x] enabling/disabling comment (Peertube only as Youtube API does not support it)
|
||||
- [x] nsfw (Peertube only as Youtube API does not support it)
|
||||
- [x] set default language
|
||||
- [x] thumbnail/preview
|
||||
- [x] thumbnail
|
||||
- [x] multiple lines description (see [issue 4](https://git.lecygnenoir.info/LecygneNoir/prismedia/issues/4))
|
||||
- [x] add videos to playlist
|
||||
- [x] create playlist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue