Adrian Sampson
a333777946
Merge pull request #1737 from diego-plan9/mbtracks
...
info plugin: Allow custom formatting and human-readable lengths
2015-11-26 10:31:12 -08:00
Diego Moreda
47ceb492dc
Add docs note for custom-field sorting, fix typo
...
* Add note about ordering when sorting by custom-fields on query.rst.
* Fix typo on inline.rst.
2015-11-25 19:15:01 +01:00
Diego Moreda
a8f9f016d8
info: add format note to docs
2015-11-25 18:12:04 +01:00
Diego Moreda
be5138376b
info: add changelog entry for format option
2015-11-25 18:04:49 +01:00
Diego Moreda
0ed3f4067a
Add changelog entry for nonexistent fields sorting
2015-11-24 19:43:48 +01:00
Adrian Sampson
eb68177fee
Fix #1735 : convert --pretend encoding error
2015-11-21 12:40:45 -08:00
Adrian Sampson
9702011884
Changelog for #1433
2015-11-20 11:28:51 -08:00
Adrian Sampson
fd2cacbc25
Minor docs refinements for #1728
...
- Use a marginally more realistic example in the changelog.
- The -- convention is actually not the purview of shells; it's just a de
facto standard for command-line parsers. Fortunately, argparse supports it
out of the box.
2015-11-20 10:07:29 -08:00
Adrian Sampson
6cb8db3b2e
Merge pull request #1728 from diego-plan9/notquery
...
Add boolean "not" query operator
2015-11-20 10:00:05 -08:00
Diego Moreda
51bf6a1c9f
Add documentation for NotQuery, cleanup
...
* Add changelog and query.rst documentation entries for the usage of negated
queries.
* Cleanup NotQuery class as suggested during code review (PEP conforming
docstring, clarification on empty clause match behaviour).
2015-11-20 18:06:22 +01:00
Peter Kessen
6b408507f6
added encoding as comment in files
...
added line like
# -*- coding: utf-8 -*-
to all files without license
2015-11-19 18:52:57 +01:00
Adrian Sampson
775a48eb28
--extra/-e is now --field/-f
2015-11-17 14:40:52 -08:00
Adrian Sampson
d87a747477
Condense edit plugin documentation
...
Also avoided adding some unused command-line options.
2015-11-16 12:43:59 -08:00
jmwatte
bb39cd509d
cleaned up edit.rst
2015-11-16 10:37:38 -08:00
Kai
61e992fd47
Replace PIL with Pillow
2015-11-15 04:25:42 +01:00
Adrian Sampson
f27c486389
Remove separator and not_fields from docs
...
The `separator` option has already been removed. `not_fields` is an internal
detail and doesn't need to be documented (yet).
2015-11-14 13:39:30 -08:00
Adrian Sampson
de6813eab5
Remove vestigial editor config option
...
We now just use $EDITOR.
2015-11-14 13:38:41 -08:00
Adrian Sampson
72b26235ad
Merge branch 'master' into editor
2015-11-14 13:28:04 -08:00
Adrian Sampson
e235cb7c42
Remove vestiges of diff_method option
2015-11-14 12:56:53 -08:00
Adrian Sampson
d7d609442e
Remove diff_method option
...
Our built-in "diff"-like functionality is pretty good because it's aware of
beets' data structures and types. This makes it more legible, in my opinion,
than an ordinary textual diff. So for now, I'm making this the only option (in
the spirit of making the plugin as straightforward as humanly possible).
2015-11-14 12:53:45 -08:00
Adrian Sampson
9c968456c1
Fix #1666 : malformed binary data in SoundCheck
2015-11-13 12:21:36 -08:00
Marvin Steadfast
17dcc7ab21
Fixed two typos in the embyupdate docs
2015-11-11 08:54:58 +01:00
Marvin Steadfast
4b2b9fe2ce
Added embyupdate plugin
...
Its a simple plugin that triggers a library refresh after the library
got changed. It does the same thing like the plexupdate plugin.
2015-11-10 10:15:01 +01:00
Adrian Sampson
48637f22e9
smartplaylist: Handle exceptional cases in setup
2015-11-09 21:52:10 -08:00
Adrian Sampson
98f48237f5
Tiny docs tweaks for #1708
2015-11-08 13:04:26 -08:00
Manfred Urban
95b80b37aa
Updated documentation
2015-11-08 17:04:36 +01:00
Diego Moreda
a71b2e1046
editor: update plugin name on examples on docs
2015-11-08 16:09:41 +01:00
Fabrice Laporte
57cf702668
Update index.rst
2015-11-07 23:18:30 +01:00
Adrian Sampson
80bfd186ae
Use should_write for modify, update, and mbsync
...
This should address the surprising situation in #1697 , where `import` went
fine but then `update` unexpectedly changed filenames.
2015-11-07 13:34:47 -08:00
Adrian Sampson
cb6edb46ef
Use ` instead of * for plugin event names
2015-11-07 12:12:48 -08:00
Adrian Sampson
4e20ddcef9
Doc refinements for #1499
2015-11-07 12:11:05 -08:00
Adrian Sampson
4baf9eba56
Move changelog entry for #1499
2015-11-07 12:07:17 -08:00
Adrian Sampson
b2512b3271
Merge pull request #1499 from m-urban/tag-change-hook
...
#872 : Tag change hooks
2015-11-07 12:06:17 -08:00
Adrian Sampson
1f6a26d2b4
Spruce up the docs for #1692
2015-11-06 13:04:06 -08:00
Adrian Sampson
7413e17782
Merge pull request #1692 from kooimens/patch-2
...
Discogs: change album artist to musicbrainz naming
2015-11-06 13:01:23 -08:00
kooimens
1150f65ee3
Update changelog.rst
2015-11-06 20:01:56 +01:00
kooimens
7d02d7da29
Update changelog.rst
2015-11-06 20:00:36 +01:00
kooimens
c204795153
Update changelog
2015-11-06 19:56:19 +01:00
kooimens
b11533b98f
Update discogs docs
2015-11-06 19:45:05 +01:00
Fabrice Laporte
d84c776dc1
list options in alphabetic order
2015-11-06 13:44:38 +01:00
Adrian Sampson
33d3ebf53f
Link to a 3rd-party plugin: beets-usertag ( #1694 )
2015-11-05 18:31:16 -08:00
Manfred Urban
17b38a6be8
Minor layout fixes to documentation
2015-11-05 16:43:28 +01:00
Manfred Urban
5e4c41ffe8
Clarified documentation
2015-11-05 16:37:35 +01:00
Manfred Urban
ae0babb17e
Less duplicated text in documentation
2015-11-05 16:17:19 +01:00
jmwatte
51658a7ea6
Merge branch 'editor' of https://github.com/jmwatte/beets into editor
2015-11-05 15:18:46 +01:00
Manfred Urban
1708939f99
- Added hooks to manipulate fetched album and track info
...
- Integrated support for plugins
- Added documentation
- Updated changelog
2015-11-05 15:17:58 +01:00
jmwatte
ab3bc356b2
updateMerge branch 'master' of https://github.com/sampsyo/beets into editor
2015-11-05 15:13:07 +01:00
Adrian Sampson
7d52fa72ae
Fix #1699 : Outdated API call
...
get_fields() was removed in 5420599839 .
2015-11-04 20:25:17 -08:00
Adrian Sampson
19cf37263d
Fix #1700 : Tolerate missing Location in iTunes
2015-11-04 20:11:58 -08:00
reiv
81a72f74c9
Merge branch 'master' into 314-reimport-art
2015-11-04 18:37:06 +01:00
reiv
e32dda78b8
Changelog for #1681
2015-11-04 18:33:52 +01:00
jmwatte
afedfbf2aa
Update index.rst
...
added the edit plugin
2015-11-04 09:11:46 +01:00
jmwatte
67a46b6e08
Update changelog.rst
...
change name from yamleditor to edit
2015-11-03 15:13:01 +01:00
jmwatte
8b23c89318
Update edit.rst
...
polishing
2015-11-03 15:03:14 +01:00
jmwatte
76509e1682
Update edit.rst
...
polishing
2015-11-03 14:37:34 +01:00
jmwatte
91f67146f9
Delete yamleditor.rst
2015-11-03 14:04:39 +01:00
jmwatte
00b21dfa51
Merge branch 'editor' of https://github.com/jmwatte/beets into editor
2015-11-03 13:59:38 +01:00
jmwatte
2d77861e4d
renamed and updated editplugin
2015-11-03 13:55:08 +01:00
Adrian Sampson
38edb18a74
Merge pull request #1683 from sampsyo/1264-unnecessary-resize
...
Fix #1264 : Avoid unnecessary art resizes
2015-11-02 22:39:06 -08:00
reiv
1625dfc17e
Merge branch 'master' into 1264-unnecessary-resize
2015-11-03 02:46:33 +01:00
reiv
5d0048c03d
Changelog for #1683
2015-11-03 02:38:02 +01:00
Adrian Sampson
bfa2fbf6af
Changelog for #1675
2015-11-02 16:46:32 -08:00
jmwatte
f0040370ec
Update yamleditor.rst
...
polishing
2015-11-02 23:57:11 +01:00
Adrian Sampson
69b0ae9745
Add an FAQ about changing music directories
2015-11-02 14:40:00 -08:00
jmwatte
3741e28947
Update yamleditor.rst
...
polishing
2015-11-02 23:23:57 +01:00
jmwatte
149dd8676a
Update yamleditor.rst
...
polishing
2015-11-02 23:09:50 +01:00
jmwatte
151c1f3fbd
Update yamleditor.rst
...
polishing
2015-11-02 23:00:02 +01:00
jmwatte
a3ee1d0d37
Update yamleditor.rst
...
more polishing
2015-11-02 22:21:03 +01:00
jmwatte
e3e8150277
Update yamleditor.rst
...
polishing
2015-11-02 22:07:59 +01:00
jmwatte
d5c9be44d4
Update changelog.rst
2015-11-02 22:02:20 +01:00
jmwatte
6c08aae3a4
Update changelog.rst
...
added yamleditor(a new plugin) entry
2015-11-02 21:42:58 +01:00
jmwatte
fe012eae77
new plugin yamleditor
2015-11-02 21:13:58 +01:00
Adrian Sampson
a18506f471
Fix #1686 : thumbnails using unicode paths
2015-11-02 11:03:43 -08:00
reiv
b76597bc43
Changelog for #1126
2015-11-02 02:36:15 +01:00
Frederik “Freso” S. Olesen
41cbb47918
Add changelog entry for #1661 .
2015-10-29 05:04:59 +01:00
Adrian Sampson
2537c06ac7
Changelog for #1652 fix
2015-10-24 13:09:15 -07:00
Adrian Sampson
079822b893
Importer: no separate stage for applying metadata
...
It's cheaper and easier to just apply metadata in the UI thread. The
advantage, then, is that we no longer need to keep track of anything in-memory
to enumerate data that has been seen by the user but not added to the database
yet!
In the next step, I'll remove `seen_idents` altogether.
2015-10-24 13:03:26 -07:00
Adrian Sampson
f784cd1a22
Fix #1656 , maybe: encode Discogs token strings
2015-10-24 12:07:40 -07:00
Adrian Sampson
f4a617e641
Move color option in config example ( fix #1653 )
2015-10-19 13:44:52 -07:00
Adrian Sampson
10dc42d1d2
Changelog for #1649
2015-10-19 13:27:29 -07:00
Marc Plano-Lesay
054b9728b5
Fix example of Types plugin documentation
2015-10-18 13:46:39 +02:00
Adrian Sampson
ef26d4c926
Version bump for 1.3.16
2015-10-17 17:45:46 -07:00
Adrian Sampson
60e5e388cc
Add date for 1.3.15 release
2015-10-17 17:45:21 -07:00
Adrian Sampson
9524ddcfe3
Clean up changelog for 1.3.15 release
2015-10-17 17:44:34 -07:00
Adrian Sampson
0b3ecfc6e8
Doc tweaks for #1639
2015-10-17 14:52:29 -07:00
Adrian Sampson
000487c757
Merge pull request #1639 from sadatay/genius_lyrics
...
Add Genius as a lyric source
2015-10-17 14:51:01 -07:00
Adrian Sampson
7c6f7b2fa7
Doc tweaks and changelog for #1641 ( fix #1621 )
2015-10-17 14:43:16 -07:00
Joe LaSala
3ab9932059
Add Genius as a lyric source
...
Makes use of the Genius API and genius-api.com, a separate resource that
provides readable lyrics.
2015-10-13 19:14:08 -05:00
Adrian Kowalski
da655534ae
Change function name and correct documentation style
2015-10-12 09:39:20 +02:00
Adrian Kowalski
84da4b89a5
Update documentation for zero plugin
2015-10-09 21:38:38 +02:00
Adrian Sampson
d29cc7b2c0
Refine docs for #1586
2015-10-07 16:36:12 -07:00
Adrian Sampson
3b604c7ff9
Merge pull request #1586 from mried/RobustCaseSensitiveDetection
...
A robust way to check for a case sensitive file system
2015-10-07 15:43:38 -07:00
David Logie
bfc5a1b803
Add new `include` config option.
...
This new option allows users to provide a list of external config files
which will be evaluated when beets starts.
This is useful for keeping private settings (e.g. API keys) out of the
main configuration file.
2015-10-05 14:01:26 +01:00
Peter Kessen
0a5d9c28db
added changelog entry for PR #1623
2015-09-30 19:48:42 +02:00
Adrian Sampson
59d7b96a66
Merge pull request #1612 from YetAnotherNerd/wlg
...
Add whatlastgenre to plugin index doc
2015-09-19 15:15:43 -07:00
Nils Reuße
9ec17a9238
beets is available as a package for openbsd releases since ~1 year now.
2015-09-19 18:20:08 +02:00
YetAnotherNerd
ef34ddf66c
add whatlastgenre to plugin index doc
2015-09-19 17:42:14 +02:00
Adrian Sampson
f4a124e7e2
Fix #1605 : parsing bare + and - in queries
2015-09-15 13:53:41 -07:00
Malte Ried
b5f1f990d2
Merge branch 'master' into RobustCaseSensitiveDetection
...
# Conflicts:
# docs/changelog.rst
2015-09-12 21:52:21 +02:00
Jack Wilsdon
3d058f4b6c
Changelog for #1603
2015-09-11 20:36:12 +01:00
Malte Ried
5832e8730e
Changed the documentation of the PathQueries to reflect the usage of the file system cas-sensitivity.
2015-09-11 20:38:53 +02:00
Malte Ried
0e0941c778
Little changes for the changelog.
2015-09-11 20:33:02 +02:00
Jack Wilsdon
553dd1f39d
Add missing colon for configuration
2015-09-11 18:23:29 +01:00
Jack Wilsdon
6a56677c7c
Move line break to correct position
2015-09-11 18:23:15 +01:00
Jack Wilsdon
1378351c07
Add documentation for hook plugin
2015-09-11 15:24:29 +01:00
Malte Ried
2e052fc93b
Merge branch 'master' into CaseInsensitiveSearch
2015-09-11 12:39:04 +02:00
Malte Ried
ff9dc07589
Merge branch 'master' into RobustCaseSensitiveDetection
2015-09-11 12:38:50 +02:00
Jack Wilsdon
40f9f6593e
Changelog for #1595
2015-09-09 22:31:23 +01:00
Malte Ried
a06a421ce8
Bugfix for cas insensitive searches for a file path. Fixes #1587 .
2015-09-08 16:04:26 +02:00
Malte Ried
951a11809f
Merge branch 'master' into RobustCaseSensitiveDetection
...
# Conflicts:
# docs/changelog.rst
2015-09-08 15:57:42 +02:00
Jack Wilsdon
764fcc6b4c
Add library_name configuration property
2015-09-08 12:48:24 +01:00
Adrian Sampson
7a306db752
Changelog for #1577
2015-09-07 14:39:44 -07:00
Adrian Sampson
b41259623d
Merge pull request #1577 from nathdwek/play-warn-tresh
...
play: make the many files warning configurable
2015-09-07 14:39:05 -07:00
Adrian Sampson
2140bb27a3
Fix #1592 : unhandled exception in PyAudioTools
2015-09-07 14:15:46 -07:00
Malte Ried
269d792b07
Merge branch 'master' into RobustCaseSensitiveDetection
2015-09-07 12:31:34 +02:00
Adrian Sampson
9a76a1e7eb
Changelog for #1591 ( fix #733 )
2015-09-06 22:16:27 -07:00
Adrian Sampson
8963d88380
Merge pull request #1591 from jackwilsdon/embedart-remove-art-file
...
Add `remove_art_file` configuration property to EmbedArt plugin
2015-09-06 22:14:59 -07:00
Jack Wilsdon
ea247936c2
Add purpose description to remove_art_file documentation
2015-09-07 01:21:47 +01:00
Adrian Sampson
f8d9019d1b
Better explanation of threaded option
...
It was pointed out that the old wording was too worrisome.
2015-09-06 17:14:55 -07:00
Jack Wilsdon
110ab43db7
Add documentation for remove_art_file
2015-09-06 21:56:41 +01:00
nath@home
940dc3c1a6
play: Add documentation for play-warn-tresh
...
Added documentation for the new warning_treshold config option for
beets-play
Also made the documentation for the use_folders option more
explicit.
2015-09-03 22:19:51 +02:00
Malte Ried
636f0af8b2
Merge branch 'master' into RobustCaseSensitiveDetection
...
# Conflicts:
# docs/changelog.rst
2015-09-03 22:12:33 +02:00
Adrian Sampson
bc137b174f
Doc tweaks & changelog for #1589
2015-09-02 15:05:23 -07:00
Adrian Sampson
854a4539cb
Fix #1588 : fetchart gets PNGs, not GIFs
2015-09-02 12:45:35 -07:00
Adrian Sampson
086b97173b
Changelog for #1578
2015-09-02 12:33:04 -07:00
nath@home
7ed742b268
play-raw: Fix a docstring and add doc
2015-09-01 23:42:43 +02:00
Malte Ried
32bd7914e5
Implemented a much more robust way to check for a case sensitive filesystem
2015-09-01 10:57:02 +02:00
Adrian Sampson
9e83c76762
Changelog for #1582
2015-08-29 12:57:59 -07:00
Adrian Sampson
9ce49b7ef0
fetchart: Do not emable Wikipedia by default
...
Because DBpedia seems to be down (it's responding very slowly with errors),
this seems like a good defensive action. It narrows the default sources to
those that resolve quickly, with only a couple of HTTP requests. We can
re-enable this again in the future if things seem to stabilize over at
DBpedia.
2015-08-29 12:52:57 -07:00
Adrian Sampson
608e4ffbef
fetchart: Lots more logging
2015-08-29 11:59:46 -07:00
Adrian Sampson
2113bf46a6
fetchart: Disable Google by default
...
Since it's less precise than the other sources.
2015-08-29 11:41:29 -07:00
Adrian Sampson
2b1d7fc3aa
fetchart: Logging, naming, remove unused option
2015-08-29 11:31:59 -07:00
nath@home
8bf60ee8df
clearart-notify: Added changelog entry
2015-08-23 00:04:02 +02:00
Adrian Sampson
a000a15803
Changelog: bug link/thanks
2015-08-16 09:29:18 -07:00
Adrian Sampson
cde509a638
Merge pull request #1570 from fxthomas/badfiles
...
Badfiles: Easier default configuration, docs update and color output
2015-08-16 09:27:08 -07:00
Adrian Sampson
e708520349
Fix extra word
2015-08-16 09:25:56 -07:00
Adrian Sampson
759c79c426
play: Insert arguments anywhere ( #1532 )
2015-08-16 09:23:09 -07:00
François-Xavier Thomas
6095914d30
badfiles: Fixed typo in docs
2015-08-15 15:31:00 +02:00
François-Xavier Thomas
50b8d8dd6e
badfiles: Update doc about checker commands
2015-08-15 14:53:35 +02:00
François-Xavier Thomas
8db75f075e
badfiles: Update doc to remove unneeded defaults
2015-08-15 14:53:17 +02:00
Adrian Sampson
ecf677ae41
Reorganize up some badfiles documentation
2015-08-14 20:50:29 -07:00
Adrian Sampson
82484be232
Add badfiles plugin as-is
2015-08-14 20:32:19 -07:00
Adrian Sampson
315fe78f0c
Example for play --args ( #1532 )
2015-08-14 19:57:05 -07:00
Adrian Sampson
ab7e9d4db2
Simplify #1532 : CLI only, append to end
2015-08-14 19:52:49 -07:00
Adrian Sampson
7b6c773a3f
Cleanup for #1532
2015-08-14 19:44:11 -07:00
Adrian Sampson
217a8126bc
Merge pull request #1532 from pheerai/play_opt_arg
...
Added optional argument for play-plugin
2015-08-14 19:23:34 -07:00
Adrian Sampson
339ab55558
Link to beets-badfiles
2015-08-11 22:44:07 -07:00
Adrian Sampson
7621ae4280
aur4 is now aur
...
The transition is imminent (and the link already works):
https://wiki.archlinux.org/index.php/Arch_User_Repository#AUR_4
2015-08-07 09:52:43 -07:00
quarksify
f1793b6653
Update main.rst
2015-08-07 11:41:01 -04:00
quarksify
d7af0f9b03
Update main.rst
2015-08-07 11:38:06 -04:00
Ben Boeckel
323f79ecdb
colors: support standard terminal colors
...
Fixes #1548 .
Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
2015-08-05 22:00:25 -04:00
Oliver Rümpelein
d05e251a14
Merge branch 'master' into play_opt_arg,
...
to make AppVeyor-builds possible.
2015-08-02 20:51:26 +02:00
Oliver Rümpelein
90bb4081fe
Implemented --args-feature
...
* as discussed in #1532 , with args-parameter, and optionally
inserted config-key
* updated changelog/docs
2015-08-02 20:44:56 +02:00
Adrian Sampson
96c5121f65
Documentation for #1555/#1556
2015-08-01 15:00:13 -07:00
Adrian Sampson
26573bb499
Changelog for #1559
2015-07-30 04:32:11 -07:00
Adrian Sampson
4982fb0b45
Docs for GStreamer 1.x (& audioread 2.0.0)
2015-08-02 23:20:29 -07:00
Adrian Sampson
2466f957d9
Version bump for 1.3.15
2015-08-02 22:45:55 -07:00
Adrian Sampson
ba15f945ac
Finalize changelog
2015-08-02 22:42:03 -07:00
Adrian Sampson
4a7c929667
Proofread changelog for release
2015-08-02 22:22:57 -07:00
Adrian Sampson
02d8126608
ipfs: Changelog and proofreading in the docs
2015-08-02 18:50:17 -07:00
Adrian Sampson
7d55126070
Merge pull request #1397 from multikatt/ipfs
...
Ipfs plugin
2015-08-02 18:39:55 -07:00
Adrian Sampson
1eb3c3c4d3
Changelog for #1480 fix
2015-08-02 17:27:55 -07:00
Adrian Sampson
ebf98d7bf0
duplicates: Avoid Unicode-to-bytes comparison
...
Fix #1551 .
2015-07-28 22:36:27 -07:00
Adrian Sampson
5420599839
New all_keys() method on dbcore.Model
...
Rather than the ad-hoc one on library classes. This also avoids some confusing
duplication in the `beet fields` output, at the cost of turning off the plugin
distinction.
2015-07-28 22:27:43 -07:00
Adrian Sampson
41256898d2
Slight changelog refinement
2015-07-28 21:29:55 -07:00
Matthew Blythe
abb9ab5f1b
add 'group album' fix to changelog
2015-07-28 20:13:41 -06:00
Adrian Sampson
6faf2127ca
Changelog for #1545
2015-07-27 11:45:57 -07:00
David Logie
71d3be238b
zero: optionally update tags in the database.
2015-07-21 16:54:23 +01:00
Adrian Sampson
9aad2115e0
El Capitan fix
2015-07-13 16:16:33 -07:00
Adrian Sampson
ae68cedeaf
Changelog for #496
2015-07-07 18:21:15 -07:00
Adrian Sampson
d766b6bd7c
Merge pull request #1361 from LordSputnik/master
...
Fixed issue #496 - sanitize/truncate bug
2015-07-07 17:33:17 -07:00
Ben Ockmore
1f1e0f7240
Added warning message and paragraph about replacements/max length interaction in documentation.
2015-07-07 17:46:42 +01:00
Adrian Sampson
493fbab1a5
replaygain: Fix #1518 , GStreamer missing plugins
2015-07-06 16:23:04 -07:00
Tom Jaspers
18bd4471e4
Fix sorting of track numbers when case insensitive
...
`LOWER()` implicitly converted numerical columns to strings,
causing the ordering of ['1', '10', '2'] to be correct.
The type of the column is now checked in the sql query
using `CASE WHEN..` construct. This ensures the column is
only `LOWER()`'d when dealing with TEXT or BLOB.
- Add a test to check for the track number behavior
- Add changelog entry
Fix #1511
2015-07-05 19:56:14 +01:00
multikatt
b8fdd163b9
Fix capitalization of examples and add a comma
...
Fixes syntax highlighting
2015-07-05 14:29:37 -04:00
Fabrice Laporte
de100be923
Update lyrics.rst
2015-07-03 14:40:38 +02:00
Fabrice Laporte
d495d35a97
Update lyrics.rst
2015-07-03 14:39:40 +02:00
Adrian Sampson
1f72184533
Changelog for #1521
2015-06-26 16:31:49 -07:00
Adrian Sampson
e360438977
Note about escaping regex arguments in shell
...
A la #1520 .
2015-06-25 21:27:28 -07:00
Adrian Sampson
ab7c0321d6
Changelog for #1512
2015-06-23 10:45:16 -07:00
Adrian Sampson
ce91a0c929
keyfinder: Fix #1502 (unicode paths)
2015-06-09 16:34:02 -07:00
multikatt
df4cfdb3b9
Update docs with configuration details
2015-06-07 17:16:34 -04:00
Adrian Sampson
93190ac089
Changelog formatting tweaks
2015-06-04 10:07:44 -07:00
Adrian Sampson
7c0f7167bc
Tweak docs and changelog for #1494
2015-06-04 10:05:29 -07:00
Ed Carroll
865fb0a25f
Updated docs and changelog
...
Updated the append function to be a bit safer when adding the token
parameter. Updated docs and changelog
2015-06-04 10:48:38 +01:00
multikatt
0d8a0d3fad
typo: dameon -> daemon
2015-06-03 05:56:01 -04:00
multikatt
d6425be819
Updating docs for --play flag
2015-06-03 05:54:23 -04:00
Adrian Sampson
419a12a2f2
Further clarify docs for #1493
2015-06-02 19:54:16 -07:00
Adrian Sampson
bc9caa5845
Update docs for #1493/#1104
2015-06-02 19:38:30 -07:00
Adrian Sampson
f5e9114e5b
Merge pull request #1493 from ruippeixotog/master
...
Add support for pregap tracks
2015-06-02 19:31:18 -07:00
Rui Gonçalves
93c8f834f0
Add support for pregap tracks
2015-06-03 00:54:25 +01:00
Fabrice Laporte
2da6da1768
update docs
2015-06-02 23:45:08 +02:00
Markus Unterwaditzer
eed91b1c19
Changelog for #1485
2015-06-02 00:02:57 +02:00
Manfred Urban
d08881a5b4
Updated changelog with information on fix #1487
2015-06-01 23:52:39 +02:00
multikatt
d4d3e957b3
Add to toctree
2015-05-31 01:43:09 -04:00
Adrian Sampson
1c3a053ce5
Normalize regex query patterns/values ( fix #1482 )
2015-05-30 15:45:55 -04:00
Adrian Sampson
90178ab380
Always log a template literal ( fix #1481 )
...
Otherwise, we risk the user-provided string looking like a format string! If
it contains curly braces, it can behave unexpectedly.
2015-05-28 23:44:41 -04:00
Adrian Sampson
7f5c274c46
Grouped-album tasks have paths
...
Close #1475 , fix #825 .
2015-05-25 12:57:23 -07:00
Pedro Silva
c93d5ce25b
add changelog entry and docs for duplicate merging
2015-05-25 18:19:15 +02:00
Tiago Dias
476c40fce9
Added beets-noimport plugin to the plugins documentation page.
2015-05-25 00:30:35 +01:00
Adrian Sampson
167bcffb89
Changelog for #1472
2015-05-24 15:51:40 -07:00
Kylie McClain
687dc9ddcd
Use python-mpd2 instead of python-mpd. Fixes #1472 .
2015-05-24 18:24:29 -04:00
Adrian Sampson
d8cc2588cd
Changelog for #1470
2015-05-23 18:20:48 -07: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
Tom Jaspers
a7eace81d4
fetchart: improve Wikipedia art source
...
Artists with non-typical casing (e.g., alt-J, dEUS) would not get matched on
DBPedia, as the RDFS:label uses arbitrary casing, and SPARQL provides only exact
matches. The FOAF:name attribute is always title-cased (e.g., Alt-J, Deus).
Due to a bug in DBPedia, the cover filename is truncated when it contains
parentheses, (e.g., 'Foo bar (band).jpg' gets truncated to 'Foo bar .jpg').
To work around this, an additional Wikipedia call gets made for all its
images, in which we try to match our truncated image.
The Wikipedia art source now catches the correct exceptions, instead of
a broad catch-all.
Wikipedia album images can be gifs, so these are now added to the list of
accepted content types.
2015-05-19 09:57:54 +02:00
Tom Jaspers
a82dee35cb
fetchart complains if no imaging backend available
...
The `enforce_ratio` and `minwidth` options depend on PIL or ImageMagick.
Previously it silently fails. Now it will log a warning, and accept the
image.
Tests concerning these options are skipped when no imaging backend is available.
Fix #1460
2015-05-18 19:44:40 +02:00
Pedro Silva
6be98b0a36
add tiebreaking facility
2015-05-16 19:25:47 +02:00
multikatt
63369246ae
Update docs: -g now works for queries
2015-05-15 15:59:56 -04:00
multikatt
ef1f4965f0
Adding documentation
2015-05-15 13:59:43 -04:00
Adrian Sampson
71d7c0b004
Merge pull request #1450 from tomjaspers/metasync-itunes
...
MetaSync: more OO structure + iTunes support
2015-05-13 15:04:36 -07:00
Adrian Sampson
dff4feaec2
embedart: Preempt wrong-type error in AAC files
2015-05-11 17:46:21 -07:00
Tom Jaspers
cb13d21ad6
MetaSync: automatic load of sources and item_types
...
- MetaSources get loaded from the modules automatically
- The MetaSources can define their own item_types, that get loaded for the plugin
- __init__ doesn't need any changes to accept new metasources
- Fix the --sources option to actually accept sources
(it was being interpreted as boolean flag before, crashing the plugin)
- More safety w.r.t. external dependencies
2015-05-09 11:31:39 +02:00
Tom Jaspers
27aef76ae5
MetaSync: update changelog & fix typo in doc
2015-05-08 16:43:02 +02:00
Lucas Duailibe
df89a68a99
Fixing sort by path ( fix #1451 )
2015-05-07 23:45:26 -03:00
Tom Jaspers
04d7c883d1
MetaSync: docs for itunes synchronization
...
changelog & metasync plugin documentation
2015-05-07 10:28:41 +02:00
Adrian Sampson
c856326865
Fix #1449 : Unicode paths in permissions
2015-05-06 22:23:18 -07:00
Tom Jaspers
c108447bb4
Changelog for #1448 (PIL import fix)
2015-05-04 08:30:38 +02:00
Adrian Sampson
076e77711f
Changelog for #1443
2015-04-29 14:53:57 -07:00
Adrian Sampson
274865147c
Version bump for dev: 1.3.14
2015-04-24 08:56:17 -07:00
Adrian Sampson
a8fce9be69
Finalize 1.3.13 changelog
2015-04-24 08:54:04 -07:00
Adrian Sampson
0e3f6cb09d
Provide Unicode to Jellyfish 0.5.0
...
The new version requires arguments are Unicode. We were providing ASCII byte
strings, produced by Unidecode. We now re-decode this back to Unicode before
passing to the Levenshtein function.
2015-04-23 15:25:47 -07:00
Adrian Sampson
fbf40c6f62
Slightly expand changelog for #1436
2015-04-23 15:12:15 -07:00
D Andrew Reynhout
bd12cd59fd
Update changelog for #1427 fix
2015-04-23 15:44:15 -04:00
Adrian Sampson
841f646fd7
Version bump for dev: 1.3.13
2015-04-18 17:05:45 -07:00
Adrian Sampson
e8489e125d
Datesamp 1.3.12 release
2015-04-18 17:05:05 -07:00
Adrian Sampson
7ebf5d7bf8
Light changelog reorganization
2015-04-18 17:04:26 -07:00
Adrian Sampson
cd2e11b4e4
A little more changelog for #1429
2015-04-18 11:58:31 -07:00
Adrian Sampson
c52074786e
Merge pull request #1429 from tomjaspers/sort-ignore-case
...
Sort can ignore case if configured to do so
2015-04-18 11:54:22 -07:00
Adrian Sampson
0711172446
Docs fixes for metasync: #1386
2015-04-18 11:49:36 -07:00
Heinz Wiesinger
0ecc560650
Add documentation for metadata sync plugin.
2015-04-18 16:09:46 +02:00
Tom Jaspers
91ab207156
Make sort-ignore-case branch mergeable
2015-04-18 11:48:54 +02:00
Tom Jaspers
0302c44909
Docs & changelog for case insensitive sort
2015-04-18 10:27:56 +02:00
Adrian Sampson
e14b1d7626
Some docs massaging for imminent release
2015-04-17 14:55:16 -07:00
Bruno Cauet
4e7c8d14a8
Discogs: add troubleshooting section in docs
...
Mention the token file, system date. Provide a URL that searches github
issues for "discogs".
Relates to #1417 .
2015-04-17 17:32:42 +02:00
Fabrice Laporte
7a10a7a86b
Update changelog.rst
2015-04-17 16:08:22 +02:00
Adrian Sampson
7073a54975
Expand changelog descriptions
2015-04-16 20:13:31 -07:00
Adrian Sampson
df579c6b45
Changelog for #1404
2015-04-16 19:57:41 -07:00
Adrian Sampson
6004da7c42
Expand changelog for "or" queries ( #1423 )
2015-04-16 19:34:20 -07:00
Adrian Sampson
bc698c3c0e
Merge pull request #1423 from tomjaspers/or-query-operator
...
Use comma as "or" operator for queries
2015-04-16 19:25:24 -07:00
Adrian Sampson
aef4e323f8
Changelog for #1426
2015-04-16 14:53:46 -07:00
Tom Jaspers
0a4e8309fd
Changelog entry for OR-operator
2015-04-16 10:09:46 +02:00
Tom Jaspers
c98835709f
Query documentation to include "or" operator
2015-04-16 09:44:49 +02:00
Adrian Sampson
0c7823b4a5
Add zsh completion instructions ( fix #1420 )
2015-04-15 19:53:27 -07:00
Adrian Sampson
b313c8b46a
fuzzy: Fix #1422 , regression crasher
2015-04-15 19:46:31 -07:00
Adrian Sampson
46f382fd9b
importadded: Fix in-place singleton imports
...
Fixes #1416 .
2015-04-14 11:45:20 -07:00
Adrian Sampson
0507f80fcd
discogs: Handle errors on auth setup ( fix #1417 )
2015-04-14 10:26:39 -07:00
Adrian Sampson
195f0dd6d4
No default terminal encoding ( #1419 )
2015-04-14 09:51:02 -07:00
Adrian Sampson
a0ff517d17
Guess output encoding from sys.stdout.encoding
...
Rather than using the locale settings. #1419
2015-04-13 11:11:16 -07:00