Last active
July 12, 2017 11:11
-
-
Save anawolak/5522425 to your computer and use it in GitHub Desktop.
Cinnamon 1.8 nemo action for Qnapi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#By dRaiser 2013 | |
#http://draiser.net | |
#Install Qnapi if you don't have it - sudo apt-get install qnapi | |
#Create file qnapi.nemo_action as root in /usr/share/nemo/actions - sudo nano /usr/share/nemo/actions/qnapi.nemo_action | |
#Zainstaluj Qnapi, jesli go nie posiadasz - sudo apt-get install qnapi | |
#Utwórz plik qnapi.nemo_action (jako root) w katalogu /usr/share/nemo/actions - | |
#sudo nano /usr/share/nemo/actions/qnapi.nemo_action | |
#Note: You can also use local path for your user - ~/.local/share/nemo/actions/qnapi.nemo_action | |
#Możesz także używać ścieżki lokalnej (tylko dla Twojego użytkownika): - ~/.local/share/nemo/actions/qnapi.nemo_action | |
#Write content: | |
#Wypełnij go odpowiednią treścią: | |
[Nemo Action] | |
Active=true | |
Name=Pobierz napisy z QNapi | |
Comment=Pobierz napisy z QNapi | |
Name[en]=Download subtitles with QNapi | |
Comment[en]=Download subtitles with QNapi | |
Exec=qnapi %F | |
Icon-Name=qnapi | |
Selection=S | |
Extensions=avi;mkv;mpg;mp4; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment