Lookup Movie Genre/Rating -> Export CSV
Posted: 19 Jun 2014, 20:00
Hi,
Newbie into groove and trying to write first script. My movies are stored in the following format:
Movies
-> Avatar (2009)
-> Avatar (2009).mkv (avi or mp4)
-> Avatar (2009).xml (contains GENRES and RATING tags)
I am trying to write a script that will traverse all my movies, extract genre and rating from xml file and then output a CSV file with MOVIE_NAME, GENRES, RATING.
Can anyone help?
Thanks
Newbie into groove and trying to write first script. My movies are stored in the following format:
Movies
-> Avatar (2009)
-> Avatar (2009).mkv (avi or mp4)
-> Avatar (2009).xml (contains GENRES and RATING tags)
I am trying to write a script that will traverse all my movies, extract genre and rating from xml file and then output a CSV file with MOVIE_NAME, GENRES, RATING.
Can anyone help?
Thanks