Skip to content

Instantly share code, notes, and snippets.

@tatoosh
tatoosh / Denon_RC-1163_lircd.conf
Created October 5, 2018 15:15 — forked from kfigiela/Denon_RC-1163_lircd.conf
LIRC config file for Denon RC-1163 remote for DRA-F109/DNP-F109/DCD-F109
# contributed by Kamil Figiela
#
# brand: Denon
# model no. of remote control: RC-1163
# devices being controlled by this remote: DRA-F109/DNP-F109/DCD-F109
#
# DRA-F109 has also serial port in its "Remote Connector" that provides better integration.
# See blog post for more information: http://kfigiela.github.io/2014/06/15/denon-remote-connector/
begin remote
@tatoosh
tatoosh / auto_update_tags_in_files.py
Created September 6, 2020 14:43 — forked from CreamyCookie/auto_update_tags_in_files.py
QuodLibet Plugin that automatically stores ratings and playcounts in the respective files
# Copyright 2016 Joschua Gandert
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
from traceback import format_exc
@tatoosh
tatoosh / Mediakeys.ahk
Last active March 14, 2021 20:45 — forked from mistic100/Mediakeys.ahk
Media keys shortcuts for AutoHotkey
; AutoHotkey Media Keys
^!Space::Send {Media_Play_Pause}
^!Left::Send {Media_Prev}
^!Right::Send {Media_Next}
^!#::Send {Volume_Mute}
^!Up::Send {Volume_Up}
^!Down::Send {Volume_Down}