Well, I searched here, but did not find anything indicating a solid answer.
I am trying to change the file, file name, rating, genre, etc. in the windows that appears when viewing folders in the "details".
At the moment, I have files that I want to edit in the list, and I repeat them, but, as I said, I'm not sure how to change it for each file in the list.
def Files(The_FileList):
'''Changes each files metadata'''
for each_file in The_FileList:
return The_FileList
it is necessary to work with .avi / .mkv files in a general way, since I code a lot.
I am looking for a simple option, as that is all I want to do.
thank
source
share