discopatrick
95eeec937c
Add docs for datetime queries
2017-06-01 13:11:40 +01:00
Adrian Sampson
8a99eea146
Merge pull request #2509 from mattmurch/Issue549
...
Add default replace for - to _
2017-04-16 08:56:22 -04:00
Adrian Sampson
346ecbc6d4
Slightly more verbose config overlay description
2017-04-15 15:43:26 -04:00
Adrian Sampson
8e58a61eb4
Remove one blank line
2017-04-15 15:34:09 -04:00
MolarAmbiguity
a526eb7222
Implement feedback from sampsyo
2017-04-15 09:23:35 +10:00
MolarAmbiguity
94b75e8fb4
Fix bulleted list
2017-04-14 12:57:42 +10:00
MolarAmbiguity
ad87d2af92
Add info about overlaying configs
2017-04-14 12:40:32 +10:00
Matt Murch
e224621e83
Add default replace for - to _
...
Also updated changelog and docs.
Resolves : #549
2017-04-12 13:48:37 -04:00
Adrian Sampson
70ef6e7df8
Fix heading underline length
2017-03-27 23:23:23 -04:00
SpirosChadoulos
218968235e
small changes for the bell issue
2017-03-28 01:09:14 +03:00
SpirosChadoulos
c605a918c8
Added an if statement that allows the bell ring according to the user's configuration.
2017-03-27 20:49:28 +03:00
Adrian Sampson
af335868a8
Writing refinement for #2480
...
A slightly more nuanced description. Also use two separate paragraphs.
2017-03-18 14:10:21 -04:00
abigaildelarosa
bbd0b22005
change modify paragraph
2017-03-17 16:38:59 +01:00
Adrian Sampson
d22a257008
Main guide: clarify meaning of plain keyword query
...
Fixes #2463 .
2017-03-01 20:22:30 -05:00
Adrian Sampson
d10bfa1af6
Changelog & thanks for #2445
2017-02-20 22:11:34 -05:00
Jacob Gillespie
4e77ef4484
Address review comments
2017-02-19 20:48:34 -06:00
Jacob Gillespie
1fd22604fb
Fix linter issues
2017-02-19 17:33:26 -06:00
Jacob Gillespie
b4efecb709
Add option to hardlink when importing
2017-02-19 15:56:13 -06:00
karpinski
88d26e7694
Adding a move option to the importer's CLI and updating the docs.
2017-02-07 21:19:45 +01:00
A.L. Kleijngeld
24027d1bf8
Update config.rst: see issue #2410
...
`When a match is above the *medium* recommendation threshold`
->
`When a match is below the *medium* recommendation threshold`
As discussed in issue #2410 , which is fixed by this edit.
2017-01-27 21:48:46 +01:00
diomekes
04f7915d41
change no-bracket argument from white space to empty
2017-01-20 22:47:47 -05:00
diomekes
3a967df396
simplify check for empty disam_val, update changelog and docs, add change bracket test
2017-01-19 20:41:44 -05:00
diomekes
377a2a6964
add bracket argument to aunique
2017-01-19 20:39:12 -05:00
diomekes
5ee89666b6
fix typo in config docs
2017-01-07 09:54:54 -05:00
Adrian Sampson
f621d7f4f1
Merge pull request #1992 from jackwilsdon/add-write-bpm
...
Add write option to bpm plugin
2017-01-01 23:09:41 -05:00
Adrian Sampson
8cb6ff3892
Simplify the example config
...
I never meant for people to copy and paste this example---it's redundant and
probably wrong---but lots of people do! Removing a few weird options makes the
example clearer, I think, and will result in less-strange initial configs for
people who do copy & paste.
2017-01-01 19:18:25 -05:00
Adrian Sampson
f31e6110e6
Simplify #2280 docs
...
I've backed out the FAQ entry, since the main docs seem like the right place
for this.
2016-11-24 23:59:00 -05:00
Adrian Sampson
d6b15f4eaa
Remove duplicated line in docs ( #2280 )
...
For consistency: we don't show the aliases here for the other commands.
2016-11-24 23:51:10 -05:00
Peter Kessen
488225d837
Added documentation and FAQ for selective modify
2016-11-24 19:41:31 +01:00
Peter Kessen
9f48338291
Corrected docs for modify command
...
added short form ´mod´ and added switch ´-f´
2016-11-24 19:04:42 +01:00
Dang Mai
8d07bfe693
Documentation for new flag
2016-10-20 23:33:20 -04:00
Diego Moreda
f0a14bfdd5
Fix documentation issues for %first
...
Fix a formatting problem related to sphinx not allowing spaces at the
beginning or end of an inline literal, and removed an extra sentence
at th end of the %first template function documentation.
2016-10-04 16:20:52 +02:00
Diego Moreda
0eb0353453
Revise documentation for commas in Parser
2016-10-04 16:17:26 +02:00
Stefano Rivera
bcb1f8036a
Correct a typo
...
Spotted by lintian which runs spellchecks on man pages.
2016-08-29 16:29:32 -07:00
Dixon Xavier
80ca527f76
Fix typo in documentation
2016-06-19 13:20:54 +05:30
Dixon Xavier
fbcc8dbf1e
Update changelog and documentation
2016-06-19 12:54:27 +05:30
Gondlar
3ea9706f4e
Clarify which fields are searched by default
2016-06-16 18:53:55 +02:00
Jack Wilsdon
0d2923e4ea
Add documentation for beet remove --force
2016-06-08 19:26:19 +01:00
Adrian Sampson
a440e44abd
Proofread the changelog
2016-05-31 10:33:56 -07:00
Johnny Robeson
c1a168590c
add lost+found directory to default ignore list
2016-05-06 20:51:37 -04:00
Jack Wilsdon
2d5c68cec9
Remove write option from bpm and use import.write
2016-05-06 17:50:27 +01:00
Jack Wilsdon
38a3726b1b
Add documentation
2016-05-06 00:45:45 +01:00
Guilherme Danno
8c471581e0
Use the 'terminal_encoding' option for overriding the sys.stdin.encoding in some cases ( #1964 )
...
* Use the 'terminal_encoding' option for overriding the `sys.stdin.encoding` in some cases
* Add the documentation
2016-04-28 00:17:19 -03:00
Dave Hayes
2f1dd9451b
Add notes for installing the ZSH completion script
2016-04-25 13:04:05 -05:00
Guilherme Danno
271f7c8d17
new template path functions: %first{} and %ifdef{} ( #1951 )
...
* New template functions: %first{} and %ifdef{}
* Add documentation
* Add to changelog
2016-04-23 13:59:25 -03:00
Peter Kessen
f6b81c1bdd
Made changes suggested by @sampsyo
2016-02-04 18:35:01 +01:00
Peter Kessen
fac814421a
Added documentation for changes by #1843
2016-02-04 17:59:59 +01:00
Sven-Hendrik Haase
a942719ffc
Fix grammar
2016-02-03 20:38:29 +01:00
Adrian Sampson
d093ef9a47
A little more documentation for fields ( #1818 )
2016-01-28 13:52:07 -08:00
Diego Moreda
4f51302d09
Fix typo on importer search by id documentation
2016-01-22 19:48:22 +01:00