Page 1 of 1

Changing language file with mm:ss instead of mm

Posted: 2006-04-27 19:33:52
by pollewops
I am using the language file EnglishMusic.lng.
In there you can add the lengt of the movie/music dvd/cd in minutes.

This piece of code is added to the language file for that":
LLength.Caption=Length:
LLengthMin.Caption=min.

I was wondering if that could be change, so that you can add minutes and seconds in the format mm:ss in there ?

How is that possible.

Posted: 2006-04-27 21:23:36
by antp
Impossible, as the field only accepts integer numbers.
You could use the Year field for the minutes and the Length field for the seconds, though it would maybe not be the easiest...

Posted: 2006-04-28 14:36:58
by pollewops
ok..thanks.

The field could also not be changed to character field instead of integer field ?

Posted: 2006-04-28 15:10:14
by antp
no

Posted: 2006-04-28 15:14:26
by pollewops
ok. clear. thanks.
I will try to come up with something else...