home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
General
this view could not be built
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JSchuricht" data-source="post: 1165740" data-attributes="member: 87223"><p>Now we are getting somewhere. The server service crashed twice but 3270 movies and 3488 in videos.</p><p></p><p>Since I have gotten a small glimpse into how the importer works, I think part of my issue may be from nfo files that don't match the movie name and aren't named movie or imdb. Working on a batch file to rename *.nfo to movie.nfo on the extra copy I made of everything. Hopefully that will pickup the last 218 movies.[DOUBLEPOST=1450048615][/DOUBLEPOST]So renaming all the nfo to movie.nfo was easy. Doubt this import will finish before I have to leave so results will have to wait till tomorrow. I will probably convert all the imdb.txt to movie.txt next to eliminate the extra config mods. </p><p></p><p>If anyone is interested, just a batch file in the root directory and may cause issues so backup first.</p><p>[code]@ECHO OFF</p><p>PUSHD .</p><p>FOR /R %%d IN (.) DO (</p><p> cd "%%d"</p><p> IF EXIST *.nfo (</p><p> REN *.nfo movie.nfo</p><p> )</p><p>)</p><p>POPD[/code]</p></blockquote><p></p>
[QUOTE="JSchuricht, post: 1165740, member: 87223"] Now we are getting somewhere. The server service crashed twice but 3270 movies and 3488 in videos. Since I have gotten a small glimpse into how the importer works, I think part of my issue may be from nfo files that don't match the movie name and aren't named movie or imdb. Working on a batch file to rename *.nfo to movie.nfo on the extra copy I made of everything. Hopefully that will pickup the last 218 movies.[DOUBLEPOST=1450048615][/DOUBLEPOST]So renaming all the nfo to movie.nfo was easy. Doubt this import will finish before I have to leave so results will have to wait till tomorrow. I will probably convert all the imdb.txt to movie.txt next to eliminate the extra config mods. If anyone is interested, just a batch file in the root directory and may cause issues so backup first. [code]@ECHO OFF PUSHD . FOR /R %%d IN (.) DO ( cd "%%d" IF EXIST *.nfo ( REN *.nfo movie.nfo ) ) POPD[/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
General
this view could not be built
Contact us
RSS
Top
Bottom