FileBot - Benutzerdefiniertes Windows-Kontextmenü erstellen

Aus Laub-Home Wiki
  • FileBot Portable unter C:\_filebot\FileBot_4.9.4-portable
  • zur Bearbeitung werden Batch-Dateien aufgerufen
Windows Registry Editor Version 5.00


#####################
# Context Sub Menu
[HKEY_CLASSES_ROOT\Directory\shell\filebot]
"MUIVerb"="FileBot renaming ..."
"SubCommands"=""
"Icon"="\"C:\\_filebot\\FileBot_4.9.4-portable\\filebot.exe\",0"

####################
# mkclean
[HKEY_CLASSES_ROOT\Directory\shell\filebot\shell\MKCLEAN]
@="... mkclean"
"CommandFlags"=dword:00000040
[HKEY_CLASSES_ROOT\Directory\shell\filebot\shell\MKCLEAN\command]
@ = "\"C:\\_filebot\\mkclean.bat\" \"%1\""

####################
# Movies
[HKEY_CLASSES_ROOT\Directory\shell\filebot\shell\MOVIE]
@="... Movie"
[HKEY_CLASSES_ROOT\Directory\shell\filebot\shell\MOVIE\command]
@ = "\"C:\\_filebot\\rename_movie.bat\" \"%1\""

####################
# Movies query
[HKEY_CLASSES_ROOT\Directory\shell\filebot\shell\MOVIEQ]
@="... Movie Query"
"CommandFlags"=dword:00000040
[HKEY_CLASSES_ROOT\Directory\shell\filebot\shell\MOVIEQ\command]
@ = "\"C:\\_filebot\\rename_movie-QUERY.bat\" \"%1\""

####################
# TV Shows
[HKEY_CLASSES_ROOT\Directory\shell\filebot\shell\TV]
@="... TV"
[HKEY_CLASSES_ROOT\Directory\shell\filebot\shell\TV\command]
@ = "\"C:\\_filebot\\rename_tvshow.bat\" \"%1\""

####################
# TV Shows query
[HKEY_CLASSES_ROOT\Directory\shell\filebot\shell\TVQ]
@="... TV Query"
[HKEY_CLASSES_ROOT\Directory\shell\filebot\shell\TVQ\command]
@ = "\"C:\\_filebot\\rename_tvshow-QUERY.bat\" \"%1\""