|
| Author |
Message |
j22barb
Joined: 25 May 2008 Posts: 36
|
Posted: Tue Sep 23, 2008 2:44 pm Post subject: MetaGenerator still not capturing movie data |
|
|
Metagenerator still not capturing movie data. TV is fine  |
|
| Back to top |
|
 |
ebf
Joined: 22 Mar 2008 Posts: 133
|
Posted: Sun Sep 28, 2008 1:36 am Post subject: Website down... |
|
|
Not Metagenerator's fault... Looks like the movie-xml.com website is down. I get this error when visiting:
| Quote: | This Account Has Been Suspended
Please contact the billing/support department as soon as possible. |
|
|
| Back to top |
|
 |
montyny
Joined: 14 Nov 2008 Posts: 1
|
Posted: Fri Nov 14, 2008 8:42 pm Post subject: themoviedb.org - new source for metagenerator? |
|
|
I saw some postings referring to the movie-xml being replaced by themoviedb.org
Looks like it is up and providing an api to the data (although not ratings just yet)
It also seems that they are tracking all access to their api - not sure whether that would mean each individual of meta generator are going to have to register - or there can be one id for all users of this. |
|
| Back to top |
|
 |
MasterCephus

Joined: 05 Jan 2008 Posts: 195 Location: Hueytown, AL
|
Posted: Mon Nov 17, 2008 6:45 pm Post subject: |
|
|
We are working on something
Just be patient  _________________ MetaGenerator
pyTivo Manager |
|
| Back to top |
|
 |
j22barb
Joined: 25 May 2008 Posts: 36
|
Posted: Wed Nov 19, 2008 4:51 am Post subject: |
|
|
| That's great! Thanks MasterCephus. |
|
| Back to top |
|
 |
Taps7734
Joined: 19 Feb 2008 Posts: 2
|
|
| Back to top |
|
 |
MasterCephus

Joined: 05 Jan 2008 Posts: 195 Location: Hueytown, AL
|
Posted: Thu Nov 20, 2008 1:25 am Post subject: |
|
|
it's not just me this time...
Hopefully soon we'll (dlfl and myself) will release a beta version of something...  _________________ MetaGenerator
pyTivo Manager |
|
| Back to top |
|
 |
sicklybutsexy
Joined: 05 Mar 2008 Posts: 152 Location: chicago
|
|
| Back to top |
|
 |
saberman
Joined: 15 Jul 2008 Posts: 39 Location: Earth
|
Posted: Sat Dec 13, 2008 6:51 am Post subject: |
|
|
| sicklybutsexy wrote: | Use pytivometagen. It gets all the information for you automatically, movies and TV. |
That only works if the source of the video file is the TiVo and it is only needed if you are going to convert the .tivo to some other video format.
P.S. Any update on a source for the movie data for MetaGenerator? |
|
| Back to top |
|
 |
rdian06
Joined: 12 Apr 2008 Posts: 1420
|
Posted: Sat Dec 13, 2008 2:13 pm Post subject: |
|
|
I think he's talking about pyTivoMetaThis from this thread:
http://pytivo.krkeegan.com/gmd-s-python-metadata-generator-t17.html
Look near the end of the thread for our fixed versions.
It sure does more than .tivo ...
Last edited by rdian06 on Sat Dec 13, 2008 9:07 pm; edited 1 time in total |
|
| Back to top |
|
 |
saberman
Joined: 15 Jul 2008 Posts: 39 Location: Earth
|
Posted: Sat Dec 13, 2008 6:45 pm Post subject: |
|
|
I am confused. Which post was this in response to? (I cannot find a way to put this forum in thread mode.)
If it was in response to mine the post I responded to was specifically about pytivometagen.
As to pytivometathis -- the link above leads to:
"Filenames have to be in the format SeriesTitle.SnnEnn.Description.avi The Description part isn't actually used, so it can be anything. If more than one SeriesTitle matches, the program will prompt you to pick the one you want of the choices that matched. The path argument tells pyTivoMetaThis where to look for the avis,"
I also went to the Trac page where a -m option is shown. Unfortunately, there does not appear to be an option to specify the video file extension -- AVI is assumed. There also is no information on the format of the file name for movies.
Does this work for MPG files and if so how do you specify that? |
|
| Back to top |
|
 |
rdian06
Joined: 12 Apr 2008 Posts: 1420
|
Posted: Sat Dec 13, 2008 9:23 pm Post subject: |
|
|
| saberman wrote: |
I am confused. Which post was this in response to? (I cannot find a way to put this forum in thread mode.)
If it was in response to mine the post I responded to was specifically about pytivometagen.
As to pytivometathis -- the link above leads to:
"Filenames have to be in the format SeriesTitle.SnnEnn.Description.avi The Description part isn't actually used, so it can be anything. If more than one SeriesTitle matches, the program will prompt you to pick the one you want of the choices that matched. The path argument tells pyTivoMetaThis where to look for the avis,"
I also went to the Trac page where a -m option is shown. Unfortunately, there does not appear to be an option to specify the video file extension -- AVI is assumed. There also is no information on the format of the file name for movies.
Does this work for MPG files and if so how do you specify that? |
What I meant was I think sicklybutsexy meant pyTivoMetaThis, not pytivometagen in his original post. I know he uses pyTivoMetaThis since I debugged a problem he had with it a while back.
The original pyTivoMetaThis handles mpg, avi, ogm, mp4, mov, and wmv. The original developer hasn't updated it in a while. I modified it to add mkv and fix some character encoding bugs. Look for my modded version near the end of the thread. And adding other video types is trivial since the script only cares about the filename. It never processes the actual video or sound.
For TV show mode, it looks for:
sometext1.SXXEYY.sometext2.extension
sometext1 = The series title used to match against thetvdb.com.
XX = The season number
YY = The episode number
sometext2 = Is ignored and doesn't have to be present. You can use it for episode names if you like, but the script doesn't care about it.
extension = the list I mentioned before
The . don't have to be ., they can be spaces or underscores or dashes. I personally use spaces and spaces can appear in sometext1 and sometext2 just fine.
For Movie mode, you need to install imdbpy so it can screen scrape imdb. And the whole file name before the extension is used to match aginst imdb.
It processes whole directories (but not sub directories yet) at a time, so if I have a folder of Grey's Anatomy episodes, I cd to the folder, run the script and it generates metadata for each file in the directory. If the series name part of the file matches more than one TV series, it prompts you to choose one and then every other file in the directory with the same series name will auto recognize as the one you choose. |
|
| Back to top |
|
 |
|