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
### Keybase proof | |
I hereby claim: | |
* I am PBXg33k on github. | |
* I am pbx_g33k (https://keybase.io/pbx_g33k) on keybase. | |
* I have a public key whose fingerprint is 7386 8A26 8709 D4A4 926D 515C 86DE 488E 4526 A3D5 | |
To claim this, I am signing this object: |
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
# ################################################################### | |
# Mp3tag Tag Source for VocaDB | |
# | |
# Search by ALBUM | |
# | |
# This file should be stored in your tag sources sources directory | |
# %APPDATA%\Mp3tag\data\sources | |
# and requires Mp3tag v2.64 or above. | |
# [2015-08-31] v1.00 | |
# |
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
# ################################################################### | |
# Mp3tag (v2.39+) parsing for VGMdb.net, created by dano on 2010-01-20 | |
# Updated and maintained by PBX_g33k starting from 2015-09-01 | |
# | |
# | |
# This file should be in your sources directory | |
# On Windows XP it's | |
# C:\Documents and Settings\*username*\Application Data\Mp3tag\data\sources | |
# | |
# Changelog: |
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
version: '3.3' | |
services: | |
nzbget: | |
image: linuxserver/nzbget | |
hostname: nzbget | |
ports: | |
- "666:6789" | |
networks: | |
- nginx-pool |
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
192.168.178.17 .pim.kb |
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
find . -iname '*.zip' | while read filename; do (7z x -o"${filename%.*}" "$filename" && rm "$filename"); done |