Take a XLS database with NFO tags for your HomeVideo files and generate corresponding NFO files for your KODI Library.
- Edit example.xls to adjust.
- Do not change 1st column title name:
xml filenamepoints out to each of the NFO files to be edited - Following columns on the 1st line of the XLS indicate the tags in the the NFO file to edit in the format:
parent/child:typetype beingstringordate - Fill out each of the rows. Save the XLS
- Run on the command line:
python nfolist.py example.xlsx
- pandas:
pip install pandas - openpyxl:
pip install openpyxl - On the folder where you have the NFO files to process (they may be in subfolder, one for each video) run:
python3 nfolist.py example.xlsx