move_entry

@accepts(RB.RhythmDBEntry, gint)
@returns(none)
def move_entry(entry, index)

Moves an entry to a new position in the query model. The position must be a between 0 and the number of entries in the model. Specifying -1 does not move the entry to the end of the model.

entry :

the RB.RhythmDBEntry to move

index :

position to move to