Commit Graph

1571 Commits

Author SHA1 Message Date
Lukáš Lalinský
2fb1f790ea Merge remote-tracking branch 'weisslj/tagfix' 2012-01-18 13:18:33 +01:00
Lukáš Lalinský
10e029fc93 Merge remote-tracking branch 'mineo/scripting-args' 2012-01-16 20:25:16 +01:00
Wieland Hoffmann
51d2f2e670 fix test_utils 2012-01-16 16:30:15 +01:00
Wieland Hoffmann
12617b2101 test_mbxml: Add missing setting 2012-01-16 16:07:56 +01:00
Wieland Hoffmann
7f197bd9f9 script: Check the number of arguments passed to a function
Fixes PICARD-109.
2012-01-16 16:00:29 +01:00
Johannes Weißl
93a914ecec id3: lyrics tag description not separated with colon 2012-01-12 20:22:34 +01:00
Johannes Weißl
cf82c08ab2 mention %license% tag in NEWS 2012-01-09 02:42:36 +01:00
Lukáš Lalinský
f22b83a8f7 Merge remote-tracking branch 'voiceinsideyou/PICARD-21' 2012-01-08 14:16:08 +01:00
Lukáš Lalinský
439f0b2d4f Merge remote-tracking branch 'mineo/replaygain' 2012-01-08 14:15:04 +01:00
Wieland Hoffmann
46daac69da Add WavPack to the replaygain plugin 2012-01-08 14:11:43 +01:00
Wieland Hoffmann
d740349ee4 remove spaces in empty lines 2012-01-08 13:47:47 +01:00
Wieland Hoffmann
49a555364c remove unused imports 2012-01-08 13:46:50 +01:00
Chad Wilson
7053642eef Update NEWS 2012-01-07 22:54:55 +08:00
Chad Wilson
161e6f45ce Make writer available to tagger script as %writer% 2012-01-07 22:51:08 +08:00
Lukáš Lalinský
78fab6c122 Keep TSST when downgrading to ID3v2.3 2012-01-05 17:26:14 +01:00
Lukáš Lalinský
c1db032b3d Merge remote-tracking branch 'weisslj/license-tag'
Conflicts:
	picard/formats/id3.py
2012-01-03 22:59:51 +01:00
Lukáš Lalinský
e8fb0c0bde Save TSOP/TSOT/TSOA/TSO2 frames even to ID3v2.3
http://tickets.musicbrainz.org/browse/PICARD-122
2011-12-29 09:38:08 +01:00
Johannes Weißl
aa5c1db1c9 id3: only write WCOP frame for URLs, otherwise use TXXX:LICENSE 2011-12-21 22:58:41 +01:00
Lukáš Lalinský
4a9cc3b922 Merge remote-tracking branch 'mineo/picard-107' 2011-12-21 21:44:42 +01:00
Michael Wiencek
e50f0afc5f Add Ctrl+R shortcut for refresh action 2011-12-19 17:18:00 -06:00
Lukáš Lalinský
80f345751c Merge branch 'master' of ssh://git.musicbrainz.org:10015/picard 2011-12-19 21:13:44 +01:00
Lukáš Lalinský
92567c5344 Don't try to use saved acoustID 2011-12-19 21:12:54 +01:00
Johannes Weißl
180ed5ce2b add 'license' tag, id3: WCOP 2011-12-14 01:51:16 +01:00
Michael Wiencek
794154ac56 Get the count before the translation (oops) 2011-12-11 16:27:10 -06:00
Michael Wiencek
211150802d Medium formats aren't listed in order (PICARD-91)
Rewrite media_formats_from_node to emulate the mbserver code.
2011-12-11 16:23:01 -06:00
Michael Wiencek
9c1aff8e9a Refreshing albums that couldn't load causes them to vanish 2011-12-11 15:36:00 -06:00
Wieland Hoffmann
a923193d50 basename() filenames in the renaming page if move_files is False
Fixes PICARD-107
2011-12-11 21:32:30 +01:00
Lukáš Lalinský
0b9fad8afc Convert QVariant to str 2011-12-06 14:32:50 +01:00
Lukáš Lalinský
e9dac05763 Make it possible to drop image URLs to the cover art box 2011-12-06 13:26:36 +01:00
Lukáš Lalinský
f0212659c4 Open file or the containing folder in the default OS application 2011-12-04 11:09:43 +01:00
Lukáš Lalinský
7858d2f63a Disable audio fingerprinting by default 2011-12-04 10:47:56 +01:00
Lukáš Lalinský
7589375f45 Reformat the conditions 2011-12-01 08:37:08 +01:00
Lukáš Lalinský
672d38e61c Merge remote-tracking branch 'mineo/no-musicdns' 2011-12-01 08:33:36 +01:00
Wieland Hoffmann
d5897c1f60 Enable analyzing without some settings 2011-11-30 17:11:26 +01:00
Wieland Hoffmann
8d8c8e803f typo 2011-11-30 17:03:26 +01:00
Wieland Hoffmann
163b78d49a Enable analyzing if only acoustid is available
Fixes PICARD-101
2011-11-30 16:59:51 +01:00
Wieland Hoffmann
71ea5d3143 id3/mp4: make supports_tag return True for more tags 2011-11-30 14:05:35 +01:00
Wieland Hoffmann
76059e8b84 id3: make supports_tag return true for the discnumber tag
Fixes PICARD-90
2011-11-29 19:57:46 +01:00
Michael Wiencek
398053a40f Add option to ignore MBIDs when dragging in files (PICARD-56) 2011-11-28 03:02:21 -06:00
Lukáš Lalinský
203f4b0bf2 Use clientversion for AcoustID submissions 2011-11-27 17:39:56 +01:00
Lukáš Lalinský
a79a84aec2 Make it possible to Scan/Lookup files after clicking on "Clusters"
http://tickets.musicbrainz.org/browse/PICARD-95
2011-11-27 13:20:14 +01:00
Wieland Hoffmann
2b63a15e18 Turn around the libavcodec header detection logic
The current one is printing error messages with all recent ffmpeg
installations. Printing error messages only when the old location has to
be used is less confusing for many people.
2011-11-20 13:23:17 +01:00
Michael Wiencek
6632d1f560 Fix cursor jump when editing metadata box (PICARD-81) 2011-11-07 11:31:30 -06:00
Lukáš Lalinský
0f86ff165e Copy fingerprint IDs back to the file metadata
http://tickets.musicbrainz.org/browse/PICARD-66
2011-11-05 14:13:02 +01:00
Lukáš Lalinský
f3e6cde19f Qt 4.8 seems to default to application/octet-stream, which doesn't work for most APIs we call 2011-11-02 19:06:39 +01:00
Lukáš Lalinský
78ec3b14e9 Set the Content-Type to application/x-www-form-urlencoded for AcoustID POST requests 2011-11-02 18:53:50 +01:00
Michael Wiencek
2b1c687616 Merge branch 'next' of https://github.com/navap/picard 2011-10-30 00:04:56 -05:00
Pavan Chander
70f03e96a0 Use NGS names 2011-10-29 21:58:32 -04:00
Michael Wiencek
aa9a3b5496 Don't use native file dialog with multiselect on (PICARD-74)
On OS X, the native file dialog is used by default when a new QFileDialog
is created. It can't be configured to select multiple directories, which
breaks the toolbar_multiselect option. If this is enabled, disable the
native file dialog on OS X.

This option is actually rather misleading, because on Windows 7 the
native file dialog is also used by default, and it can select multiple
directories just fine. However, windows only seems to use the native
dialog when the static helper functions are called, not when a
custom QFileDialog instance is created.
2011-10-29 11:29:21 -05:00
Michael Wiencek
782158758f Fix a small bug in itemviews 2011-10-28 19:46:15 -05:00