mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 13:35:10 +01:00
Compare commits
7 Commits
vim-todo
...
358dd8e6d1
| Author | SHA1 | Date | |
|---|---|---|---|
| 358dd8e6d1 | |||
| a00697759c | |||
| eb33471478 | |||
| 2158c887cc | |||
| e0861ac757 | |||
|
|
4648ba6ff6 | ||
| 570bfcceb2 |
55
.config/beets/config.yaml
Normal file
55
.config/beets/config.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
directory: /stuff/beets/music
|
||||
library: /stuff/beets/musiclibrary.db
|
||||
|
||||
art_filename: cover
|
||||
asciify_paths: yes
|
||||
per_disc_numbering: yes
|
||||
threaded: yes
|
||||
|
||||
paths:
|
||||
# default: $albumartist/$year - $album/$track $artist - $title
|
||||
default: %the{$albumartist}/$year - $album%aunique{}/%if{$multidisc,$disc-}$track $artist - $title
|
||||
singleton: Singletons/$artist - $title
|
||||
comp: Compilations/$album%aunique{}/%if{$multidisc,$disc-}$track $artist - $title
|
||||
albumtype:soundtrack: Soundtracks/$album%aunique{}/%if{$multidisc,$disc-}$track $artist - $title
|
||||
|
||||
import:
|
||||
write: yes
|
||||
copy: yes
|
||||
move: no
|
||||
resume: ask
|
||||
#incremental: yes
|
||||
log: beetslog.log
|
||||
|
||||
ignore: .AppleDouble ._* *~ .DS_Store
|
||||
|
||||
plugins: [
|
||||
discogs,
|
||||
duplicates,
|
||||
embedart,
|
||||
fetchart,
|
||||
ftintitle,
|
||||
importadded,
|
||||
inline,
|
||||
the,
|
||||
]
|
||||
|
||||
discogs:
|
||||
# pip install discogs-client
|
||||
# Useful for classical music:
|
||||
index_tracks: yes
|
||||
|
||||
fetchart:
|
||||
# pip install requests
|
||||
cautious: true
|
||||
|
||||
ftintitle:
|
||||
auto: yes
|
||||
format: (feat. {0})
|
||||
|
||||
importadded:
|
||||
preserve_mtimes: yes
|
||||
preserve_write_mtimes: yes
|
||||
|
||||
item_fields:
|
||||
multidisc: 1 if disctotal > 1 else 0
|
||||
3
.vimrc
3
.vimrc
@@ -376,6 +376,9 @@ endif
|
||||
" Improved Django handling
|
||||
Plug 'tweekmonster/django-plus.vim'
|
||||
|
||||
" requirements.txt highlighter
|
||||
Plug 'raimon49/requirements.txt.vim', {'for': 'requirements'}
|
||||
|
||||
|
||||
" Code checker. For python, install flake8 or pylint, preferably in the
|
||||
" virtualenv. For Django support, install pylint-django
|
||||
|
||||
Reference in New Issue
Block a user