VideoLibrary.GetMovies – How to sort by ID?

I can’t seem to sort by ID.
Basically, I just want to reverse the default sort order (which appears to by id).

I have tried using these as methods ‘id’ ‘movieid’ ‘default’ ‘none’
but they cause it to break (except none which has no affect).

I want to list movies by the order they added to DB (which is different to dateadded).

Any ideas?