Adrian Sampson
71d6dc3544
Docs refinements for #2581
2017-06-13 09:27:42 -04:00
A.L. Kleijngeld
2eb4e3d515
Merge branch 'master' into master
2017-06-13 14:43:10 +02:00
Bart Kleijngeld
52d5d2310b
refactoring according to feedback in pull request
2017-06-12 16:46:09 +02:00
Adrian Sampson
dfde9ce916
Merge pull request #2510 from SpirosChadoulos/master
...
New export command (issue #435 )
2017-06-11 12:21:06 -04:00
Bart Kleijngeld
91722aea36
added documentation
2017-05-30 21:29:49 +02:00
SpirosChadoulos
3c852d3539
docs
2017-05-13 12:26:31 +03: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
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
karpinski
88d26e7694
Adding a move option to the importer's CLI and updating the docs.
2017-02-07 21:19:45 +01: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
Jack Wilsdon
0d2923e4ea
Add documentation for beet remove --force
2016-06-08 19:26:19 +01:00
Dave Hayes
2f1dd9451b
Add notes for installing the ZSH completion script
2016-04-25 13:04:05 -05: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
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
Diego Moreda
79d84c0e4f
Style and doc fixes for MB_id importer argument
...
* Rename the importer argument and related variables to make it more
generic, as the feature should be independent of the backend used and
not restricted to MusicBrainz.
* Update documentation and docstrings accordingly.
* Add changelog entry.
2016-01-22 16:31:00 +01:00
Diego Moreda
b526227482
Cleanup and documentation for MB_id importer arg
...
* Style cleanup and fixes for the "--musicbrainzid" import argument.
* Allow the input of several IDs (separated by spaces) on the "enter Id"
importer prompt.
* Add basic documentation.
2016-01-21 17:08:53 +01:00
Adrian Sampson
c7045daf90
sampsyo -> beetbox ( #1730 ) 🎉
2016-01-08 20:36:16 -08:00
François-Xavier Thomas
50789e88fe
Fix 1583: Move command only shows modified files
2016-01-01 17:49:53 +01:00
Adrian Sampson
061f0f71bf
Merge pull request #1466 from tomjaspers/move-pretend-option
...
Implement `--pretend` option for the move command
2015-05-20 21:41:15 -07:00
Scott Thomas
07e352143e
File modification note in docs
...
I couldn't get beet update to read metadata changes - turns out that puddletag
doesn't touch the file modification time by default. It's a perfectly sensible
behaviour but I thought I'd add a note in the `beet update` section in case
anyone else has this problem.
2015-05-21 00:45:20 +01:00
Tom Jaspers
be484f2af0
Implement --pretend option for the move command
...
The method `show_path_changes` takes a list of tuples (source, destination)
that will be printed on either single / double line, as proposed in #1405 .
2015-05-20 13:03:18 +02:00
Adrian Sampson
0c7823b4a5
Add zsh completion instructions ( fix #1420 )
2015-04-15 19:53:27 -07:00
Adrian Sampson
c37561c74b
Redact by default ( #1376 )
2015-03-29 14:26:16 -07:00
Adrian Sampson
37860bf2ef
--redacted is now --redact
...
Seems more direct to me.
2015-03-27 22:44:32 -04:00
Tom Jaspers
ce78be3eb6
Config: add docs & tests for --redacted option
2015-03-26 12:49:54 +01:00
Adrian Sampson
c05dea123e
Docs clarity for verbosity levels ( #1320 )
2015-02-17 17:12:42 -05:00
Bruno Cauet
a014750e2d
Update docs: mention multi-level logging
...
If you think what I wrote suck, it's because it does.
2015-02-10 17:29:02 +01:00
Adrian Sampson
a892128996
Changelog and rewording for import --pretend
...
(#1162 )
2014-12-23 09:10:28 -05:00
Malte Ried
af36d85ef8
Implemented a better solution for the pretend flag
...
Corrected the documentation (shortcut -e is not available any more)
2014-12-23 13:52:22 +01:00
Malte Ried
2db346388a
Added option --pretend to only print the filenames of files to import without importing them
2014-12-21 15:56:56 +01:00
Adrian Sampson
2343387a68
beet stats output clarification (#1052 )
...
Explicitly say that size calculation is approximate.
2014-11-01 12:46:14 -07:00
Adrian Sampson
f88a960a63
Changelog for #984
...
[ci skip]
2014-09-28 11:50:05 -07:00
Adrian Sampson
d572bde13b
Tiny docs typos
...
Conflicts:
docs/plugins/index.rst
2014-09-12 20:58:24 -07:00
Adrian Sampson
eb579cf14b
Merge pull request #823 from PierreRust/sortquery
...
Sorting support in beets query mecanism (dbcore)
2014-08-22 14:59:44 -07:00
Harry Khanna
65c4ae627e
Clarify the default behavior for the write subcommand
2014-08-19 14:06:41 -04:00
Harry Khanna
2ffd3e287f
Add --always flag for write subcommand
...
Forces a write of tags to file even if the file's tags match the database.
This is useful to force plugins that respond to write (e.g., Scrub and Zero) to run on those tags.
This may also make the TODO comment in zero.py less important since creates a way to manually run the zero plugin on a file imported as-is.
2014-08-19 13:43:16 -04:00
Adrian Sampson
3771134716
Add zsh completion script by @vapniks ( #862 )
2014-08-13 21:54:43 -07:00
Adrian Sampson
35994e4bbd
Docs: remove reference to "beet write -a"
...
This flag doesn't really exist!
2014-07-12 10:56:24 -07:00
Pierre Rust
3426363775
Add documentation about sort specification.
2014-06-15 22:32:25 +02:00