News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Maximum # of Performer attributes?

Started by royw, July 25, 2008, 08:54:30 PM

Previous topic - Next topic

royw

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
My System: [url="http://wiki.linuxmce.org/index.php/User:Royw"]http://wiki.linuxmce.org/index.php/User:Royw[/url]

tschak909

there are no intrinsic limitations at the database or sql2cpp level.

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

-Thom

jondecker76

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.

royw

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
My System: [url="http://wiki.linuxmce.org/index.php/User:Royw"]http://wiki.linuxmce.org/index.php/User:Royw[/url]