That one can be modified easily; just edit usr\lib\sliderotate\sliderotate.py and replace all "left" strings with "right"
cd directorypath for f in filespec do mv $f $f.old sed 's#findstring#replacestring#g' $f.old > $f rm -f $f.old done