Yes, I would like to find the place where it renames the video file to that long numeric jungle. I have a private site for my family and there really is no need to keep two copies of each video when they are uploaded - one with the name that makes sense and the other with the encoded name. I would like the files to be moved to the flvideo folder in the format with the hyphens. Then if my cousin wants a copy I can send it to him, instead of him clicking download which would send a different copy stored somewhere else on the server.

This should be easy as the code it generates is obvious.

INSERT INTO video SET UID='4', seo_name='first-house-on-the-farm', title='First house on the farm', description='Don talks about the first house on the farm.', keyword='house farm Kinde Don', channel='0|21|0', vdoname='07First-House.flv', flvdoname='12165025691985551657.flv', addtime='1216502569', adddate='2008-07-19', type='public', active='0', approve='1'

I realize the renaming is there for reducing leaching of files but this time I don't mind.
Any hints here?
Thanks Dave