Author Topic: Maximum # of Performer attributes?  (Read 3230 times)

royw

  • Guru
  • ****
  • Posts: 261
    • View Profile
Maximum # of Performer attributes?
« 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

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Maximum # of Performer attributes?
« Reply #1 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

jondecker76

  • Alumni
  • wants to work for LinuxMCE
  • *
  • Posts: 763
    • View Profile
Re: Maximum # of Performer attributes?
« Reply #2 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.

royw

  • Guru
  • ****
  • Posts: 261
    • View Profile
Re: Maximum # of Performer attributes?
« Reply #3 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