mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-08 05:25:10 +01:00
Compare commits
9 Commits
vim-todo
...
28234cd6a7
| Author | SHA1 | Date | |
|---|---|---|---|
| 28234cd6a7 | |||
| 4f12b0ab9e | |||
| 358dd8e6d1 | |||
| a00697759c | |||
| eb33471478 | |||
| 2158c887cc | |||
| e0861ac757 | |||
|
|
4648ba6ff6 | ||
| 570bfcceb2 |
60
.config/beets/config.yaml
Normal file
60
.config/beets/config.yaml
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
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
|
||||||
|
singleton: %the{$albumartist}/single - $artist - $title/$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: [
|
||||||
|
bandcamp, # pip install beets-bandcamp
|
||||||
|
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
|
||||||
|
|
||||||
|
musicbrainz:
|
||||||
|
host: localhost:5000
|
||||||
3
.vimrc
3
.vimrc
@@ -376,6 +376,9 @@ endif
|
|||||||
" Improved Django handling
|
" Improved Django handling
|
||||||
Plug 'tweekmonster/django-plus.vim'
|
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
|
" Code checker. For python, install flake8 or pylint, preferably in the
|
||||||
" virtualenv. For Django support, install pylint-django
|
" virtualenv. For Django support, install pylint-django
|
||||||
|
|||||||
Reference in New Issue
Block a user