Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Latest commit

 

History

History
61 lines (39 loc) · 1.89 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.89 KB

FEB Default Setter

ARCHIVED This repository has been archived as it has been largely taken over by the FE-ASSISTANT project. It will still work, but is not being actively developed.

A simple Python-based vidmap default setter for use with FE-BUDDY.

Requirements

Python3.8 or Later (Tested with Python 3.10.12)

Only imports are JSON, and OS, so it should run on a standard Python implementation.

Instructions for use

  1. Copy or move (the original files will not be overwritten) the files from the FE-BUDDY_OUTPUT/CRC/vNAS BATCH UPLOAD directory in to the feb_source directory.
  2. Run the following command:
    python3 setdefaults.py
    
  3. The resulting files will be found in an output directory.

Optional Command Line Arguments

By default, the script looks for the defaults file in the feb_source directory, in a file called vNAS_Defaults.txt. It will then place all of the processed files in an output directory.

Each of these can be overridden by the following command line flags:

  1. --sourcedir - Sets the source directory path (relative or full).
Example:
--sourcedir "/Users/kyle/Downloads"
  1. --outputdir - Sets the output directory path (relative or full). It will create it if it does not currently exist.
Example:
--outputdir "/Users/kyle/Documents"
  1. --defaultsfile - Sets the filepath of the defaults file.
Example:
--defaultsfile "/Users/kyle/Downloads/vNAS_Defaults.txt"

Contributions

Want to contribute? Check out the Open Issues, fork, and open a Pull Request.

Additional Contributors

Nikolai558 - Compact JSON Formatting

License

This is licensed under GPL 3.0.