Commit Graph

7535 Commits

Author SHA1 Message Date
Alex Berman
d4d5b578e3 Add link to documentation on the file naming page 2015-12-11 01:39:26 -05:00
Alex Berman
ddffeda112 add a link to documentation on the file naming page 2015-12-11 00:26:36 -05:00
Ohm Patel
4aad1d4606 Update config_update 2015-12-10 21:05:19 -06:00
Ohm Patel
184ecfa554 Created upgrade script to 1.4.dev4 2015-12-10 13:05:32 -06:00
Ohm Patel
7461c2381e Removed extra space 2015-12-10 08:10:00 -06:00
Ohm Patel
0ea2b620b6 PICARD-717 Added trailing comma to default name scripting 2015-12-10 07:20:52 -06:00
Wieland Hoffmann
b3751fb391 Merge pull request #443 from opatel99/PICARD-692
PICARD-692: Update Play File text
2015-12-10 09:26:27 +01:00
Ohm Patel
3eb461b49e Update Play File text 2015-12-09 18:09:28 -06:00
Wieland Hoffmann
b1ca6933a8 Handle multiple values in Lookup in Browser in the metadatabox 2015-12-09 13:03:19 +01:00
Wieland Hoffmann
0f8a015a3c Merge pull request #441 from opatel99/PICARD-756
PICARD-756: Entities should be hyperlinked in Picard
2015-12-09 10:31:53 +01:00
Ohm Patel
63e9db2566 Consistency 2015-12-08 15:52:57 -06:00
Ohm Patel
b1a4575e7e Refactor PICARD-756 to match current coding style 2015-12-08 15:37:17 -06:00
Ohm Patel
b10299d9e1 Right click entities for option to open in browser 2015-12-07 19:35:09 -06:00
Laurent Monin
1752cdddd7 Resync.po files 2015-12-06 17:40:14 +01:00
Laurent Monin
54c81aace0 PICARD-779: add a link to online Scripting documentation in Scripting options page 2015-12-06 17:20:14 +01:00
Sophist
5e450175d9 Fix pregap not included in absolute track counts
See [Track renumbering with
pre-gap](http://forums.musicbrainz.org/viewtopic.php?id=6095) for
discussion.
2015-11-27 14:42:03 +00:00
Wieland Hoffmann
34af84fbef Update the link to mutagens downloads page 2015-11-01 10:58:25 +01:00
Wieland Hoffmann
2b54b5767d Remove a call to metadata_box.resize_columns
It has been removed in af184bc.

Fixes PICARD-775.
2015-10-29 20:29:22 +01:00
Philipp Wolfer
2b255183d2 Merge pull request #435 from zas/PICARD-773
Fix PICARD-773: use argparse instead of getopt and pass options to QtApplication
2015-10-28 00:08:15 +01:00
Laurent Monin
b3377890bc Add a note about argparse and python 2.6 2015-10-27 23:51:26 +01:00
Laurent Monin
0227ca2225 Fix PICARD-773: use argparse instead of getopt and pass options to QtApplication
http://tickets.musicbrainz.org/browse/PICARD-773
2015-10-27 19:56:10 +01:00
Philipp Wolfer
5bccc3f771 Merge pull request #427 from phw/PICARD-761-fix-gnome-alt-tab
Fix for Gnome 3 Alt-Tab application name and window grouping.

This sets the WM_CLASS for X to MusicBrainz-Picard which allows a stable matching of Picard windows to the corresponding desktop file.
2015-10-27 17:09:47 +01:00
Wieland Hoffmann
5bda2c31c8 Add queryargs to xmlws.download 2015-10-26 14:39:57 +01:00
Wieland Hoffmann
a1b8c476e5 Merge branch 'master' of github.com:musicbrainz/picard 2015-10-26 14:23:03 +01:00
Wieland Hoffmann
024764ce19 Merge branch 'mineo/qurl-rework' 2015-10-26 14:20:51 +01:00
Philipp Wolfer
9847a9c96c Merge pull request #432 from Sophist-UK/sophist_add_support_for_TKEY
Add support for key tag
2015-10-15 11:54:58 +02:00
Sophist
2d932e3bba Add support for automated tests. 2015-10-15 10:51:20 +01:00
Sophist
07b8f71a27 Add support for mp4 and asf formats. 2015-10-14 21:40:49 +01:00
Sophist
d41b64d825 Add next API version...
... for plugins which require functionality which will only be in 1.4.0
2015-10-14 19:21:25 +01:00
Sophist
1cb66900a1 Add support for id3 TKEY ...
... in support of an AcousticBrainz plugin which will set the TKEY ID3
tag.
2015-10-14 19:02:35 +01:00
Wieland Hoffmann
1645e1c5c7 if len(obj) > 0 → if obj 2015-10-06 12:57:30 +02:00
Wieland Hoffmann
77482ae6cb Clarify the effect of mb_login 2015-10-06 12:39:40 +02:00
Wieland Hoffmann
78430c250e Don't force HTTPS for every call to MB 2015-10-06 12:34:58 +02:00
Wieland Hoffmann
25390410da Port the plugin downloading process to build_qurl as well 2015-10-06 10:57:47 +02:00
Wieland Hoffmann
8ebe83b69e Move adding query arguments and the path to build_qurl 2015-10-06 10:35:46 +02:00
Wieland Hoffmann
fb627c84bc Move all the QUrl building to util.build_qurl 2015-10-06 10:25:25 +02:00
Wieland Hoffmann
87fecf40f2 Remove an unused import 2015-10-05 19:38:06 +02:00
Wieland Hoffmann
2e8b005482 Merge pull request #430 from Sophist-UK/sophist_fix_PICARD-766
Fix bug in oauth when port == 443
2015-10-05 19:37:13 +02:00
Sophist
8e2829825f Fix bug in oauth when port == 443
`setHost(port)` should be `setPort(Port)` and logic for port == 443 or
port != 80 needs fixing.
2015-10-02 18:57:06 +01:00
Laurent Monin
1a9a9e9926 Merge pull request #429 from Sophist-UK/sophist_fix_Picard-764
Fix PICARD-746
2015-09-29 22:18:36 +02:00
Sophist
98ebd5d3e7 Add support for cover art lookup 2015-09-29 12:26:48 +01:00
Sophist
bba2cbe889 Fix PICARD-746
Fix [PICARD-746](http://tickets.musicbrainz.org/browse/PICARD-764)
2015-09-29 09:44:19 +01:00
Laurent Monin
5ce847afb0 travis notification: now on #metabrainz 2015-09-28 09:58:15 +02:00
Laurent Monin
8f5657ef2e Update translations 2015-09-27 21:17:37 +02:00
Laurent Monin
ee4c8f58ce Regenerate pot file 2015-09-27 21:16:38 +02:00
Laurent Monin
b6bf36f667 Update attributes 2015-09-27 21:16:01 +02:00
Laurent Monin
6e208ca95c Merge pull request #420 from zas/download_plugins_all
Download, update and install plugins from UI
2015-09-27 21:11:24 +02:00
Laurent Monin
9c7aaffc65 Download -> Install
Since we have Update -> Updated, it makes more sense to have Install -> Installed, instead of Download -> Installed
2015-09-27 13:45:54 +02:00
Laurent Monin
7284ca77d2 Reload available plugins -> Reload List of Plugins
See https://github.com/musicbrainz/picard/pull/420#discussion_r40503196
2015-09-27 12:24:46 +02:00
Philipp Wolfer
8688fe49c6 Tag deletion implemented for Vorbis files 2015-09-23 21:25:41 +02:00