Well hello. I have been trying to modify the metadata.themoviedb.org/tmdb.xml (TheMovieDB Scraper) to follow my file structure. My File structure is as follows
X:/Store/Movies/[Year]/[Movie]/[MovieFile].[MovieExtension]
So while i was looking the tmdb.xml i noticed a parameter passing &year=$$4. At this point after hours of search, i'm not sure how $$4 contains something like year, and how it's been passed there, and how to modify it.
All i want is to get the year from MovieFolder's parent Folder Name.
Is there any easy way to do this?
X:/Store/Movies/[Year]/[Movie]/[MovieFile].[MovieExtension]
So while i was looking the tmdb.xml i noticed a parameter passing &year=$$4. At this point after hours of search, i'm not sure how $$4 contains something like year, and how it's been passed there, and how to modify it.
All i want is to get the year from MovieFolder's parent Folder Name.
Is there any easy way to do this?