Sophist
6054bb412a
Merge remote-tracking branch 'upstream/master' into sophist_add_itunes_composer_support
2014-03-05 12:02:29 +00:00
Laurent Monin
005e591d80
Merge pull request #216 from Typz/covertArtDropIndication
...
Fix coverart drop indication.
2014-03-05 11:07:39 +01:00
Laurent Monin
2e3db1805b
Merge pull request #227 from Sophist-UK/sophist_update_help_pages
...
Update links to help pages.
2014-03-05 10:52:50 +01:00
Sophist
7e3cb14a38
Update links to help pages.
2014-03-04 20:47:14 +00:00
Sophist
02c4ed64ed
Remove iTunes from NEWS.
2014-03-02 20:36:59 +00:00
Sophist
2d633e8a2a
Remove iTunes from label.
2014-03-02 20:36:58 +00:00
Sophist
85bb802082
Add NEWS entry.
2014-03-02 20:36:57 +00:00
Sophist
06d7d51322
Add composer from mbxml
2014-03-02 20:36:56 +00:00
Sophist
6742d8f841
Add support to read / write composer sort
2014-03-02 20:36:55 +00:00
Sophist
beb6d05ad4
Fix bugs
2014-03-02 20:36:54 +00:00
Sophist
d8b45448ef
Fix-up code to handle default translations.
2014-03-02 20:36:54 +00:00
Sophist
803ad35be6
Return default if translate_artist_names unset
2014-03-02 20:36:53 +00:00
Sophist
9a933b7479
Revert "Fix indentation and hence logic."
...
This reverts commit fec4e107bb37bc7b9baab14ee9e5249d095a2239.
2014-03-02 20:36:52 +00:00
Sophist
408694df92
Return translated sort as well as translated name
2014-03-02 20:36:51 +00:00
Sophist
bee2332e82
Fix indentation and hence logic.
...
else looks like it should be associated with if.
So unindenting to make it so.
2014-03-02 20:36:50 +00:00
Michael Wiencek
0456c7e2ee
Merge pull request #220 from Sophist-UK/sophist_fix_log_error_on_timeout
...
Handle network errors better
2014-03-02 10:09:26 -06:00
Michael Wiencek
e56218b7a7
Merge pull request #223 from Sophist-UK/sophist_increase_status_update_frequency
...
Increase statusbar update frequency...
2014-03-02 08:59:32 -06:00
Sophist
fcd417c790
Increase statusbar update frequency...
...
... to match 100ms used elsewhere.
2014-02-27 17:00:45 +00:00
Sophist
d074ce286f
Handle network errors better
...
1. Process network error instead of response
2. Error message on redirect loop
3. In both of the above call handler to avoid Loading Album message being stuck.
Received the following error when coverart was temp unavail:
D: 09:25:27 GET http://archive.org:80/download/mbid-8028cf3c-fcf5-4915-ae47-ca29b2875d64/index.json
Traceback (most recent call last):
File ".\picard\webservice.py", line 240, in _process_reply
cached
File ".\picard\log.py", line 81, in debug
main_logger.message(LOG_DEBUG, message, *args)
File ".\picard\log.py", line 58, in message
message = message % args
TypeError: %d format: a number is required, not NoneType
2014-02-24 10:19:13 +00:00
Michael Wiencek
d41995f5ed
Move sip.setapi calls to picard/tagger.py
...
They are currently in ./tagger.py. Which means they will never get
called unless you're using ./tagger.py to start Picard.
2014-02-23 19:21:20 -06:00
Michael Wiencek
2fe5d29094
Catch all exceptions that would cause an option to not convert
2014-02-22 23:15:12 -06:00
Michael Wiencek
fa66e9f88d
Merge branch 'no-qstring-qvariant'
2014-02-22 23:02:29 -06:00
Michael Wiencek
32b522617b
Fix invalid syntax from af3e4d62
2014-02-22 23:01:06 -06:00
Michael Wiencek
995965ceb0
Merge branch 'no-qstring-qvariant' of github.com:mwiencek/picard into no-qstring-qvariant
...
Conflicts:
picard/ui/options/cover.py
2014-02-22 22:54:36 -06:00
Michael Wiencek
ef0146ee3a
Merge branch 'master' into no-qstring-qvariant
...
Conflicts:
.gitignore
picard/util/cdrom.py
picard/webservice.py
setup.py
2014-02-22 22:51:29 -06:00
Michael Wiencek
eeaafd57eb
Merge pull request #218 from Sophist-UK/sophist_add_work_tag
...
Add Work Tag ...
2014-02-22 22:23:04 -06:00
Laurent Monin
afe49eae14
Merge pull request #219 from Freso/update-pos
...
Update translations from Transifex.
2014-02-22 15:31:58 +01:00
Frederik "Freso" S. Olesen
a4f5be9f1a
Update translations from Transifex.
...
Using `python2 setup.py get_po_files`
2014-02-22 14:30:02 +01:00
Laurent Monin
d0c2e07ee4
Merge pull request #198 from JonnyJD/always_default_drive
...
PICARD-123: actually use default drive on Mac
2014-02-21 09:30:29 +01:00
Sophist
6430cbc0e6
Add News notice of the change
2014-02-12 19:18:24 +00:00
Francois Ferrand
9f1be39270
Fix coverart drop indication.
...
Disable drop if there is no selected item, and if the scheme is not
supported.
2014-02-11 19:30:14 +01:00
Sophist
af3e4d6288
Add Work Tag ...
...
See http://forums.musicbrainz.org/viewtopic.php?pid=24929 for
requirements discussion.
2014-02-11 18:18:44 +00:00
Laurent Monin
b020cac612
Revert "Set preferred releases to "Digital Media" and "[Worldwide]" by default."
...
This reverts commit 2886d102a3 .
See comments at 2886d102a3
2014-02-07 17:49:40 +01:00
Wieland Hoffmann
a67ae02ce8
Add a missing re import
...
This is used by the code checking whether to ignore a to-be-loaded
directory.
2014-02-03 15:52:21 +01:00
Wieland Hoffmann
b5711e7208
Merge branch 'master' of github.com:musicbrainz/picard
2014-02-02 20:24:22 +01:00
Wieland Hoffmann
69556c9bd5
Use getopt.gnu_getopt
...
If you were ever annoyed by starting Picard from the console with a
specific folder, noticing you forgot the `-d`, stopping Picard, pressing
arrow-up, adding the `-d` to the end of the line, only to notice that
this didn't help at all, this commit is for you because now the option
parsing doesn't stop after the first thing that's not an option.
2014-02-02 20:22:24 +01:00
Laurent Monin
a23c020e01
Merge pull request #213 from zas/defaults
...
Attempt to provide better defaults for the average user
2014-01-28 23:26:48 -08:00
Johannes Dewender
1e0272d426
Merge branch 'master' into always_default_drive
...
Conflicts:
NEWS.txt
2014-01-25 11:19:32 +01:00
Laurent Monin
4a471528e2
Merge pull request #215 from zas/safelog
...
Remove user info from logged urls
2014-01-25 01:01:21 -08:00
Laurent Monin
c64207d073
Remove user info from logged urls
...
It is a safety measure as users may publish their logs ie. in bug reports.
2014-01-24 09:24:16 +01:00
Laurent Monin
21aa40885e
Add new po/countries/*.po files
2014-01-23 16:08:10 +01:00
Laurent Monin
206b6c32a8
Regenerate picard.pot
2014-01-23 16:03:53 +01:00
Laurent Monin
8d688fcb95
Merge pull request #209 from zas/freso_picard_205
...
PICARD-205: Use a separate gettext domain for country translations
Add new commands to setup.py to handle translation updates
2014-01-23 07:01:59 -08:00
Laurent Monin
cc55dd4b4b
_exit() is not needed anymore, use sys.exit()
2014-01-22 16:23:54 +01:00
Laurent Monin
2886d102a3
Set preferred releases to "Digital Media" and "[Worldwide]" by default.
...
If two releases with same tracklist exists, we want to take digital media over CD (ie),
because most users are tagging digital files from unknown source and don't care
which exact release it is until tracklist is matching.
Worldwide is preferred by default, because if two releases exist with same tracklist
it is more likely it is the worldwide one's than a country-specific one.
2014-01-22 16:15:31 +01:00
Laurent Monin
3f4e8a009f
Download cover art by default, one front image only.
...
Average user is expecting cover art to be shown in such application.
Set default size for CAA images to 500px.
All providers are enabled so the behavior is the same than MusicBrainz website
(which shows cover art from (ie.) Amazon by default).
For CAA, download only approved images by default.
2014-01-22 16:10:35 +01:00
Laurent Monin
6a4b7d6f66
Show cover art box by default.
...
Average user is expecting cover art to be shown in such application.
2014-01-22 16:07:54 +01:00
Michael Wiencek
01a7d24590
Merge pull request #2 from zas/listoptions
...
Convert more options to ListOption
2014-01-20 15:35:50 -08:00
Laurent Monin
2b83c27a57
Convert metadata_box_sizes option to IntListOption type
...
New IntListOption is a ListOption which takes care about converting its elements to int
2014-01-20 10:17:04 +01:00
Laurent Monin
6047debecc
Convert caa_image_types option from TextOption to ListOption
2014-01-20 10:15:29 +01:00