GLUDFSSR;651818 Wrote: 
> It seems to only take the first 4 digits and nothing after that.

That's an accurate observation. The database field for year is an
unsigned smallint, which can accept values from 0 to 65535, so it can't
possibly store more than five digits. I'm not sure if SBS also does any
data validation on the value and truncates the date to four digits, but
it may. You might try using five digits, as in:

19641
19642
19643

But why you don't you just use the ALBUMSORT field, as explained above?
Since it's a string, it will accept whatever you put give it.


-- 
JJZolx
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=87544

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to