-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception thrown when title number is too high #140
Comments
See #137 |
@nickvergessen when I try to create a file with that number in the track, the getID3 only returns a 42. I am not able to reproduce this case of error. and: which SQL version are you using? |
@nickvergessen can you tell me if you are using MySQL in strict-mode? https://dev.mysql.com/doc/refman/5.5/en/out-of-range-and-overflow.html |
Yes, I might have strict mode on |
scanner was adjusted
|
For one of my files the tracknumber was set to
4294967295
This through an exception on the scan and aborted it.
When the value is too high, it should just use 0 or 1 or something useful instead of -1 which fails hard:
The text was updated successfully, but these errors were encountered: