Commit graph

3221 commits

Author SHA1 Message Date
Adrian Sampson
5e2f7d6fcc remove some anachronisms from the docs 2014-02-07 19:55:07 -08:00
BrainDamage
6836e9c725 updated iHate plugin to replace hardcoded regex system in favour of more flexible queries
changed config layout of iHate plugin to a simpler system
updated unit test for ihate plugin accordingly
updated docs for ihate plugin accordingly
2014-02-07 21:37:33 +01:00
Thomas Scholtes
c82b31e750 Replace path separators from config 2014-02-06 14:22:40 +01:00
Adrian Sampson
802c4560d4 changelog/docs for #521, fix #402 2014-02-05 20:44:43 -08:00
Adrian Sampson
cb783d11c3 style and changelog for #525 2014-02-04 23:19:34 -08:00
Adrian Sampson
c6445a4b16 Merge pull request #525 from brilnius/master
In beet modify: don't ask for confirmation if there is nothing to do
2014-02-04 23:16:02 -08:00
Thomas Scholtes
694cce380b Mutagen does not add empty tags
See for example
https://github.com/nex3/mutagen/blob/master/mutagen/mp4.py#L521
https://github.com/nex3/mutagen/blob/master/mutagen/asf.py#L52
2014-02-05 00:54:48 +01:00
Stig Inge Lea Bjørnsen
58924375d3 Merge pull request #521 from silb/datequery_plugin
Add a plugin for querying date fields against date intervals or instants...
2014-02-04 13:03:39 -08:00
Stig Inge Lea Bjørnsen
732daddf53 Move the date query documentation into the query reference documentation. 2014-02-04 21:48:33 +01:00
Thomas Scholtes
95bff36154 Extract stripping suffixes 2014-02-04 20:33:09 +01:00
Thomas Scholtes
6901cc96db Fix white space 2014-02-04 20:10:55 +01:00
Thomas Scholtes
b490ed7d4b Remove superfluous code 2014-02-04 20:10:55 +01:00
Thomas Scholtes
813510a50d Implement Genre list 2014-02-04 20:10:55 +01:00
Thomas Scholtes
a0dac7b9f7 Docs for StorageStyle 2014-02-04 20:10:55 +01:00
Thomas Scholtes
006f7f3ef7 Move id3_lang key to MP3 class 2014-02-04 20:10:55 +01:00
Thomas Scholtes
709a2693b1 Do not serialize tuples in MP4 2014-02-04 20:10:55 +01:00
Thomas Scholtes
fcf438c759 Remove duplicate tests 2014-02-04 20:10:55 +01:00
Thomas Scholtes
65a9611366 Remove str store type 2014-02-04 20:10:55 +01:00
Thomas Scholtes
f5a4f51f92 Remove list_elem parameter 2014-02-04 20:10:55 +01:00
Thomas Scholtes
0a8c3f5c98 Remove pack type 2014-02-04 20:10:55 +01:00
Thomas Scholtes
f13b2dff2a Serialize after packing 2014-02-04 20:10:55 +01:00
Thomas Scholtes
b12f2c546a Remove packt type and add none value 2014-02-04 20:10:54 +01:00
Thomas Scholtes
170ec01db4 Refactor serializing 2014-02-04 20:10:54 +01:00
Thomas Scholtes
da16c26b0d Remove unused id3 specific stuff 2014-02-04 20:10:54 +01:00
Thomas Scholtes
0411f818af Fix packaging 2014-02-04 20:10:54 +01:00
Thomas Scholtes
658f4cb7bf Lyrics are not stored as array 2014-02-04 20:10:54 +01:00
Thomas Scholtes
8e1c5e88da Include key in error message when tags do not match 2014-02-04 20:10:54 +01:00
Thomas Scholtes
9055754476 Refactor MP3TextStorageStyle 2014-02-04 20:10:54 +01:00
Thomas Scholtes
052f38e891 Use tempdir for mediafile tests 2014-02-04 20:10:54 +01:00
Thomas Scholtes
3beac05e53 Test empty mediafiles 2014-02-04 20:10:54 +01:00
Thomas Scholtes
131da9eae3 Add UFID storage style 2014-02-04 20:10:53 +01:00
Thomas Scholtes
0dd8d81e4d Tests include all file formats 2014-02-04 20:10:53 +01:00
Thomas Scholtes
f52085e994 Refactor StorageStyle packing 2014-02-04 20:10:53 +01:00
Thomas Scholtes
948a1deda3 Refactor MP4 tag decode 2014-02-04 20:10:53 +01:00
Thomas Scholtes
65e4a0f505 Add unpack method for storage style 2014-02-04 20:10:53 +01:00
Thomas Scholtes
45ddafd6cb Add serialize method for StorageStyle 2014-02-04 20:10:53 +01:00
Thomas Scholtes
508be8e2c6 Add MP3 StorageStyle class 2014-02-04 20:10:53 +01:00
Thomas Scholtes
da13cb1825 Refactor get/set into StorageStyle 2014-02-04 20:10:53 +01:00
Thomas Scholtes
861b50d556 Simplify MediaField descriptor 2014-02-04 20:10:53 +01:00
Thomas Scholtes
a9ccf84b72 Extract assertTags method 2014-02-04 20:10:53 +01:00
Thomas Scholtes
484616482d Rewrite mediafile tests 2014-02-04 20:10:53 +01:00
Thomas Scholtes
2c8b435cd0 Add empty test audio files 2014-02-04 20:10:53 +01:00
Bruno Tournay
1f46ff4604 In beet modify: don't ask for confirmation if there is nothing to do 2014-02-03 22:17:57 +01:00
Adrian Sampson
591bc4f348 add amazon plugin to external plugin list 2014-02-03 11:46:11 -08:00
Stig Inge Lea Bjørnsen
a27d83a4bf Refactor the date query from being a plugin to being part of Beets core.
Fields of the type DateType will now automatically be queried by DateQuery.
2014-02-03 18:21:23 +01:00
Thomas Scholtes
c133302e20 Fix configuration priorities (see #513) 2014-02-03 01:16:35 +01:00
Adrian Sampson
aade215300 update list of external plugins 2014-02-02 14:58:02 -08:00
Thomas Scholtes
dc0e9824d7 Add reference url in docs 2014-02-02 23:24:52 +01:00
Adrian Sampson
9294140388 log errors, don't crash, when calling convert 2014-02-02 14:12:14 -08:00
Adrian Sampson
ea4e51b80e Merge branch 'master' of github.com:sampsyo/beets 2014-02-02 13:56:34 -08:00