Jérémie Detrey
3b03372502
mbsync: Use release-track-id to construct track mapping.
...
Fixes #1234 by following recording MBIDs changes.
2018-05-08 16:30:07 +02:00
Adrian Sampson
4f7c1c9bed
Merge pull request #2912 from rachmadaniHaryono/fix-lyric
...
fix list item remove error on lyric plugin
2018-05-02 22:07:18 -04:00
rachmadaniHaryono
2a9d485b83
new: doc: doc on fix
2018-05-03 09:57:54 +08:00
rachmadaniHaryono
e90a547642
chg: dev: fix list item remove error
2018-05-03 09:46:03 +08:00
Adrian Sampson
0712076612
Merge pull request #2893 from dbogdanov/discogs_original_year
...
Fetch original_year from master releases for Discogs (#1122 )
2018-05-02 17:03:52 -04:00
Dmitry Bogdanov
a840bc700b
Merge branch 'master' into discogs_original_year
2018-05-02 17:41:07 +02:00
Dmitry Bogdanov
a9834c1fb1
Add changes to changelog
2018-05-02 17:02:36 +02:00
Adrian Sampson
3373b090bd
Merge pull request #2896 from jdetrey/feature/406
...
Support `musicbrainz_releasetrackid`
2018-05-02 09:40:19 -04:00
Jérémie Detrey
f838dea08b
Fixed line too long.
2018-05-02 09:27:58 +02:00
Jérémie Detrey
dd467e41e4
Add support for musicbrainz_releasetrackid to changelog.
2018-05-02 09:21:03 +02:00
vapniks
209d281871
Update _beet to use zsh caching
...
Caching is now done with zsh builtin completion caching functions.
2018-05-01 21:58:11 +01:00
Jérémie Detrey
f01799207a
Add mb_releasetrackid tag to full.* media files.
2018-05-01 08:37:34 +02:00
Jérémie Detrey
9f4c5c8096
Do not rely on positional arguments for TrackInfo.
2018-04-30 18:37:27 +02:00
Jérémie Detrey
f74899ab9a
Fix errors due to missing track['id'] in unit tests.
2018-04-30 18:26:06 +02:00
Jérémie Detrey
3e3a51dbb1
Merge branch 'feature/406' of github.com:Rawrmonkeys/beets into feature/406
2018-04-30 11:26:10 +02:00
Adrian Sampson
965640859c
Merge pull request #1638 from jdetrey/master
...
Take the audio tracks in a data track into account.
2018-04-29 18:44:51 -04:00
Jérémie Detrey
c1d1388729
Unit test for import with video data tracks.
2018-04-29 20:19:11 +02:00
Jérémie Detrey
708d1ab4fb
Merge branch 'master' of https://github.com/sampsyo/beets
2018-04-29 20:08:39 +02:00
Jérémie Detrey
e88a7cea90
Unit test for import with audio data tracks.
2018-04-29 20:06:44 +02:00
Adrian Sampson
f1d5c2f398
Fix #2537 : keyfinder uses imported_items()
2018-04-29 13:45:39 -04:00
Adrian Sampson
e8190b5c1a
Avoid a crash when mediums is none
2018-04-29 13:37:59 -04:00
Jérémie Detrey
c15f1ba877
Add the `data-track-list' feature to changelog.
2018-04-29 18:21:40 +02:00
Dmitry Bogdanov
6aba118e94
Fetch original_year from master releases for Discogs ( #1122 )
...
This adds an additional Discogs API call inside get_album_info().
Assume that original_year equals to year for releases without a
master release.
2018-04-29 18:18:15 +02:00
Jérémie Detrey
1a37db732e
More fitting name for total track count.
2018-04-29 18:00:36 +02:00
Jérémie Detrey
fda740ab47
Merge branch 'master' of https://github.com/sampsyo/beets
2018-04-29 15:42:42 +02:00
Adrian Sampson
4288e11fc0
Merge pull request #2891 from dbogdanov/discogs_fixes
...
Some fixes and updates for the Discogs plugin
2018-04-28 14:32:27 -04:00
Dmitry Bogdanov
f9b6473893
Some more code style fixes
2018-04-28 19:03:32 +02:00
Dmitry Bogdanov
7ac2aff50c
Fix a few code style issues
2018-04-28 14:06:29 +02:00
Dmitry Bogdanov
8c42c458a7
Update changelog
2018-04-28 03:34:34 +02:00
Dmitry Bogdanov
0ea5882bc0
Better comments in code explaining Discogs track IDs ( #2336 )
2018-04-28 02:32:42 +02:00
Dmitry Bogdanov
09ee194142
Make Discogs medium indexing code easier to understand
2018-04-28 02:23:46 +02:00
Adrian Sampson
55e5e95afa
Merge branch 'master' of github.com:beetbox/beets
2018-04-27 17:36:10 -04:00
Adrian Sampson
8eb50fee33
Avoid weird mutation in web tests
...
This was strange and unnecessary---setting a field on the response
object instead of just using a local variable---and also broke on Flask
1.0.
2018-04-27 17:34:18 -04:00
Dmitry Bogdanov
48140f11e7
Use releasegroup_id to store master release IDs from Discogs
...
Master releases roughly correspond to MusicBrainz' release groups.
It will be usefull to store master IDs, for example to retrieve
original release dates (#1122 ).
2018-04-27 21:56:51 +02:00
Dmitry Bogdanov
2e422122b3
Invent our own track IDs for Discogs
...
Discogs does not provide track IDs. As a workaround, invent our own
IDs by combining release ID with original track position strings
returned by Discogs (#2336 ).
2018-04-27 20:30:35 +02:00
Dmitry Bogdanov
676536efa7
Fix incorrect indexing of two-sided mediums
...
Fix incorrect split of a tracklist by medium for the case of
two-sided mediums (#2887 ).
Following the discussion in #2887 , the 'medium_total' value should
contain the number of tracks on the medium to which each particular
track belongs, not the total number of different mediums present on
a release.
Fix unit tests accordingly.
2018-04-27 19:28:35 +02:00
Adrian Sampson
f3630a3210
Merge pull request #2888 from cgtobi/sonos
...
Add sonos updater plugin.
2018-04-20 09:04:18 -04:00
Tobias Sauerwein
8768e786af
Fix toctree.
2018-04-20 08:47:43 +02:00
Tobias Sauerwein
ad3b5b1d76
Fix target name.
2018-04-20 08:38:14 +02:00
Tobias Sauerwein
499b3867b2
Remove unused import.
2018-04-20 08:25:08 +02:00
Tobias Sauerwein
2ac0a00241
Fix short title underline.
2018-04-20 08:24:05 +02:00
Tobias Sauerwein
4748a68b6b
Remove exception handling.
2018-04-20 08:16:56 +02:00
cgtobi
7d45eabb25
Merge branch 'master' into sonos
2018-04-20 07:44:21 +02:00
Tobias Sauerwein
14538e45af
Fix changelog entry.
2018-04-20 07:42:57 +02:00
Tobias Sauerwein
5e084b7186
Fix exception handling and add docs to the toc.
2018-04-20 07:39:12 +02:00
Tobias Sauerwein
dcce29eeb3
Add documentation for the sonos updater plugin.
2018-04-20 00:07:40 +02:00
Tobias Sauerwein
c420f6bf99
Add sonos updater plugin.
2018-04-19 23:58:40 +02:00
Adrian Sampson
a458f4aa87
Merge pull request #2870 from ddfreyne/artist-credit-config
...
Artist credit config
2018-04-08 11:19:03 -04:00
Denis Defreyne
0202d762bf
Add artist_credit config option
2018-04-08 08:29:06 +02:00
Adrian Sampson
a829fa348f
Fix #2863 : nonexistent identical paths are equal
2018-04-04 10:41:38 -04:00