
NScripts Ultimate
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is my own set of Nautilus Scripts. I didn't write any of this, I just grabbed them from other NS packs.
Gedit Root
ISO Mount
ISO unMount
Naudilus #Convert audio files
Open Terminal Here
Play in XMMS #Select a folder and play it in XMMS
Rootilus #root nautilus in the current dir.
Scale Image
Scale Image To Sizes
Search Here
Set image as Wallpaper
Video Converter
Dependencies:
lame, gidalog, vorbis tools and libraries, mencoder, XMMS, and imagemagick. (If I forgot any dependency please let me know in the comments).
13 years ago
#0.2: Fixed the Gedit Root script.
13 years ago
#0.2: Fixed the Gedit Root script.
begemot
12 years ago
But i think that "Play in XMMS" is not so actual as "Play in Audacious".
And very useful "Sent to" script is missing.
Thanks anyway.
Report
dj-steam
13 years ago
#----Scale Image To Sizes-----
case $LANG in
sv* )
title="Skala bild"
scale="Välj storlekar att skala bilden till";;
de* )
title="Bild skalieren"
scale="Wählen Sie die Zielgröße des Bildes";;
ru* )
title="Изменить размер фото"
scale="Выбрать желаемый размер";;
esac
#----end-Scale Image To Sizes----
#---Scale Image---------
case $LANG in
sv* )
title="Skala bild"
scale="Storlek att skala till <längd>x<höjd>";;
de* )
title="Bild skalieren"
scale="Bild an die Größe <breite>x<höhe> skalieren";;
ru* )
title="Изменить размер фото"
scale="Скалировать до <ширины>x<высоты>";;
esac
#---end Scale Image----
Enjoy
Report