Michael Wiencek
ab5e7d5f1b
Use standard autocomplete functionality in EditTagDialog
2012-05-17 08:02:20 -05:00
Michael Wiencek
01df481a9e
Fix editing (different) values
2012-05-17 07:39:25 -05:00
Michael Wiencek
6432350d4d
If there is no discnumber, don't try to display one
2012-05-17 07:31:28 -05:00
Michael Wiencek
b52985e241
Make File.comparison_weights static
2012-05-17 07:17:13 -05:00
Michael Wiencek
4c8869f7d2
Fix the file_naming_format upgrade path
2012-05-16 00:15:52 -05:00
Michael Wiencek
1518ae0998
Merge branch 'options-merge' of https://github.com/mineo/picard into mineo-options-merge
...
Conflicts:
picard/resources.py
picard/tagger.py
2012-05-15 15:25:04 -05:00
Lukáš Lalinský
3fac843a0f
Merge remote-tracking branch 'mineo/caa'
2012-05-10 12:52:16 +02:00
Michael Wiencek
6abcb85dcf
Merge branch 'locale' of https://github.com/mineo/picard into mineo-locale
2012-05-09 07:58:43 -05:00
Wieland Hoffmann
3e16fe3c2c
Remove set_io_encoding
2012-05-09 11:39:13 +02:00
Wieland Hoffmann
77be84bb93
Show move_additional_files_pattern on a separate line
2012-05-07 15:04:47 +02:00
noobie
81a3d93974
preservetags lowercase all tags
2012-05-06 14:13:06 +02:00
Your Name
583d5a5427
Separate clusterlist into a separate plugin registration.
2012-05-06 00:13:59 -04:00
Your Name
921f49754c
Properly handle cases where a submenu is trying to be created before the parent menu yet exists.
2012-05-06 00:03:06 -04:00
Bryan Toth
e7499763bb
Changed the featartist plugins to perform case insensitive searches for " feat."
2012-05-03 01:54:47 -04:00
Your Name
8fb71c61e8
Add context to submenus, so they only display when required, rather than ending up with empty menus, depending on the menu's context.
2012-04-20 23:36:45 -04:00
Your Name
d5ecec5229
Don't clobber existing submenus when the same submenu name is used by two different plugins
2012-04-19 22:24:12 -04:00
Your Name
76498c24a8
Allow submenus to be nested
2012-04-19 21:06:49 -04:00
Your Name
3bd9c65826
Add ability to specify the submenu for a register_*_action.
2012-04-19 19:16:25 -04:00
Your Name
048e0236f9
Add new plugin extension point register_add_plugin_submenu to allow submenus in Plugins context menu
2012-04-18 22:11:38 -04:00
Michael Wiencek
7557d1caee
Merge branch 'PICARD-19' of https://github.com/weisslj/picard into weisslj-PICARD-19
2012-04-15 14:32:02 -05:00
Michael Wiencek
1bea00e0d2
Merge branch 'master' of ssh://git.musicbrainz.org:10015/picard
2012-04-11 01:09:46 -05:00
Michael Wiencek
07b710f215
Unbreak test_formats
2012-04-11 01:08:45 -05:00
Michael Wiencek
46ff35310c
Fix "setup.py test" on OS X
2012-04-11 01:05:40 -05:00
Michael Wiencek
0e7017d8e6
Fix writing WOAR frames, and allow writing more than one.
...
http://tickets.musicbrainz.org/browse/PICARD-179
2012-04-11 00:47:17 -05:00
Lukáš Lalinský
fd8fef98b1
Only use the top scoring Acoustid, ignore the rest
...
http://tickets.musicbrainz.org/browse/PICARD-175
2012-04-05 21:48:18 +02:00
Wieland Hoffmann
1ceb24d9e2
Propagate REQUEST_DELAY through redirects
2012-04-03 22:07:32 +02:00
Wieland Hoffmann
cab1ed7bd8
Disable the rate limit for coverartarchive.org
2012-04-03 22:06:05 +02:00
Wieland Hoffmann
4260687f3a
Extend the coverart plugin to support coverartarchive.org
2012-03-23 20:19:57 +01:00
Michael Wiencek
1134723091
Rename MusicBrainz Lookup, add to context menus
2012-03-22 18:21:53 -05:00
Michael Wiencek
2a263e49c7
Add a bit of spacing to the table and cover art
2012-03-22 18:21:50 -05:00
Johannes Weißl
85570eea1e
Add option to exclude some tags from being cleared or overwritten (PICARD-19)
2012-03-20 01:27:18 +01:00
Michael Wiencek
0f47d0d970
Fix parsing of instruments with parentheses in vorbis comments
2012-03-19 16:37:01 -05:00
Michael Wiencek
aec72ea36b
Stop removed tags from being displayed in some rare circumstances
2012-03-19 14:44:48 -05:00
Michael Wiencek
8aab36567f
Add a completer to the EditTagDialog
2012-03-19 14:21:49 -05:00
Michael Wiencek
da6b2b0630
Fix "different" tags not being displayed with multiple items selected
2012-03-19 02:39:00 -05:00
Michael Wiencek
b17dc9bdca
Keep the same fingerprint after moving a file (PICARD-146)
2012-03-19 02:35:41 -05:00
Wieland Hoffmann
f666ef7e4c
Log the warning about ANSI_X3.4-1968 locales in the log window
2012-03-16 12:16:30 +01:00
Michael Wiencek
72bf6b2510
Merge branch 'PICARD-88-Fix-Work-Id' of https://github.com/voiceinsideyou/picard into voiceinsideyou-PICARD-88-Fix-Work-Id
2012-03-15 10:18:08 -05:00
Wieland Hoffmann
228a20de6e
Further improve the upgrade path
...
The code now
* merges va_file_naming format into file_naming_format if use_va_format
is true
* asks the user whether to remove or merge if the va_file_naming_format
is not the default but use_va_format is false
* removes va_file_naming_format and use_va_format otherwise
2012-03-06 23:33:54 +01:00
Michael Wiencek
0bd236d2f0
Fix the "Remove" context menu option.
...
This involved a small amount of refactoring, some of it unrelated.
2012-02-28 14:25:05 -06:00
Chad Wilson
abf3c2bee0
Update NEWS for PICARD-88
2012-02-23 00:06:24 +08:00
Chad Wilson
d2e03d7e71
Fix musicbrainz_workid.
2012-02-23 00:03:38 +08:00
Wieland Hoffmann
13a873e230
remove the gridlayout
2012-02-20 00:22:30 +01:00
Wieland Hoffmann
6917179e05
remove va_f_n_f and use_va_format
2012-02-19 23:50:59 +01:00
Michael Wiencek
07e0636547
Add "Copy to New Value" context menu option
2012-02-14 23:16:30 -06:00
Michael Wiencek
fe183750db
Allow pasting values without pressing enter first
2012-02-14 22:51:09 -06:00
Michael Wiencek
050f806dc4
Make the tag name in EditTagDialog case-sensitive
2012-02-14 21:24:44 -06:00
Michael Wiencek
eb321969cf
Fix a counting error when clear_existing_tags is disabled
2012-02-14 21:07:11 -06:00
Michael Wiencek
bd154229ca
Merge branch 'master' of ssh://git.musicbrainz.org:10015/picard into tagdiff
2012-02-14 15:23:53 -06:00
Michael Wiencek
86c26d9792
Change order of changes in the metadata box
2012-02-14 15:23:16 -06:00