Skip to content

Take a XLS database with NFO tags for your HomeVideo files and generate corresponding NFO files for your KODI Library.

License

Notifications You must be signed in to change notification settings

oPromessa/nfoeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfoeditor

Take a XLS database with NFO tags for your HomeVideo files and generate corresponding NFO files for your KODI Library.

How to use

  1. Edit example.xls to adjust.
  2. Do not change 1st column title name: xml filename points out to each of the NFO files to be edited
  3. Following columns on the 1st line of the XLS indicate the tags in the the NFO file to edit in the format: parent/child:type type being string or date
  4. Fill out each of the rows. Save the XLS
  5. Run on the command line: python nfolist.py example.xlsx

You need Python 3.x

  • 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

About

Take a XLS database with NFO tags for your HomeVideo files and generate corresponding NFO files for your KODI Library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages