2008-07-22, 22:42
I have searched the forums and the wiki for this and i cannot seem to get this to work the way I expect/want it to....
This is my advanced settings .xml
- <advancedsettings>
- <tvshowmatching append="yes">
<regexp>\[[Ss]([0-9]+)\]_\[[Ee]([0-9]+)[^\\/]*</regexp>
% foo_[s01]_[e01]
<regexp>[\._ \-]([0-9]+)x([0-9]+)[^\\/]*</regexp>
% foo.1x09*
<regexp>[\._ \-][Ss]([0-9]+)[\.\-]?[Ee]([0-9]+)[^\\/]*</regexp>
% foo.s01.e01, foo.s01_e01
<regexp>[\._ \-][Ss]([0-9]+)[Ee]([0-9]+)[^\\/]*</regexp>
% foo.s01e01, foo.s01_e01
<regexp>[\._ \-]([0-9]+)([0-9][0-9])[\._ \-][^\\/]*</regexp>
% foo.103*
<regexp>([0-9]+)x([0-9]+)[^\\/]*</regexp>
<regexp>([0-9]+)([0-9][0-9])[^\\/]*</regexp>
<regexp>Season[\._ ]([0-9]+)[\\/]([0-9]+)[^\\/]*</regexp>
<regexp>[0]*([0-9]+)x[0]*([0-9]+)[^\\/]*</regexp>
<regexp>[\\/]s([0-9]+)e([0-9]+)</regexp>
<regexp>Season ([0-9]+) - Episode ([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
- <videolibrary>
<hideallitems>true</hideallitems>
# removes the "*All" items from the video library
<allitemsonbottom>true</allitemsonbottom>
# sorts the "*All" items at the bottom of the list when in Ascending order
<hiderecentlyaddeditems>true</hiderecentlyaddeditems>
# removes the "Recently added ..." items from the video library.
<itemseparator>/</itemseparator>
# separator used for multiple artists/genres in tags.
<hideemptyseries>true</hideemptyseries>
# hide empty series in the video library
</videolibrary>
</advancedsettings>
My problem is, I cannot get my movie directory to automatically pull movies into library. If i go to the individual movie folder and hit scan, it finds the movie, but if i go to the parent directory it wont find anything.
For example:
D:\Movies
If i set content to Movies > Imdb and scan recursively, it doesnt find anything.
If i scan:
D:\Movies\3:10 to Yuma
It finds the movie without any problems.
How can I set this up so I can just scan D:\Movies and have it find the all of the movies in that folder?
I have it set up to do this for TV Shows, why isnt this working for Movies?
Thanks for anyones input.
This is my advanced settings .xml
- <advancedsettings>
- <tvshowmatching append="yes">
<regexp>\[[Ss]([0-9]+)\]_\[[Ee]([0-9]+)[^\\/]*</regexp>
% foo_[s01]_[e01]
<regexp>[\._ \-]([0-9]+)x([0-9]+)[^\\/]*</regexp>
% foo.1x09*
<regexp>[\._ \-][Ss]([0-9]+)[\.\-]?[Ee]([0-9]+)[^\\/]*</regexp>
% foo.s01.e01, foo.s01_e01
<regexp>[\._ \-][Ss]([0-9]+)[Ee]([0-9]+)[^\\/]*</regexp>
% foo.s01e01, foo.s01_e01
<regexp>[\._ \-]([0-9]+)([0-9][0-9])[\._ \-][^\\/]*</regexp>
% foo.103*
<regexp>([0-9]+)x([0-9]+)[^\\/]*</regexp>
<regexp>([0-9]+)([0-9][0-9])[^\\/]*</regexp>
<regexp>Season[\._ ]([0-9]+)[\\/]([0-9]+)[^\\/]*</regexp>
<regexp>[0]*([0-9]+)x[0]*([0-9]+)[^\\/]*</regexp>
<regexp>[\\/]s([0-9]+)e([0-9]+)</regexp>
<regexp>Season ([0-9]+) - Episode ([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
- <videolibrary>
<hideallitems>true</hideallitems>
# removes the "*All" items from the video library
<allitemsonbottom>true</allitemsonbottom>
# sorts the "*All" items at the bottom of the list when in Ascending order
<hiderecentlyaddeditems>true</hiderecentlyaddeditems>
# removes the "Recently added ..." items from the video library.
<itemseparator>/</itemseparator>
# separator used for multiple artists/genres in tags.
<hideemptyseries>true</hideemptyseries>
# hide empty series in the video library
</videolibrary>
</advancedsettings>
My problem is, I cannot get my movie directory to automatically pull movies into library. If i go to the individual movie folder and hit scan, it finds the movie, but if i go to the parent directory it wont find anything.
For example:
D:\Movies
If i set content to Movies > Imdb and scan recursively, it doesnt find anything.
If i scan:
D:\Movies\3:10 to Yuma
It finds the movie without any problems.
How can I set this up so I can just scan D:\Movies and have it find the all of the movies in that folder?
I have it set up to do this for TV Shows, why isnt this working for Movies?
Thanks for anyones input.