You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
891 B
Plaintext
58 lines
891 B
Plaintext
Metadata-Version: 2.1
|
|
Name: ffx
|
|
Version: 0.2.2
|
|
Summary: FFX recoding and metadata managing tool
|
|
Home-page: https://gitea.maveno.de/Javanaut/ffx
|
|
Author: Javanaut
|
|
Author-email: javanaut@maveno.de
|
|
Project-URL: Bug Tracker, https://gitea.maveno.de/Javanaut/ffx/issues
|
|
Classifier: Operating System :: OS Independent
|
|
Requires-Python: >=3.6
|
|
Description-Content-Type: text/markdown
|
|
Requires-Dist: requests
|
|
Requires-Dist: click
|
|
Requires-Dist: textual
|
|
Requires-Dist: sqlalchemy
|
|
|
|
# FFX
|
|
|
|
## Installation
|
|
|
|
per https:
|
|
|
|
```sh
|
|
pip install https://<URL>/<Releaser>/ffx.git@<Branch>
|
|
```
|
|
|
|
per git:
|
|
|
|
```sh
|
|
pip install git+ssh://<Username>@<URL>/<Releaser>/ffx.git@<Branch>
|
|
```
|
|
|
|
## Version history
|
|
|
|
### 0.1.1
|
|
|
|
Bugfixes, TMBD identify shows
|
|
|
|
### 0.1.2
|
|
|
|
Bugfixes
|
|
|
|
### 0.1.3
|
|
|
|
Subtitle file imports
|
|
|
|
### 0.2.0
|
|
|
|
Tests, Config-File
|
|
|
|
### 0.2.1
|
|
|
|
Signature, Tags cleaning, Bugfixes, Refactoring
|
|
|
|
### 0.2.2
|
|
|
|
CLI-Overrides
|