Browse Source

Fix some typo regarding poetry

remotes/1598501401769602981/develop
LecygneNoir 4 years ago
parent
commit
af65627fcf
2 changed files with 6 additions and 2 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +2
    -2
      README.md

+ 4
- 0
CHANGELOG.md View File

@ -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

+ 2
- 2
README.md View File

@ -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…
Cancel
Save