Re: [Freevo-users] IMDB issues

2006-10-18 Thread Dirk Meyer
Jason Tackaberry wrote: On Tue, 2006-10-17 at 14:31 +0100, Karl Lattimer wrote: Has anyone else been experiencing problems where the IMDB lookup results in an FXD file being created with a blank title? The result is that the file goes to the start of the list. There should probably be imdb

Re: [Freevo-users] IMDB issues

2006-10-18 Thread Dirk Meyer
Karl Lattimer wrote: I've actually already done some work porting apple trailers to using SAX instead of regexp parsing. By making appletrailers use SAX its a lot easier to maintain the code. Right now its not perfect, and if apple continue to move things over to itms then it'll be impossible

Re: [Freevo-users] IMDB issues

2006-10-17 Thread Chris Thomas
I'm experiencing this as well. I manually had to add in the title to some movies last night. -Chris On 10/17/06, Karl Lattimer [EMAIL PROTECTED] wrote: Has anyone else been experiencing problems where the IMDB lookup results in an FXD file being created with a blank title? The result is that

[Freevo-users] IMDB issues

2006-10-17 Thread Karl Lattimer
Has anyone else been experiencing problems where the IMDB lookup results in an FXD file being created with a blank title? The result is that the file goes to the start of the list. There should probably be some kind of fall back solution to this based on the filename, if the title field

Re: [Freevo-users] IMDB issues

2006-10-17 Thread Jason Tackaberry
On Tue, 2006-10-17 at 14:31 +0100, Karl Lattimer wrote: Has anyone else been experiencing problems where the IMDB lookup results in an FXD file being created with a blank title? The result is that the file goes to the start of the list. There should probably be imdb probably changed their html

Re: [Freevo-users] IMDB issues

2006-10-17 Thread Karl Lattimer
I might take a look at it tonight and see if its something simple and dumb, Is it too late to get a patch into 1.6? K, On Tue, 2006-10-17 at 10:12 -0400, Jason Tackaberry wrote: On Tue, 2006-10-17 at 14:31 +0100, Karl Lattimer wrote: Has anyone else been experiencing problems where the

Re: [Freevo-users] IMDB issues

2006-10-17 Thread John Molohan
Jason Tackaberry wrote: On Tue, 2006-10-17 at 14:31 +0100, Karl Lattimer wrote: Has anyone else been experiencing problems where the IMDB lookup results in an FXD file being created with a blank title? The result is that the file goes to the start of the list. There should probably be

Re: [Freevo-users] IMDB issues

2006-10-17 Thread Karl Lattimer
On Tue, 2006-10-17 at 15:32 +0100, John Molohan wrote: Jason Tackaberry wrote: On Tue, 2006-10-17 at 14:31 +0100, Karl Lattimer wrote: Has anyone else been experiencing problems where the IMDB lookup results in an FXD file being created with a blank title? The result is that the file

Re: [Freevo-users] IMDB issues

2006-10-17 Thread Karl Lattimer
Ideally, we would have a small file that exists on freevo.org that net-connected freevo boxen can pull periodically to update to new code that fixes issues like this that are sporadically temperamental. Wouldn't it be better to pull a small text config file from the web. For instance;

Re: [Freevo-users] IMDB issues

2006-10-17 Thread Karl Lattimer
Here's an intermediate fix. If Duncan Would like to put it into the SVN and get it into the next release then that'd be great. PS. Sorry its not a diff, I didn't have time to faff on, I just wanted it fixed. FYI - There are better ways to process HTML To name but a few;