Commit Graph

211 Commits

Author SHA1 Message Date
Laurent Monin
fe5400b4aa Display Update or Download buttons for each plugin installed or available
Actions not yet implemented
2015-08-31 21:22:19 +02:00
Laurent Monin
2ed91b5aa2 Remove open/download plugins button 2015-08-31 20:43:04 +02:00
Laurent Monin
a14d7f0183 Merge pull request #417 from zas/add_local_cover_art_support_3
Add support for local cover art
http://tickets.musicbrainz.org/browse/PICARD-137
2015-07-12 11:09:46 +02:00
Laurent Monin
905501ad5a Merge pull request #415 from zas/tags_count
Add an option to fallback on artist's tags
http://tickets.musicbrainz.org/browse/PICARD-738
2015-07-12 11:07:18 +02:00
Laurent Monin
222e2bcae9 Add Local Files cover art provider and its options 2015-07-08 19:26:30 +02:00
Laurent Monin
4e5af8889a Enable sortable cover art provider-specific options
- modify cover art options main page UI
2015-07-08 14:47:04 +02:00
Laurent Monin
2bc4dece03 Add CAA provider options UI, not yet used
- Set CAA Release Group provider OPTIONS to None, as it is shared with CAA provider
2015-07-08 14:37:15 +02:00
Laurent Monin
e40c0eeb79 fallback -> fall back 2015-07-06 18:00:06 +02:00
Laurent Monin
f69313740f artits -> artists 2015-07-06 17:00:49 +02:00
Laurent Monin
334eba9d28 Add an option to fallback on artist's tags
When the option is disabled, if no tags are found for release / release group, no genre is set.
With this option checked, Picard will try to use album's artists tags in this case.

Ie. for release
http://musicbrainz.org/release/ec102c8e-981b-4aec-b1e4-35eda11f2bb6 it will set Genre to "Doom metal" even though there are no tags for release or release group.
2015-07-05 11:34:54 +02:00
Laurent Monin
da04e8bf91 Redesign File Naming options page
- regroup Move-related options in their own checkable group
- regroup Rename-related options in their own checkable group
- improve the visual feedback when File Renaming is disabled (text edit area background)
2015-06-29 09:19:45 +02:00
Philipp Wolfer
008d3207e9 Validate the fpcalc executable in options. 2015-02-09 20:18:00 +01:00
Philipp Wolfer
8f89218fa9 Changed description of "ignore for completeness" option 2015-01-08 09:19:21 +01:00
Philipp Wolfer
6ceed4879c in advanced options display the ignore files regex error message directly under the input fields.
This was accidentally moved when adding new fields to this options page.
2014-12-04 14:03:05 +01:00
Philipp Wolfer
3016eb8a6f Allow special track types to be ignored when checking release completeness.
Currently this will ignore video, pregap, data and silent tracks.
Fixes PICARD-514
2014-12-04 14:00:06 +01:00
Lukáš Lalinský
ab8043cffb Merge remote-tracking branch 'origin/master' into oauth
Conflicts:
	picard/__init__.py
	picard/const/locales.py
2014-12-03 10:38:12 -08:00
Philipp Wolfer
2688bb3751 Separate the file browser show hidden files option from the option to ignore hidden files on load. 2014-10-26 13:38:07 +01:00
Laurent Monin
d162d5b09e Add option to disable all restrictions to CAA types
This is better since the list of types may change, adding a "do not restrict" ensure
all types are downloaded if more types are added to MB.

If restriction is enabled, then previous behavior is used (downloading only images having specified types).
2014-08-07 10:55:12 +02:00
Laurent Monin
25b8677936 Display a simple dialog to select cover art types
It is much more convenient than the list widget.
The dialog includes "Check All" and "Uncheck All" buttons, as well a "Help" button.
2014-08-07 10:55:12 +02:00
Laurent Monin
7de238be99 Improve release group fallback option description 2014-07-18 22:34:26 +02:00
Laurent Monin
74e1034460 Use a more explicit description for release group image fallback feature
Also, since option is now in CAA ui group, no need to indicate it is related to CAA.
2014-07-18 12:10:35 +02:00
Laurent Monin
acab1dc985 Move fallback option to cover archive options group 2014-07-09 21:15:16 +02:00
Laurent Monin
932a3267b9 Fallback -> Fall back 2014-07-09 21:06:19 +02:00
Laurent Monin
f75aa358fb PICARD-418: fallback to using release group cover
It adds the option to use release group cover art from CAA.
It is required to enable CAA and release group fallback is disabled by default
2014-07-09 12:22:57 +02:00
Lukáš Lalinský
59e0f3a9c2 Get username for the collection service 2014-06-01 12:54:56 +02:00
Lukáš Lalinský
9e35edca3a Initial version of OAuth authentication 2014-04-25 20:58:11 +02:00
Laurent Monin
68d424c250 Make Cover Art Type selector use available space 2014-04-10 10:34:25 +02:00
Laurent Monin
91cd68022e Build release type score sliders UI dynamically. 2014-04-10 10:20:53 +02:00
Wieland Hoffmann
cef28cd784 Remove CD Baby support
According to http://mbsandbox.org/~ianmcorvidae/graph.png there are no
CD Baby urls anymore in the database.
2014-03-18 21:36:32 +01:00
Sophist
7d8ad12fc2 Make Title Case consistent...
... as reported by nikki?
2014-03-04 21:02:35 +00:00
Laurent Monin
08ce08caa2 Merge pull request #187 from zas/picard528
PICARD-528: ignore file paths if hidden or excluded by regex
2014-01-06 16:34:06 -08:00
Laurent Monin
a8fa19588d Drop useless spaces in button label
It is problematic when it comes to i18n and is useless here.
2014-01-05 13:38:03 +01:00
Laurent Monin
8102061860 Add ignore_regex option to Advanced options
Filepaths matching this regex will be ignored.
2013-12-27 11:11:15 +01:00
Sophist
8f6e9e9647 Use comma rather than space delimiters in preserve_tags 2013-12-06 22:05:02 +00:00
Michael Wiencek
04a1ca3c91 Merge pull request #125 from xlotlu/master
New approach to file renaming
2013-11-26 12:06:05 -08:00
Laurent Monin
25212db0c5 Merge pull request #172 from phw/browser_integration_localhost_only
Limit browser integration to localhost by default.

It can be changed in Advanced > Network > Browser Integration options.
Browser Integration options changes are now applied only after user validation.
2013-11-25 15:13:21 -08:00
Wieland Hoffmann
210d5f7299 Change the text for selecting the starting directory
It was "Open this directory when starting:" which is not what's
happening: the selected directory would only be visible if the user is
using the file browser, but not if he's only using the "Add folder"
button.
2013-11-08 17:15:33 +01:00
Laurent Monin
313e0478e6 Add an option in Advanced>Interface to set starting directory.
By default, Picard remembers last directory used and restores it on start,
but this isn't not always desirable, one may prefer to start on the same directory
each time.
This patch allows one to change default behavior and set a starting directory.
2013-11-07 11:04:43 +01:00
Philipp Wolfer
83053e44a2 Add option to limit browser integration to localhost.
This will make Picard's browser integration to listen on localhost only, as listening on the public interface is a possible security and privacy concern. There is still an option to enable listening on the external interface to allow for special requirements such as using the Picard Barcode Scanner android app.
2013-10-22 18:30:38 +02:00
Ionuț Ciocîrlan
f1e8257d5a Merge remote-tracking branch 'upstream/master'
Conflicts:
	picard/file.py
2013-10-20 18:34:51 +03:00
Laurent Monin
a6c8b1b1cd Move Browser Integration options to Advanced > Network option page 2013-08-05 22:02:18 +02:00
Laurent Monin
7ec5bb25de Rename "Web Proxy" option page to "Network"
Settings for web proxy are still there, but we'll add browser integration
options to this option page too.
2013-08-05 21:51:42 +02:00
Laurent Monin
c165fd862f Add options to control browser integration (enabled/disabled and listening port) 2013-08-05 15:41:25 +02:00
Ionuț Ciocîrlan
5a4de95f85 Messing with settings:
Revert `options_renaming` UI files back to upstream/master (gets rid of `move_files_ancestor`).
Stick to `windows_compatibility` setting name, and handle upgrade.
Rename `move_files_ancestor` setting to `windows_compatibility_drive_root`.
2013-07-08 14:33:24 +03:00
Ionuț Ciocîrlan
b07e7f3e4d Merge remote-tracking branch 'upstream/master'
Conflicts:
	picard/util/__init__.py
	test/test_utils.py
2013-07-06 10:21:00 +03:00
Laurent Monin
258e9c2084 Use info dialog to display per-album error log.
When an error occurs during loading of a release, it will be visible
in info dialog for this release (which was unused).

New icon was added to mark visually releases with errors, and scrollbars
will appear in info dialog if needed.
2013-07-02 23:38:31 +02:00
Laurent Monin
4aa4cd411e Reduce spaces between counters. 2013-06-27 19:18:59 +02:00
Laurent Monin
78df904c77 Use icons for counters in status bar 2013-06-27 18:02:55 +02:00
Michael Wiencek
1d61c2ebd3 Merge branch 'Sophist-UK-sophist_id3v23_matching_v2'
Conflicts:
	picard/file.py
	picard/formats/id3.py
	picard/ui/metadatabox.py
	picard/ui/options/tags.py
2013-06-23 11:46:25 -05:00
Ionuț Ciocîrlan
9bb1cc267d Merge remote-tracking branch 'upstream/master'
Conflicts:
	picard/file.py
2013-06-14 22:04:53 +03:00