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.
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.
- Copy or move (the original files will not be overwritten) the files from the
FE-BUDDY_OUTPUT/CRC/vNAS BATCH UPLOAD
directory in to thefeb_source
directory. - Run the following command:
python3 setdefaults.py
- The resulting files will be found in an
output
directory.
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:
--sourcedir
- Sets the source directory path (relative or full).
Example:
--sourcedir "/Users/kyle/Downloads"
--outputdir
- Sets the output directory path (relative or full). It will create it if it does not currently exist.
Example:
--outputdir "/Users/kyle/Documents"
--defaultsfile
- Sets the filepath of the defaults file.
Example:
--defaultsfile "/Users/kyle/Downloads/vNAS_Defaults.txt"
Want to contribute? Check out the Open Issues, fork, and open a Pull Request.
Nikolai558 - Compact JSON Formatting
This is licensed under GPL 3.0.