ok. so changed the file scanning directories. i can get file scanner to actually start and will go through quite a few directories and then stops with error. can't really see which directory it is upset with (text goes by too fast). similar thing happens on any of my subdirectories.
through trial and error I found a few directories that if removed allowed filescanner to proceed. Each of these perhaps by coincidence had two media files in the directory, eg. The Hurt Locker (2008).mkv and The Hurt Locker (2008).m4a. The other culprit directory had movietoobadtobenamed (1983).mkv and movietoobadtobenamed (1983).wmv. For later, problem seemed to be in wmv file, as upon renaming the extension of the wmv file to .wmvold it worked.
can't get the hurt locker mkv file to pass through the filescanner though. tried renaming to different extension avi and it didn't work, tried completely different name, i.e. delme.mkv.
is filescanner doing something more than it used to in v16, as these files had passed through previously.
any suggestions.
thanks
craig
perhaps not as important if the above can be fixed...
I had nothing fancy in my database, so my best option at the moment is to export to a text file with file location and imdb address and let it re-import everything again. may miss a few posters I guess, but not the end of the world. Would rather not though as it takes a while for 800 or so movies.
So I tried to write a simple export CSV file,
with ...
%OPTIONS%
encoding="UTF8BOM"
replace=";<->,"
replace=""<->"
replace="#13#10<-> "
replace="#13<-> "
replace="#10<-> "
filter="CSV Files|*.csv"
%OPTIONS%
%HEAD%Title;Year;URL;Path
%HEAD%{%value=title};{%value=8};{%value=27}
all I get is ...
12 Angry Men;
http://www.imdb.com/title/tt0050083/;23.97 value 27 is supposed to be the path (
http://www.videodb.info/forum_en/index.php?topic=766.0). all i get is some sort of number. what am i doing wrong??