Commit Graph

1549 Commits

Author SHA1 Message Date
Johannes Weißl
aa5c1db1c9 id3: only write WCOP frame for URLs, otherwise use TXXX:LICENSE 2011-12-21 22:58:41 +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
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
Michael Wiencek
05e0a22a4a Fix PICARD-13 for NATs 2011-10-28 16:59:42 -05:00
Michael Wiencek
3db8c31285 Refactor itemviews.py a bit
This reduces some of the complexity by removing the "item_to_object" and
"object_to_item" dicts, plus associated code to keep them up-to-date.
Instead items and objects are cross-referenced via instance attributes.

Most of the icons and some other variables moved to class attributes
where it made sense, so that the tree items didn't have to make ugly
and slow lookups like self.treeWidget().panel.foo.
2011-10-28 16:51:27 -05:00
Lukáš Lalinský
1bfd23a5e9 Change the version number to 0.16 final 2011-10-23 19:15:29 +02:00
Michael Wiencek
e615ae0519 Update NEWS 2011-10-22 12:46:53 -05:00
Chad Wilson
ae2c171a9b Call updateSelection when the selected file/track is changed (PICARD-14) 2011-10-22 12:28:08 -05:00
Lukáš Lalinský
984909ebf9 Change Fingerprinter to Fingerprint calculator 2011-10-21 20:13:06 +02:00
Lukáš Lalinský
591bbd529d Upgrade FFmpeg for the Windows build, which makes it possible to use UTF8 for file names 2011-10-21 20:07:01 +02:00
Michael Wiencek
dafb55e4ba Remove unused playlist code from 2007 2011-10-20 14:22:20 -05:00
Michael Wiencek
25567ef855 Reflect user-edited metadata in the UI (PICARD-13) 2011-10-20 09:59:03 -05:00
Lukáš Lalinský
e092d20caa Merge branch 'master' of https://github.com/kepstin/picard 2011-10-20 10:22:47 +02:00
Lukáš Lalinský
4e68885a9e Merge translations from LP 2011-10-20 10:16:46 +02:00
Lukáš Lalinský
b08ecba22d Merge branch 'master' of https://github.com/voiceinsideyou/picard
Conflicts:
	NEWS.txt
2011-10-20 10:08:16 +02:00
Chad Wilson
723cb379f1 Pass through XML boolean to new redirect-processing request 2011-10-20 08:45:47 +08:00
Pavan Chander
2449a07e2b Update doc url 2011-10-19 19:48:16 -04:00
Michael Wiencek
7e13f58cca Handle the djmix AR's medium attribute (PICARD-20) 2011-10-19 18:47:52 -05:00
Pavan Chander
3696f017f8 Update copyright year 2011-10-19 19:47:23 -04:00
Chad Wilson
f66b4b3d11 Update NEWS.txt 2011-10-20 01:27:35 +08:00
Chad Wilson
b4451b9190 PICARD-54 Support URL redirects in XmlWebService. Make attempt to stop obvious infinite redirects. 2011-10-20 00:57:58 +08:00
Michael Wiencek
41c7ce8686 s/MusicBrainz Track Id/MusicBrainz Recording Id 2011-10-17 18:14:59 -05:00
Chad Wilson
fce9d38cdc Convert Unicode to ASCII on album metadata (PICARD-50) 2011-10-17 17:58:08 -05:00
Michael Wiencek
bd834cdc08 Allow refreshing the other versions menu (PICARD-8) 2011-10-17 17:04:43 -05:00
Michael Wiencek
fb5641b41c Update NEWS.txt 2011-10-17 16:32:18 -05:00