pyTivo Discussion Forum Forum Index pyTivo Discussion Forum
Answers and the development of pyTivo a TiVo transcoding server
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

MetaGenerator Release Notes (LOCKED)
Goto page Previous  1, 2, 3, 4 ... 13, 14, 15  Next
 
Post new topic   This topic is locked: you cannot edit posts or make replies.    pyTivo Discussion Forum Forum Index -> Other Apps
 View previous topic :: View next topic  
Author Message
MasterCephus



Joined: 04 Jan 2008
Posts: 173
Location: Hueytown, AL

PostPosted: Thu Jan 17, 2008 5:43 am    Post subject: Reply with quote

Sorry about that...

I knew what I did...

I fixed both of those problems. Stars should work properly and you should be able to select a movie from the list now.

The links at the beginning of this thread and in my Sig will get you the newest version.

_________________
MetaGenerator
pyTivo Manager
Back to top
View user's profile Send private message
msteinkoenig



Joined: 07 Jan 2008
Posts: 10
Location: Austin, TX

PostPosted: Thu Jan 17, 2008 7:04 am    Post subject: Reply with quote

I just downloaded the latest version and tried it out. I can't search movies, it never finds any results.

A version number would be great also, at least a build number maybe.

Thanks,
Mike.
Back to top
View user's profile Send private message
rjmitche



Joined: 04 Jan 2008
Posts: 33

PostPosted: Thu Jan 17, 2008 3:37 pm    Post subject: Reply with quote

The new version fixed up the error I was getting when selecting a movie from the list (thanks for the quick update!) but, as danimal4326 mentioned, I'm also not seeing the movie year field being inserted into the metadata file.
Back to top
View user's profile Send private message
MasterCephus



Joined: 04 Jan 2008
Posts: 173
Location: Hueytown, AL

PostPosted: Fri Jan 18, 2008 12:27 pm    Post subject: Reply with quote

I have just released the newest version:

Version 1.3.2
fixed bug(s)
-fixed searches with apostrophes
-fixed movieYear not writing to metadata file

added feature(s)
-updating file version to current release
-user can now see version number in the About form
-updated the large series ID database to handle

removed feature(s)
-removed the ability to choose between a small seriesID DB and a large one

To download, click the link on my signature, or the link in the first post of this thread.

_________________
MetaGenerator
pyTivo Manager
Back to top
View user's profile Send private message
msteinkoenig



Joined: 07 Jan 2008
Posts: 10
Location: Austin, TX

PostPosted: Fri Jan 18, 2008 12:43 pm    Post subject: Reply with quote

Thanks I can search movies now. I am still seeing the issue if you double click on a TV show more than once it populates the seasons with duplicate shows. Actually if I look at one TV show and then another the original show I looked at episodes stay in the list on the right. I have to perform a new search to clean the right window.

Thanks,
Mike
Back to top
View user's profile Send private message
MasterCephus



Joined: 04 Jan 2008
Posts: 173
Location: Hueytown, AL

PostPosted: Fri Jan 18, 2008 1:32 pm    Post subject: Reply with quote

Fixed Smile

1.3.3
fixed bug(s)
-fixed double clicking more than once on a tv show in a search causes episode duplication


To download click on the link on my signature.

_________________
MetaGenerator
pyTivo Manager
Back to top
View user's profile Send private message
msteinkoenig



Joined: 07 Jan 2008
Posts: 10
Location: Austin, TX

PostPosted: Fri Jan 18, 2008 1:53 pm    Post subject: Reply with quote

Thanks for the quick turn around.

Any chance of adding
1. command line parameters in the future?
2. "And"ing search terms for series id instead of "or" if the show contains "the" it returns a lot of results

Thanks,
Mike.
Back to top
View user's profile Send private message
PaulS



Joined: 04 Jan 2008
Posts: 148

PostPosted: Fri Jan 18, 2008 4:54 pm    Post subject: Reply with quote

I've run across an unhandled exception :

1) Do a movie search for "310 to Yuma".
2) Select the "310 to Yuma (2007)" entry.
3) Watch it go boom.

Same thing occurs if you do a movie search for "Stardust", and select the "Stardust (2003)" entry.

The dump :

Quote:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToDouble(String value)
at MetaGenerator.ViewMetaData.giveStars()
at MetaGenerator.ViewMetaData..ctor(metaData metaInfo, String type, settings theSettings)
at MetaGenerator.Form1.buildMovieMetaData(XmlDocument chosen)
at MetaGenerator.Form1.MovieSelectedFromList()
at MetaGenerator.Form1.lstMovieResults_DoubleClick(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
at System.Windows.Forms.ListBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
MetaGenerator
Assembly Version: 1.3.0.3
Win32 Version: 1.3.0.3
CodeBase: file:///C:/Documents%20and%20Settings/Admin/Desktop/MetaGenerator/MetaGenerator.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


Back to top
View user's profile Send private message
PaulS



Joined: 04 Jan 2008
Posts: 148

PostPosted: Fri Jan 18, 2008 5:04 pm    Post subject: Reply with quote

I've also come across an incorrect behavior. An example :

1. Search for TV show "spooks".
2. Highlight "Spooks" from the left panel, and click "select series".
3. Expand the "Season 6" entry from the right panel. You'll see episodes 1-10 listed.
4. Highlight "Spooks" from the left panel, and click "select series".
5. Expand the "Season 6" entry from the right panel. You'll see two duplicate sets of Season 6's episodes 1-10 listed.
6. Expand the "Season 5" entry from the right pane. You'll see two duplicate sets of Season 5's episodes 1-10 listed.

For each time you select the series from the left panel, you'll get another replication of the episode listings for each season. Eventually, you'll get an unhandled exception as well, when you go off too far into the weeds.
Back to top
View user's profile Send private message
MasterCephus



Joined: 04 Jan 2008
Posts: 173
Location: Hueytown, AL

PostPosted: Sat Jan 19, 2008 5:59 am    Post subject: Reply with quote

fixed those problems...sorry about all this trouble. It's caused from lack of testing before I release a new version.

1.3.4
fixed bug(s)
-fixed click select series more than once on a tv show in a search causes episode duplication
-fixed problem if option of giving stars is set but movie has no IMDB data

Click on the link in my signature to download.

_________________
MetaGenerator
pyTivo Manager
Back to top
View user's profile Send private message
PaulS



Joined: 04 Jan 2008
Posts: 148

PostPosted: Sat Jan 19, 2008 8:52 am    Post subject: Reply with quote

No need to be sorry. This tool is really shaping up into a very handy tool.

Could you also look into the problem I've seen near the end of THIS THREAD ? It appears that some metadata might not be filled in properly, which leads to unhandled exceptions elsewhere in pyTivo.

Thanks!!!
Back to top
View user's profile Send private message
MasterCephus



Joined: 04 Jan 2008
Posts: 173
Location: Hueytown, AL

PostPosted: Sat Jan 19, 2008 2:56 pm    Post subject: Reply with quote

Sorry about that. It's fixed now. Next time post a problem like that in this thread so I'll see it faster. I just missed the x part of the stars.

1.3.0.5
fixed bug(s)
-fixed the missing 'x' in the stars field in metadata file

to download, click on the link at the bottom mymy signature.

_________________
MetaGenerator
pyTivo Manager
Back to top
View user's profile Send private message
PaulS



Joined: 04 Jan 2008
Posts: 148

PostPosted: Sat Jan 19, 2008 8:10 pm    Post subject: Reply with quote

I would have posted the problem here, but at the time I was unsure if it was a metadata content problem or a pyTivo parsing problem. When I get a moment, I'll verify the three fixes you've put in place for me recently. Thanks again!
Back to top
View user's profile Send private message
MasterCephus



Joined: 04 Jan 2008
Posts: 173
Location: Hueytown, AL

PostPosted: Fri Jan 25, 2008 6:11 am    Post subject: Reply with quote

I just released a new bug fix for the MetaGenerator:

1.3.0.6
fixed bug(s)
-searching for series ID returned incorrect results sometimes

The link to this version is in my signature.

_________________
MetaGenerator
pyTivo Manager
Back to top
View user's profile Send private message
TreborPugly



Joined: 04 Jan 2008
Posts: 52

PostPosted: Thu Jan 31, 2008 5:45 am    Post subject: Reply with quote

I just started working with this a few days ago, and it is an awesome tool. Cudos to you!

Two very minor suggestions:

1. Could it be an option to turn off the verification of the file name for the meta file? I just clicked on the file I want to use, and then I have to say, "yes, that is the file I want to use!" One click less when doing a bunch of shows would make a significant difference in time.

2. When there's only one Show ID found with your search, could it be automatically entered? And if so, could the search be done once without a special click, and if there is only one ID found, it can be entered. You could have some red text outside the box saying "Only one Show ID found" - this will remind the user that they didn't pick that one from a list.


Oh, sorry I've got a third one as well, which is not so minor. Would it be possible to reload the metadata from a text file to check it or edit it?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    pyTivo Discussion Forum Forum Index -> Other Apps All times are GMT - 8 Hours
Goto page Previous  1, 2, 3, 4 ... 13, 14, 15  Next
Page 3 of 15

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
Site is in NO WAY affiliated with TiVo Inc

Powered by phpBB © 2001, 2005 phpBB Group
phpBB SEO
[ Time: 0.4443s ][ Queries: 13 (0.2748s) ][ Debug on ]