Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edge20200 authored Jun 16, 2024
1 parent d30b247 commit 634ed46
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Upload Assistant
# Only-Uploader

Forked from L4G Upload Assistant, thanks for all the work L4G on this tool.

This fork is being maintained by OE.

A simple tool to take the work out of uploading.

## What It Can Do:
Expand All @@ -15,7 +17,7 @@ A simple tool to take the work out of uploading.
- Can re-use existing torrents instead of hashing new
- Generates proper name for your upload using Mediainfo/BDInfo and TMDb/IMDb conforming to site rules
- Checks for existing releases already on site
- Uploads to PTP/BLU/BHD/Aither/THR/STC/R4E(limited)/STT/HP/ACM/LCD/LST/NBL/ANT/FL/HUNO/RF/SN/OE/OTW
- Uploads to PTP/BLU/BHD/Aither/THR/STC/R4E(limited)/HP/ACM/LCD/LST/NBL/ANT/FL/HUNO/RF/SN/OE/OTW
- Adds to your client with fast resume, seeding instantly (rtorrent/qbittorrent/deluge/watch folder)
- ALL WITH MINIMAL INPUT!
- Currently works with .mkv/.mp4/Blu-ray/DVD/HD-DVDs
Expand All @@ -30,16 +32,16 @@ A simple tool to take the work out of uploading.
- Also needs MediaInfo and ffmpeg installed on your system
- On Windows systems, ffmpeg must be added to PATH (https://windowsloop.com/install-ffmpeg-windows-10/)
- On linux systems, get it from your favorite package manager
- Clone the repo to your system `git clone https://github.com/edge20200/UploadAssistant.git`
- Clone the repo to your system `git clone https://github.com/edge20200/Only-Uploader.git`
- Copy and Rename `data/example-config.py` to `data/config.py`
- Edit `config.py` to use your information (more detailed information in the [wiki](https://github.com/edge20200/UploadAssistant/wiki))
- Edit `config.py` to use your information (more detailed information in the [wiki](https://github.com/edge20200/Only-Uploader/wiki))
- tmdb_api (v3) key can be obtained from https://developers.themoviedb.org/3/getting-started/introduction
- image host api keys can be obtained from their respective sites
- Install necessary python modules `pip3 install --user -U -r requirements.txt`



**Additional Resources are found in the [wiki](https://github.com/edge20200/UploadAssistant/wiki)**
**Additional Resources are found in the [wiki](https://github.com/edge20200/Only-Uploader/wiki)**

Feel free to contact me if you need help, I'm not that hard to find.

Expand All @@ -53,4 +55,4 @@ A simple tool to take the work out of uploading.

Args are OPTIONAL, for a list of acceptable args, pass `--help`
## **Docker Usage:**
Visit our wonderful [docker usage wiki page](https://github.com/edge20200/UploadAssistant/wiki/Docker)
Visit our wonderful [docker usage wiki page](https://github.com/edge20200/Only-Uploader/wiki/Docker)

0 comments on commit 634ed46

Please sign in to comment.