LinuxMCE Forums

General => Developers => Topic started by: royw on July 25, 2008, 08:54:30 pm

Title: Maximum # of Performer attributes?
Post by: royw on July 25, 2008, 08:54:30 pm
Howdy,

I currently have 858 movies ripped, which have 31438 Performer (FK_AttributeType = '2') attributes (avg 37 performers/movie).  In both UI 1 & 2, Sort by Performer is only displaying from "Katie Mullins" to the end of the alphabet.

Any hints on where I can find the limit on number of performers?

Thank you,
Roy
Title: Re: Maximum # of Performer attributes?
Post by: tschak909 on July 27, 2008, 03:19:12 am
there are no intrinsic limitations at the database or sql2cpp level.

most likely, try looking at the datagrid code in Orbiter.

-Thom
Title: Re: Maximum # of Performer attributes?
Post by: jondecker76 on July 28, 2008, 11:39:13 am
Also make sure to check performer names for special characters. I had a name in quotes that was added to the database automatically when I burnt a DVD once, and I had some strange datagrid behavior at that time.
Title: Re: Maximum # of Performer attributes?
Post by: royw on July 28, 2008, 12:22:39 pm
Really good idea.  I know some titles have non-standard characters (ex: AEon Flux, Deva Vu).  I'll write a query tomorrow to check performers for non-standard characters.

Thank you,
Roy