IBConverter/README.md

13 lines
634 B
Markdown
Raw Normal View History

2022-03-06 01:10:48 +00:00
# IBConverter
Convert TotalFreedomMod's indefinite bans to Plex's format
2022-03-06 01:27:34 +00:00
## Requirements
2022-03-06 04:37:27 +00:00
This project requires Python 3.7 or later. You will also need `pip` installed.
2022-03-06 01:27:34 +00:00
IBConverter will automatically install `pyyaml` for you.
## How to use
The script will ask you for the path to the TotalFreedomMod indefinitebans.yml file.
Once you enter it, the script will automatically convert every entry from TotalFreedom to Plex.
The Plex file will be saved as `indefbans.yml` in the directory you ran the script from.
2022-03-06 04:37:27 +00:00
Therefore, it is important you do not have the TotalFreedomMod file have the name `indefbans.yml` when running the script.