Commit Graph

1703 Commits

Author SHA1 Message Date
Michael Wiencek
2dd43cef5d Merge branch 'addrelease' of https://github.com/voiceinsideyou/picard into voiceinsideyou-addrelease 2012-05-27 15:16:49 -05:00
Michael Wiencek
3766916d9e Merge branch 'voiceinsideyou-master' 2012-05-27 15:16:28 -05:00
Michael Wiencek
d2aa2bbc9a Make the metadatabox context menu non-column-dependent (PICARD-193) 2012-05-27 15:11:15 -05:00
Chad Wilson
7a47dc9c35 Fix the addrelease plugin to be compatible with changes made to the metadatabox and clusters (clusters no longer have the 'artist' tag; only 'albumartist'). Updated the compatible API version accordingly. If we don't release next version as 1.0, please chage the plugin' API version accordingly! 2012-05-26 16:56:15 +08:00
Chad Wilson
6b0516a3df Not necessary to have this here now; have imported foolip's repo which has this version as first commit (too lazy to combine file history and do git magic). Besides this doesn't work with current MB website, so only historically interesting. 2012-05-26 16:24:51 +08:00
Chad Wilson
841ad23460 Merge branch 'master' of ../addrelease into addrelease 2012-05-26 16:17:22 +08:00
Chad Wilson
eb354c0cd2 Moved plugin to correct subdir with respect to main Picard repo 2012-05-26 15:41:04 +08:00
Chad Wilson
1002da5f69 Merge remote-tracking branch 'upstream/master' 2012-05-26 14:34:48 +08:00
Chad Wilson
98680394b6 Fix Edit Tag window title properly 2012-05-26 13:23:44 +08:00
Chad Wilson
8b75c009fd Restore window title to edit tag dialog; make button names translated 2012-05-26 13:02:08 +08:00
Michael Wiencek
d9138c47ba Copy/paste multi-valued tags correctly 2012-05-23 14:13:13 -05:00
Michael Wiencek
0410f426b9 Enable context menu in whole metadata table (PICARD-169) 2012-05-22 21:25:47 -05:00
Michael Wiencek
3fd90f0112 Merge branch 'master' of ssh://git.musicbrainz.org:10015/picard 2012-05-22 21:00:34 -05:00
Michael Wiencek
8be2a0eb13 Disable removing non-green tags when clear_existing_tags is false
This was misleading, because removing the tag in this case wouldn't
have any effect (as could be seen by reloading the file).

This disables the menu option, and clearing the text-field manually.

Another bug is fixed: removing a green tag should remove it from the
metadatabox.
2012-05-22 20:57:27 -05:00
Michael Wiencek
054f611137 clear_existing_tags-related fixes
* The file naming script couldn't access tags in a file's
   orig_metadata (it should be able to if clear_existing_tags is
   disabled).

 * After saving a file, the file's orig_metadata is replaced with the
   metadata that was saved. This causes any "existing tags" that were
   previously in orig_metadata (when the file was loaded) to
   mysteriously disappear.

 * Update the metadatabox when clear_existing_tags is changed.
2012-05-22 20:57:27 -05:00
Michael Wiencek
1eeecba1d4 Strip the preserved_tags setting 2012-05-22 20:57:27 -05:00
Michael Wiencek
449d7b9176 Delay updating the metadatabox if an item is being edited 2012-05-22 20:57:27 -05:00
Michael Wiencek
d4a135313e Remove null characters from path names
A user reported that their manually-entered genre tags had null
characters at the end, after reloading them into Picard later. It's not
clear if Picard somehow added these, or another program did.
Regardless, using %genre% in the file naming scheme caused saving to
fail. Null characters are now removed from path names before saving.
2012-05-22 20:57:08 -05:00
Lukáš Lalinský
5ff110ee4f Merge remote-tracking branch 'voiceinsideyou/PICARD-186'
Conflicts:
	NEWS.txt
2012-05-22 18:59:19 +02:00
Lukáš Lalinský
3b8d3d6149 Merge remote-tracking branch 'voiceinsideyou/PICARD-190'
Conflicts:
	NEWS.txt
2012-05-22 18:55:47 +02:00
Lukáš Lalinský
aa7fffc661 Merge remote-tracking branch 'voiceinsideyou/PICARD-27' 2012-05-22 18:55:22 +02:00
Chad Wilson
538453484e PICRAD-190: Only open browser for left-clicks (also update NEWS for earlier added cover art box functions) 2012-05-23 00:51:31 +08:00
Chad Wilson
5e7d18463b Fix "lookup in browser" so that it
* correctly passes through albumartist - was broken since PICARD-42 and PICARD-70 were implemented
* does not pass through duration for cluster/album lookups since this is not supported correctly on the server
* has consistent right-click and menu options
* passes through file name (even though this doesn't work very well...)
2012-05-20 15:56:09 +08:00
Chad Wilson
f352a24651 Update NEWS 2012-05-20 01:07:38 +08:00
Chad Wilson
5206c4c40d ff d8 ff should be sufficient to detect image/jpeg - this allows it to handle JPEGs with EXIF data e.g. http://www.mediafire.com/?wf8orl8dh1d2c2e 2012-05-20 01:01:23 +08:00
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
Bryan Toth
e7499763bb Changed the featartist plugins to perform case insensitive searches for " feat." 2012-05-03 01:54:47 -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