Revisions of picard

Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 630702 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 60)
- Update to version 2.0.3
  * Bug-fix
    * [PICARD-1122] - Preffered release type settings are exclusive and should be inclusive
    * [PICARD-1207] - Move additional files feature fails when source directory contains non-ascii characters
    * [PICARD-1247] - Not all "preserved" tags are preserved
    * [PICARD-1305] - Search dialog crashes picard when record doesn't have an album
    * [PICARD-1306] - picard crashes when opening the options dialog if the cwd doesn't exist
  * New Feature
    * [PICARD-1289] - Allow manually running any tagger script
  * Improvement
    * [PICARD-1302] - Dropping an image from Google image crashes picard
    * [PICARD-1303] - picard crashes when matching a cluster with a release with no tracks
    * [PICARD-1304] - Info dialog for album crashes because track doesn't have a tracknumber
  * Regression
    * [PICARD-259] - Make file-specific variables available to tagger script
- Update to version 2.0.2
  * Bug-fix
    * [PICARD-1212] - Picard 2.0.0dev4 crashing at startup
    * [PICARD-1300] - Picard crashes when logging lots of events
- Update to version 2.0.1
  * No changes for linux users.
buildservice-autocommit accepted request 624208 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 59)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 624206 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 58)
- Updated source URL
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 624122 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 57)
- Update to version 2.0
  Bug-fix
  * [PICARD-153] - Non-configuration data is saved in Picard.conf
  * [PICARD-173] - ID3 tag TSOP appears to be stored blank
  * [PICARD-340] - Cover art embedding will overwrite existing
    ones
  * [PICARD-405] - Save stopped working
  * [PICARD-817] - On high-resolution / high DPI displays,
    Picard's GUI is scaled wrong
  * [PICARD-1047] - Incompatible plugins are loaded with picard
    2.0
  * [PICARD-1051] - Searching for similar tracks causes coredumps
  * [PICARD-1052] - Not disabled Search for similar tracks can
    cause coredumps
  * [PICARD-1056] - Crash when viewing file info dialog
  * [PICARD-1058] - Saving images as files doesn't work
  * [PICARD-1062] - Picard crashes when moving files on release
  * [PICARD-1063] - After #689 unit tests fail if astrcmp is not
    compiled
  * [PICARD-1064] - python setup.py test -v doesn't work
  * [PICARD-1065] - python setup.py patch_version doesn't work
  * [PICARD-1066] - python setup.py update_constants doesn't work
  * [PICARD-1067] - Visual bug after un-checking an installed
    plugin
  * [PICARD-1073] - "Add New Tag" crashes picard
  * [PICARD-1084] - Picard 2 doesn't find DVD drive
  * [PICARD-1085] - Multi-Dir Add Folder not working
  * [PICARD-1105] - Crashes when using the edit tag dialog
  * [PICARD-1106] - cancel plugin installation file dialog
    results in crash
  * [PICARD-1114] - Cannot submit ratings in Picard 2.0 dev
  * [PICARD-1119] - picard sets "Disc Subtitle" to the track
    title
  * [PICARD-1123] - Multiple work languages are collapsed
  * [PICARD-1126] - Unhelpful error message logged on network
    request errors
  * [PICARD-1135] - Picard is not able to save on MTP devices
  * [PICARD-1138] - Search crashes due to AttributeError
  * [PICARD-1143] - Wrong amount of songs from added files
  * [PICARD-1147] - FYI, Can't load "Alan Parsons" album "On
    air" in Picard 1.2
  * [PICARD-1153] - "Lookup in Browser" and "Search" fail
    silently if artist name contains umlaut
  * [PICARD-1156] - Picard fails to start when trying to upgrade
    plugin which is a symlink
  * [PICARD-1159] - Can't open WAV files
  * [PICARD-1161] - Dragging artwork from Chrome pages doesn't
    work
  * [PICARD-1171] - Text of "About" can't be selected
  * [PICARD-1179] - Error while searching for alt. releases
  * [PICARD-1181] - In-app search dialog excessive slow down
  * [PICARD-1188] - Picard chooses incorrect value for language
    tag
  * [PICARD-1199] - Crash when right-clicking album
  * [PICARD-1202] - Right click on tag listing causes exception
    and crash
  * [PICARD-1203] - Hide unsupported tags from the tag diff in UI
  * [PICARD-1204] - Picard freezes on unchecking show diff tags
    first
  * [PICARD-1206] - Text is not displaying properly in some
    fields.
  * [PICARD-1210] - Long lines in the option dialogue don’t wrap
  * [PICARD-1213] - Wrong Movement of coverart providers
  * [PICARD-1215] - Does not use config / ini file specified on
    command line
  * [PICARD-1221] - Picard 2.0 won't start on Windows 10
  * [PICARD-1226] - Different fonts in the plugins dialog
  * [PICARD-1230] - Looking up CD crashes Picard
  * [PICARD-1234] - Crash when loading plugin from local
    directory
  * [PICARD-1252] - Crash on pasting invalid naming script
  * [PICARD-1253] - Crash on image saving
  * [PICARD-1255] - Crash on startup - no GUI
  * [PICARD-1265] - Can't "Lookup in Browser":
    UnicodeEncodeError: 'latin-1' codec can't encode characters in
    position 0-7: ordinal not in range(256)
  * [PICARD-1270] - Corruption of saved audio files located on a
    network share
  * [PICARD-1271] - Artist credit saved in tags sometimes loses
    closing parenthesis
  * [PICARD-1277] - Picard crashes on unknown cover art types
  New Feature
  * [PICARD-1187] - Add DSF file support
  * [PICARD-1220] - Add keyboard shortcut for deleting scripts
    from options > scripting page
  Task
  * [PICARD-960] - Migrate to PyQt5
  * [PICARD-1186] - Support only 64 bit Picard builds from 2.0
  Improvement
  * [PICARD-259] - Make file-specific variables available to
    tagger script
  * [PICARD-581] - Picard XML processing should use lxml module
    rather than QXmlStreamReader
  * [PICARD-588] - Picard 2.0 based on Python 3
  * [PICARD-807] - Retry release fetch on MB server overload
  * [PICARD-922] - Make multi-value script functions work
    correctly
  * [PICARD-976] - Reimplement the picard WS code to accommodate
    future versions of MBWS
  * [PICARD-978] - Distinguish in UI between unclustered and
    release unmatched files
  * [PICARD-1075] - Add unit tests for Metadata object variables
  * [PICARD-1087] - Improvements to UI for Lookup CD
  * [PICARD-1100] - Error when running confined in a snap
    because of gconf
  * [PICARD-1174] - Option to tolerate differences in track times
  * [PICARD-1200] - In Options dialog, tree pane on the left
    cannot be resized
  * [PICARD-1201] - Add a command-line option to not restore
    persisted UI sizes or positions
  * [PICARD-1211] - The “X” close button doesn’t work on the
    options dialogue
- Switched to python3 and Qt5
- Dropped SearchAmazon3.py,SearchAMG.py,SearchCastAlbums3.py,
  SearchDiscogs3.py,SearchFilmMusziek3.py,SearchGMR.py,
  SearchGoogle3.py,SearchLortelArchives3.py,
  SearchSoundtrackCollector3.py and SearchSoundtrackINFO3.py (not
  compatible with API v2.0)
- Spec cleanup
buildservice-autocommit accepted request 494342 from Olaf Hering's avatar Olaf Hering (olh) (revision 56)
baserev update by copy to link target
Olaf Hering's avatar Olaf Hering (olh) accepted request 494324 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 55)
- Update to version 1.4.2:
 * Bugfix: Picard does not stop analyzer while moving (PICARD-1053)
 * Bugfix: Picard hangs with: RuntimeError: maximum recursion depth exceeded in cmp (PICARD-1055)
 * Bugfix: The "Convert Unicode punctuation characters to ASCII" function only works in certain tags (PICARD-1070)
 * Bugfix: ID3v2.4 text encoding settings are not saved correctly (PICARD-1077)
 * Improvement: Search dialog webservices get queued behind matched album requests (PICARD-969)
 * Improvement: Picard not seeing TOPE and TOAL (PICARD-1034)
Olaf Hering's avatar Olaf Hering (olh) committed (revision 54)
- setup.py requires sip
buildservice-autocommit accepted request 486712 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 53)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 486665 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 52)
- Trim description as per the openSUSE description recommendations.
Olaf Hering's avatar Olaf Hering (olh) accepted request 484849 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 51)
- Update to version 1.4.1:
  * Bugfix: Album shown matched even if extra unmatched files (PICARD-953)
  * Bugfix: Removing album with saves pending does not remove pending saves (PICARD-972)
  * Bugfix: Pending log messages not flushed to stderr on quit (PICARD-973)
  * Bugfix: Drag & Drop not working (PICARD-988)
  * Bugfix: Picard violating ID3 standard for TXXX frames (PICARD-990)
  * Bugfix: Disabling the cover art box and enabling it again doesn't bring it back (PICARD-996)
  * Bugfix: Disabling the action toolbar sometimes doesn't work (PICARD-998)
  * Bugfix: If a cluster is moved to the album side of the main window it gets moved to unmatched files (PICARD-1005)
  * Bugfix: Drag and drop for cover arts doesnt work on OSX (PICARD-1006)
  * Bugfix: Unsetting View/Cover Art doesn't work permanently (PICARD-1010)
  * Bugfix: Toolbar tab order incorrect after PICARD-908 (PICARD-1011)
  * Bugfix: Number of images in release info is calculated incorrectly (PICARD-1014)
  * Bugfix: Artwork tab of the Track Info DIalog doesn't show changes anymore (PICARD-1015)
  * Bugfix: CoverArtBox doesn't show new/removed images after unmatched files are added/removed to the album (PICARD-1018)
  * Bugfix: Directory persistence for Add Directory needs tweaking (PICARD-1023)
  * Bugfix: Fix ~artists_sort metadata variable (PICARD-1029)
  * Bugfix: Missing import for PICARD_APP_NAME (PICARD-1042)
  * New Feature: Visual feedback for changes to artwork in before-after pane. (PICARD-258)
  * New Feature: Implement artwork diff for albums (PICARD-1000)
  * Task: Remove monkey patching of file write methods in picard formats (PICARD-943)
  * Task: Replace Ok button text by Make It So! in Options dialog (PICARD-1041)
  * Improvement: Remove should work when Unmatched Files is selected (PICARD-223)
  * Improvement: Always use HTTPS for musicbrainz.org (PICARD-951)
  * Improvement: Use Cover Art Archive over HTTPS (PICARD-952)
  * Improvement: Mention AcoustID on Scan button too (PICARD-961)
  * Improvement: Drag&drop cover art doesn't work for images from amazon/google images/https links (PICARD-980)
  * Improvement: Buttons on the "User Interface" and "Scripting" pages are smaller than buttons in other places (PICARD-1012)
  * Improvement: Multiple images in related tracks confusing (PICARD-1016)
  * Improvement: Picard loads all pending files before quitting (PICARD-1021)
buildservice-autocommit accepted request 458661 from Olaf Hering's avatar Olaf Hering (olh) (revision 50)
baserev update by copy to link target
Olaf Hering's avatar Olaf Hering (olh) committed (revision 49)
Remove URL to https://raw.githubusercontent.com/brianfreud/Picard-plugins/master/
because osc service lr download_files would download the DOS version.
Olaf Hering's avatar Olaf Hering (olh) committed (revision 48)
- Drop bonusdisc.py, URL disappeared
Olaf Hering's avatar Olaf Hering (olh) accepted request 457107 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 47)
- Update to version 1.4.0
  * Bugfix: AcoustID submission fails with code 299 (PICARD-82)
  * Bugfix: Ignoring "hip hop rap" folksonomy tags also ignores "rap", "hip hop", etc. (PICARD-335)
  * Bugfix: Picard downloads multiple 'front' images instead of just first one. (PICARD-350)
  * Bugfix: Saving hidden file with only an extension drops the extension (PICARD-357)
  * Bugfix: Add directory opens in "wrong" dir (PICARD-366)
  * Bugfix: Picard should de-duplicate work lists (PICARD-375)
  * Bugfix: Tree selector in Options window is partially obscured, pane too narrow (PICARD-408)
  * Bugfix: tag acoustid_id can not be removed or deleted in script, renaming or plugin (PICARD-419)
  * Bugfix: Can't remove value from field (PICARD-546)
  * Bugfix: Can't open Options (PICARD-592)
  * Bugfix: "Tags from filenames" action stays enabled even if it is unavailable. (PICARD-688)
  * Bugfix: Using the first image type as filename changes the name of front images (PICARD-701)
  * Bugfix: Fingerprint Submission Failes if AcoustID tags are present and/or invalid (PICARD-706)
  * Bugfix: Picard moves into the selected folder (PICARD-726)
  * Bugfix: Picard does not support (recording) relationship credits (PICARD-730)
  * Bugfix: Picard repeats/duplicates field data (PICARD-748)
  * Bugfix: Number of pending web requests is not decremented on exceptions in the handler (PICARD-751)
  * Bugfix: Divide by zero error in _convert_folksonomy_tags_to_genre when no tag at the release/release group level (  PICARD-753)
  * Bugfix: Directory tree (file browser) not sorted for non-system drives under Windows (PICARD-754)
  * Bugfix: Crash when loading release with only zero count tags (PICARD-759)
  * Bugfix: No name and no window grouping in gnome-shell Alt-Tab app switcher (PICARD-761)
  * Bugfix: Lookup in Browser does not and can not load HTTPS version of musicbrainz.org (PICARD-764)
  * Bugfix: Unable to login using oauth via Picard options with Server Port set to 443 (PICARD-766)
  * Bugfix: "AttributeError: 'MetadataBox' object has no attribute 'resize_columns'" when enabling the cover art box (  PICARD-775)
  * Bugfix: Pre-gap tracks are not counted in absolutetracknumber (PICARD-778)
  * Bugfix: CAA cover art provider runs even if cover art has already been loaded (PICARD-780)
  * Bugfix: Toggling Embed Cover Art in Tags and restarting doesn't have the expected behavior (PICARD-782)
  * Bugfix: XMLWS redirects incorrectly (PICARD-788)
  * Bugfix: Handle empty collection-list in web server response (PICARD-798)
buildservice-autocommit accepted request 406379 from Olaf Hering's avatar Olaf Hering (olh) (revision 46)
baserev update by copy to link target
Olaf Hering's avatar Olaf Hering (olh) committed (revision 45)
- add recommends for python-discid
Olaf Hering's avatar Olaf Hering (olh) committed (revision 44)
Remove libdiscid because there is no dlopen anymore
Olaf Hering's avatar Olaf Hering (olh) accepted request 405443 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 43)
- add python-discid dependency
buildservice-autocommit accepted request 364733 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 42)
baserev update by copy to link target
Olaf Hering's avatar Olaf Hering (olh) accepted request 361288 from Olaf Hering's avatar Olaf Hering (olh) (revision 41)
- Remove sco locale to fix build in SLE_11
Displaying revisions 81 - 100 of 140
openSUSE Build Service is sponsored by