MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » MediaPortal 1 Talk


MediaPortal 1 Talk General talk regarding our HTPC-software MediaPortal 1 takes place here.

Reply
 
Thread Tools Display Modes
Old 2006-09-20, 09:09   #1 (permalink)
Portal User
 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts


Default Scan movie db by folder name not file name?

Hi all,

I switched to mediaportal about two months back, really love it.

BUT...

On MCE there's a plugin (My Movies) that will scan a person's movie directory by the folder or file name, then import the imdb results into your database. Very helpful when all your movies have cryptic names, but are correctly organized in individual directories.

As far as I can tell mediaportal will only scan by the file name. How can I scan a rather large movie dir (500 divx/xvid titles) by the folder rather than file names?

I've tried using Ant then importing that, but seems like scanning a lot of movies at once is an involved process with that app. Is there something I'm missing in MP to change how it scans my video dir? Or a third party app I could use and then import to MP?

Thanks--
denied is offline   Reply With Quote
Old 2007-04-30, 21:28   #2 (permalink)
Portal Member
 
Join Date: Apr 2007
Posts: 228
Thanks: 8
Thanked 0 Times in 0 Posts


Default

Any plans on implementing this as in XBMC?
Coming from XBMC myself I currently have a lot of movies (about 1000 folders) with the correct movie name, but the the filenames themselves might be shortened and not usable for a IMDB scan.
phunqe is offline   Reply With Quote
Old 2007-05-03, 17:42   #3 (permalink)
Portal User
 
Join Date: May 2007
Age: 28
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

I think this would be an awesome feature myself. I, too, am new to MP but man I have to tell ya. I LOVE IT. I've been messing around with MCE '05 and Vista Media Center for almost 6 months now and MP blows them both away in functionality and performance.

Anyways, back on topic. I think it would be a wise option to select folder or filename. In my personal collection of movies they are in properly named folders containing VIDEO_TS folders. For some of my movies, however, it freaks out during the scan. I think that setting to for folder names would correct this problem.
techrosis is offline   Reply With Quote
Old 2007-05-06, 22:57   #4 (permalink)
Portal Member
 
Join Date: Jul 2006
Age: 33
Posts: 91
Thanks: 1
Thanked 0 Times in 0 Posts

My System

Default

I also agree that searching with the folder name would be better, also it would be mutch better search results if the year were included in the search - examle:
Movie name (year)
Switched to MP from MCE 2005 maybe half a year ago and there is only 2 things I miss: All nice animations in the skin and the movie plugin from this site:
http://www.mymovies.name/
Besides that MP is so mutch better!
Regards
Oscar
SpiffBB is offline   Reply With Quote
Old 2007-05-08, 02:34   #5 (permalink)
Portal Member
 
Join Date: Apr 2006
Location: toronto
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I would like to request this myself.

My old Meedio system would scan the folder and folder.jpg with a tagmask, then use an imdb plugin which would download all of the metadata. It worked perfectly and looked good.

All we really need to get this working is a tool that uses antdvd and scans for folders. This way you could use the myfilms plugin. Unfortunetly afaik there is nothing like that that works - and it certainly is more cumbersome than the meedio solution.
switzch is offline   Reply With Quote
Old 2007-06-04, 20:08   #6 (permalink)
Portal Member
 
Join Date: Jun 2007
Age: 26
Posts: 26
Thanks: 2
Thanked 1 Time in 1 Post

Country:

My System

Default

I was just about to propose the same thing
Specially i have some problems with my .iso files since they dont all have the right labels (the name which pops up as the name of the drive when mounted)
but directory name is spot on right.

btw if the problem only is that the file dont match the dir name, u could write a fairly simple bat file which could rename files to folder name but alas this wont work for the .iso labels

anyone know of a program that can manipulate labels in existing .iso files?

a dirty ugly .bat file for renaming .avi files to folder name. Takes all folders in its root and renames files in them.
only 1 level of deepth though.. worked for my purpose...

C:. <----bat file here
├───Casino Royal
│ └───Sample
├───Children Of Men
│ └───SAMPLE
├───Deja Vu
│ └───Sample
├───Epic Movie
│ ├───Covers
│ └───Sample

will only rename files directly in movie folders (not in covers sample etc)

*-------------------

@echo off
SetLocal EnableDelayedExpansion
cls

dir /a:d /b >list.txt
for /F "delims=," %%a in (list.txt) do (
echo %%a
cd "%%a"
rename *.avi "%%a".avi
cd..
)
del list.txt
*-----------------------------------------

Last edited by Craydk; 2007-06-04 at 20:18.
Craydk is offline   Reply With Quote
Old 2007-11-08, 02:29   #7 (permalink)
Portal User
 
Join Date: May 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

The stupid thing is that MP used to do this back in version 2.0.0, Why this would have been taken out makes no sense.

Shawn
slammers is offline   Reply With Quote
Old 2007-11-08, 07:01   #8 (permalink)
Portal User
 
Join Date: May 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I was looking at the code tonight and it looks like DVD folders should work but only if you have the VIDEO_TS folder and then the VIDEO_TS.IFO file under that. Of course none of my directories are that way. I am going to make a version that does not require that. If it works a could send anyone interested in a copy of the configuration executable.

Shawn
slammers is offline   Reply With Quote
Old 2007-11-08, 12:46   #9 (permalink)
Portal Member
 
Join Date: Jun 2007
Age: 26
Posts: 26
Thanks: 2
Thanked 1 Time in 1 Post

Country:

My System

Default

for the issue with .iso and .img files...

http://forum.team-mediaportal.com/is...4.html?t=26714

dont know if it has been changed though.
Craydk is offline   Reply With Quote
Old 2007-12-04, 03:20   #10 (permalink)
Portal Member
 
Join Date: Oct 2006
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Quote:
Originally Posted by denied View Post
Hi all,

I switched to mediaportal about two months back, really love it.

BUT...

On MCE there's a plugin (My Movies) that will scan a person's movie directory by the folder or file name, then import the imdb results into your database. Very helpful when all your movies have cryptic names, but are correctly organized in individual directories.

As far as I can tell mediaportal will only scan by the file name. How can I scan a rather large movie dir (500 divx/xvid titles) by the folder rather than file names?

I've tried using Ant then importing that, but seems like scanning a lot of movies at once is an involved process with that app. Is there something I'm missing in MP to change how it scans my video dir? Or a third party app I could use and then import to MP?

Thanks--

I have the same problem, is there any way to do this now (seach via foldername)? Also isn't it possible to grab the cover art from IMBD instead of the other external sites? This way the movie and cover would match instead of now where an IMDB info search for "Running scared" will bring back the 2006 info which is correct but the cover will be old and taken from another site from a release dated some 20 yrs ago?

And how can MP be scheduled to auto update the movie DB? I would like to only focus on adding files to the folder and let MP take care of the rest.
NickSE is offline   Reply With Quote
Reply

Bookmarks

Tags
folder, movie, scan

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
MP & XBMC intergration scripts v0.6d Update 4-MAR-07 thechad Plugins 179 2008-03-18 04:47
0.2.1 and latest svn MyPictures thumbnails broken gloomyandy Codecs, External Players 1 2006-10-24 11:01
TV recording question/problem 'Arry Installation, configuration support 9 2006-09-22 14:14
Recording from TV 'Arry General Support 2 2006-09-20 01:12
Cant get MyTV to work (2.0 RC3)? mdolan General Support 3 2006-03-30 15:58


All times are GMT +1. The time now is 03:29.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden