Hi
Most people have their tv show directory formated as follows
\tv shows\%tvshowname%\Season XX\episodefilename.avi
it would be great if you could my tv series could create the following
Episode thumbnail -> \tvshows\%tvshowname%\Season XX\episodefilename.jpg
Season thumbnail -> \tvshows\%tvshowname%\Season XX\folder.jpg
Series thumbnail -> \tvshows\%tvshowbane%\folder.jpg
You could use the following logic
process each episode in the database systemically
save episode thumbnail with same name/path as the episode video file.
if folder.jpg doesn't exist in the same directory of the episode video file, then create folder.jpg based on current season poster
if folder.jpg doesn't exist in the parent directory of the episode video file, then create folder.jpg based on current series poster
Most people have their tv show directory formated as follows
\tv shows\%tvshowname%\Season XX\episodefilename.avi
it would be great if you could my tv series could create the following
Episode thumbnail -> \tvshows\%tvshowname%\Season XX\episodefilename.jpg
Season thumbnail -> \tvshows\%tvshowname%\Season XX\folder.jpg
Series thumbnail -> \tvshows\%tvshowbane%\folder.jpg
You could use the following logic
process each episode in the database systemically
save episode thumbnail with same name/path as the episode video file.
if folder.jpg doesn't exist in the same directory of the episode video file, then create folder.jpg based on current season poster
if folder.jpg doesn't exist in the parent directory of the episode video file, then create folder.jpg based on current series poster
New Zealand