Opened 19 years ago
Closed 19 years ago
#4176 closed enhancement (wontfix)
Changed movie name extraction for IMDB
| Reported by: | Owned by: | Anduin Withers | |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythvideo | Version: | 0.20.2 |
| Severity: | low | Keywords: | imdb |
| Cc: | Ticket locked: | no |
Description
I noticed the imdb perl script that came default on my Ubuntu distro couldn't look up any of my movies so I made a few changes that will hopefully bring better results without the need to rename the files.
It breaks the file name into tokens using a list of delimiters and will build the movie title using these tokens until one is in the 'endls' list, at which point it stops. After browsing the source it looks like this is the same functionality thats found in the python scripts that mythvideo has.
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | imdb.pl.diff added |
|---|
comment:1 by , 19 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
You don't need to rename files, the lookup uses the title in the metadata not the file name. This has recently been made easier with manual title searches as well.

Diff file for imdb.pl