Accessing and changing NTFS Extended Attributes

I need to be able to access programmatically the NTFS Extended File Attributes of a remote Windows file server, specifically Title and Genre. (When these files are imported into Apple TV Library it includes these attributes for easy sorting).

I'm planing on creating a Python program to access the files.

Given that, how would I change these attributes programmatically?

Accessing and changing NTFS Extended Attributes
 
 
Q