Commit graph

6487 commits

Author SHA1 Message Date
Thomas Scholtes
9c119e88d8 Abstract ListStorageStyle 2014-02-10 14:54:36 +01:00
Thomas Scholtes
08ccdb5fb2 List decorator gives single decorator 2014-02-10 14:43:53 +01:00
Thomas Scholtes
1f8710f993 Genre lists for MP4 files 2014-02-10 14:34:29 +01:00
Thomas Scholtes
8b8214d3ac Simplify MP4 bool storage 2014-02-10 14:23:06 +01:00
Thomas Scholtes
b47ee03168 Add MP4 storage style for bools 2014-02-10 14:16:28 +01:00
Adrian Sampson
8ffe83b99e fetchart: fix #533, remote_priority ignoring local 2014-02-09 16:10:53 -08:00
Adrian Sampson
8556de8d3a dbcore: flexattr deletion (fix #530) 2014-02-08 12:31:50 -08:00
Adrian Sampson
e609319b3d fix ihate tests 2014-02-08 12:20:25 -08:00
Adrian Sampson
ee713d153c ihate: fix singletons (from #486, fix #411) 2014-02-08 12:11:32 -08:00
Adrian Sampson
67df43b9cf changelog/thanks for #486 (close #398) 2014-02-08 12:05:19 -08:00
Adrian Sampson
fe5c175cc3 style fixes for ihate (#486) 2014-02-08 12:00:23 -08:00
Adrian Sampson
5f2cb6b5cd Merge pull request #486 from BrainDamage/master
Added support for queries in iHate plugin as opposed to hardcoded regexes
2014-02-08 11:40:23 -08:00
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