IMDB ID in movie filename.

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
hobBIT Offline
Junior Member
Posts: 14
Joined: Nov 2010
Reputation: 0
Post: #1
Hi,

I wrote a little tool that allows a mapping of movies to IMDB entries by creating .NFO files that contain just the IMDB URL (XBMC Movie Helper in the tools section of this forum). If I thought a bit further, wouldn't it be useful to add the feature that the movie scrapers recognize an IMDB ID in the movie file title, i.E. [Matrix (1999) [tt0133093].mpg]. This would result in 100% movie recognition, without the need of extra files.

best regards,
hobBIT
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,187
Joined: Nov 2003
Reputation: 82
Post: #2
what's wrong with an additional file? i see no reason to add this - it's only gonna confuse users. users don't like several ways of doing things and some of them won't rename for sure.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Mindzai Offline
Fan
Posts: 333
Joined: Aug 2010
Reputation: 0
Post: #3
spiff Wrote:users don't like several ways of doing things and some of them won't rename for sure.

So if they don't rename their files they would be unaffected, but it would be an extra option for those for whom this would be a useful feature. I would certainly use it.
find quote
hobBIT Offline
Junior Member
Posts: 14
Joined: Nov 2010
Reputation: 0
Post: #4
I just find this is the cleanest and simplest way to map info to a movie without overhead. .nfo files do not really affect the space on my server, but I find them awful when browsing my folders. If I order my filelist by extension the files are in order [avi, mkv, nfo, ts] ... If I order my files by name they were listed [Movie file <> nfo (order depending on movie ext)]. It's not very clean. I always have to bundle both files when copy around.
Thats are just minor problems, but I think the embedding of the ID in the filename is clean, simple and the parsing code itself would be simple (Have no idea how much work it would take to integrate this into the XBMC code).
Moving the ID from .nfo to movie file name can easily be done by a simple script and should not be the problem.

hobBIT
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,187
Joined: Nov 2003
Reputation: 82
Post: #5
it would take quite some work. we do not hardcode anything for imdb (or any other backend) - we'd have to add a framework for it and update all scrapers etc.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Mindzai Offline
Fan
Posts: 333
Joined: Aug 2010
Reputation: 0
Post: #6
Would it need to be hardcoded? Is it not something which could be done via the scrapers themselves?
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,187
Joined: Nov 2003
Reputation: 82
Post: #7
that's exactly what i said.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
cooper2k4 Offline
Junior Member
Posts: 11
Joined: Jan 2012
Reputation: 0
Post: #8
I prefer the same movie filename scheme (Title (year) [imdb_id]) and came up with this solution for XBMC scraper integration.

http://forum.xbmc.org/showthread.php?tid=120707
find quote