Last updated: 2015-08-11
exiftool -partofset -directory -filename -r -if '$partofset =~ /^\d\/\d$$/ and $directory =~ /(?<!\d)$$/i and $filetype eq "MP3"' .
Last updated: 2015-08-11
exiftool -partofset -directory -filename -r -if '$partofset =~ /^\d\/\d$$/ and $directory =~ /(?<!\d)$$/i and $filetype eq "MP3"' .
// ==UserScript== | |
// @name Format AliExpress Order | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Format the order page from AliExpress to make it pretty for printing | |
// @author Anthony HOCQUET | |
// @match http://trade.aliexpress.com/order_detail.htm?orderId=* | |
// @grant none | |
// ==/UserScript== |
Invoke filebot with the @ argument : | |
filebot @arguments.txt | |
arguments.txt | |
--q | |
Chocolat | |
--filter | |
y == 2015 | |
--action | |
test |
# | |
# | |
# The Seedbox From Scratch Script | |
# By Notos ---> https://github.com/Notos/ | |
# | |
# | |
###################################################################### | |
# | |
# Copyright (c) 2013 Notos (https://github.com/Notos/) | |
# |
<keymap> | |
<global> | |
<keyboard> | |
<f1>CleanLibrary(video)</f1> <!-- RED BUTTON --> | |
<f2>UpdateLibrary(video)</f2> <!-- GREEN BUTTON --> | |
</keyboard> | |
</global> | |
<FullscreenVideo> | |
<keyboard> | |
<f1>NextSubtitle</f1> <!-- RED BUTTON --> |
<?xml version="1.0"?> | |
<root> | |
<item> | |
<name>Programmer's Shift Keys</name> | |
<!-- | |
Author: Carwin Young (@carwin) | |
Last Updated: 2014.07.18 | |
v.1.1 | |
Programmer's Shift Keys |
<playercorefactory> | |
<players> | |
<player name="MPV" type="ExternalPlayer" audio="false" video="true"> | |
<filename>C:\Program Files\mpv\mpv.exe</filename> | |
<args>-fs "{1}"</args> | |
<hidexbmc>false</hidexbmc> | |
<hideconsole>false</hideconsole> | |
<warpcursor>none</warpcursor> | |
</player> | |
</players> |
cat movieFormat.txt | |
movieFormat={n} ({y})/{n} ({y}) {" Part $pi"}{" [$vf $vc $ac $af]"}# |
class BrightnessSetter { | |
; qwerty12 - 27/05/17 | |
; https://github.com/qwerty12/AutoHotkeyScripts/tree/master/LaptopBrightnessSetter | |
static _WM_POWERBROADCAST := 0x218, _osdHwnd := 0, hPowrprofMod := DllCall("LoadLibrary", "Str", "powrprof.dll", "Ptr") | |
__New() { | |
if (BrightnessSetter.IsOnAc(AC)) | |
this._AC := AC | |
if ((this.pwrAcNotifyHandle := DllCall("RegisterPowerSettingNotification", "Ptr", A_ScriptHwnd, "Ptr", BrightnessSetter._GUID_ACDC_POWER_SOURCE(), "UInt", DEVICE_NOTIFY_WINDOW_HANDLE := 0x00000000, "Ptr"))) ; Sadly the callback passed to *PowerSettingRegister*Notification runs on a new threadl | |
OnMessage(this._WM_POWERBROADCAST, ((this.pwrBroadcastFunc := ObjBindMethod(this, "_On_WM_POWERBROADCAST")))) |
{ | |
"BTTPresetName" : "Default", | |
"BTTGeneralSettings" : { | |
"BTTPathSampleSize" : 100, | |
"BTTCMOnTop" : true, | |
"BTTForceForceClickPressure2F" : 700, | |
"BSTLeftHalfBlock" : true, | |
"BTTMinDrawingMovement" : 2, | |
"BTTTouchBarMouseModeClickBlock" : true, | |
"BSTRightHalfBlock" : true, |