Sambhav Kothari
|
f0bd2e2cb8
|
Improve filters for format classes to be more generic
|
2017-01-02 23:45:00 +05:30 |
|
Sambhav Kothari
|
6e78b385af
|
Remove redundant code
|
2017-01-02 20:26:05 +05:30 |
|
Sambhav Kothari
|
5be1e3ba2c
|
Refactor the guess_format method
|
2017-01-02 20:25:47 +05:30 |
|
Sambhav Kothari
|
ca144eb921
|
Show error messages in error instead of debug log
|
2017-01-02 18:23:52 +05:30 |
|
Sambhav Kothari
|
3b24f76445
|
Add error to log and refactor code
|
2017-01-02 16:13:54 +05:30 |
|
Laurent Monin
|
f9fe2e2cdd
|
Merge pull request #517 from samj1912/picard706
PICARD-706: Add option to ignore existing AcoustID fingerprints
|
2017-01-02 10:52:05 +01:00 |
|
Laurent Monin
|
43cbd0b456
|
Merge pull request #524 from samj1912/picard865
PICARD-865: Add limit to length in $num
|
2017-01-02 10:09:34 +01:00 |
|
Sambhav Kothari
|
eba1479c2f
|
Remove OggAudio and OggVideo functions from options while checking supported format
|
2016-12-31 19:46:37 +05:30 |
|
Sambhav Kothari
|
a2c7daa783
|
PICARD-864: Add support for autodetection of supported file formats
|
2016-12-31 19:35:37 +05:30 |
|
Sambhav Kothari
|
07d246380e
|
Change supports_tag in id3 to add user text tags
id3 support free form tags in form of TXXX frame.
Earlier supports tag only returned true to pre defined tags
|
2016-12-31 16:45:18 +05:30 |
|
Sambhav Kothari
|
3ef6eb889a
|
Change check for supports_tag in apev/vorbis
They support free-form tags so no need to call _get_tag_name
|
2016-12-31 16:41:25 +05:30 |
|
Sambhav Kothari
|
1da5f6e131
|
PICARD-865: Add limit to length in $num
|
2016-12-31 16:25:00 +05:30 |
|
Laurent Monin
|
042db70e4e
|
Merge pull request #521 from samj1912/picard834
PICARD-834: Properly handle ValueErrors in case of invalid length in script
|
2016-12-31 11:09:16 +01:00 |
|
Laurent Monin
|
d74c244eaf
|
Merge pull request #520 from samj1912/picard116
PICARD-116: Add restore default button to options
|
2016-12-31 11:03:42 +01:00 |
|
Sambhav Kothari
|
024902acf6
|
Fix function call for items
|
2016-12-31 06:00:08 +05:30 |
|
Sambhav Kothari
|
dea273a724
|
Fix performer removal for id3 2.3/2.4 compatibility
|
2016-12-31 05:58:35 +05:30 |
|
Sambhav Kothari
|
bff60dab8a
|
Improve mp3 tag deletion
|
2016-12-31 02:48:17 +05:30 |
|
Sambhav Kothari
|
8264d8d5c7
|
Add accelerator to Reset Defaults button
|
2016-12-30 16:07:24 +05:30 |
|
Sambhav Kothari
|
bfe1932760
|
Add confirmation dialog boxes with information for reset settings
|
2016-12-30 05:09:14 +05:30 |
|
Sambhav Kothari
|
1fc9086050
|
PICARD-834: Properly handle ValueErrors in case of invalid length attribute
|
2016-12-30 03:57:57 +05:30 |
|
Sambhav Kothari
|
c1f519044b
|
Add restore default button to options
|
2016-12-29 23:41:04 +05:30 |
|
Sambhav Kothari
|
83dfe51b23
|
Add checks for path names and ignore hidden files
|
2016-12-29 19:26:29 +05:30 |
|
Sambhav Kothari
|
cd15cf00d1
|
Rename ignore_existing_acoustid to something more appropriate
|
2016-12-29 19:09:09 +05:30 |
|
Sambhav Kothari
|
1bfbc683d5
|
Remove wav specific supports_tag
|
2016-12-29 17:29:45 +05:30 |
|
Sambhav Kothari
|
8cd2eb02ec
|
Refactor supports_tag method
|
2016-12-29 17:29:25 +05:30 |
|
Sambhav Kothari
|
31d3fcff78
|
Make new_file variable ony after checking if old file exists
|
2016-12-29 17:16:33 +05:30 |
|
Sambhav Kothari
|
91e5bdbd6c
|
Implement case-insensitive move_additional_files
|
2016-12-29 05:56:21 +05:30 |
|
Sambhav Kothari
|
49bc92411d
|
Add support for ignoring existing acoustid fingerprint
|
2016-12-29 03:56:16 +05:30 |
|
Sambhav Kothari
|
0395a99297
|
Add config logic for ignore acoust id option
|
2016-12-29 03:55:33 +05:30 |
|
Sambhav Kothari
|
5e793e011f
|
Add ignore existing acoustid option to UI
|
2016-12-29 03:54:15 +05:30 |
|
Sambhav Kothari
|
951165b984
|
Show only supported tags in edit tag dialog
|
2016-12-29 02:26:27 +05:30 |
|
Sambhav Kothari
|
9921b6c0ad
|
Display only supported tags in metadata box
|
2016-12-29 02:25:55 +05:30 |
|
Sambhav Kothari
|
4ec78b4c25
|
Add supports_tag method to wav
|
2016-12-29 02:25:26 +05:30 |
|
Sambhav Kothari
|
43e5e5fa82
|
Add supports_tag method to vorbis
|
2016-12-29 02:25:13 +05:30 |
|
Sambhav Kothari
|
a43789d9e9
|
Add supports_tag method to apev
|
2016-12-29 02:24:37 +05:30 |
|
Laurent Monin
|
f81b6e845d
|
Merge pull request #514 from samj1912/embedsingle
PICARD-861: Rename 'save_only_front_images_to_tags' option appropriately
|
2016-12-28 11:21:03 +01:00 |
|
Sambhav Kothari
|
580943767f
|
Add upgrade hooks
|
2016-12-28 04:23:20 +05:30 |
|
Sambhav Kothari
|
da5e0a29bb
|
Rename 'save_only_front_image_to_tags' appropriately
|
2016-12-28 04:22:46 +05:30 |
|
Laurent Monin
|
a113808d09
|
Merge pull request #513 from suhas2go/Profiles
Fix upgrade 1_4_0_dev6
|
2016-12-27 20:43:41 +01:00 |
|
suhas2go
|
f6f36c802a
|
finally working upgrade 1_4_0_dev6
|
2016-12-28 01:01:30 +05:30 |
|
suhas2go
|
0bdbf05b80
|
fix upgrade 1_4_0_dev6
|
2016-12-28 00:38:48 +05:30 |
|
Laurent Monin
|
f0f3d176e8
|
Regenerate picard.pot
|
2016-12-27 18:50:27 +01:00 |
|
Laurent Monin
|
10f86392e6
|
Merge pull request #509 from suhas2go/Profiles
PICARD-404: Mutiple and Selective Tagger Scripts
|
2016-12-27 18:41:05 +01:00 |
|
Laurent Monin
|
e118b3c627
|
Merge pull request #498 from suhas2go/PICARD-740
PICARD-740: Added missing album and track match quality icon info
|
2016-12-27 18:37:03 +01:00 |
|
Laurent Monin
|
f8850bdccb
|
Merge pull request #512 from samj1912/patch
Fix indentation and remove unnecessary variables
|
2016-12-27 18:10:00 +01:00 |
|
Sambhav Kothari
|
46ffed563b
|
Fix indentation and remove unnecessary variables
|
2016-12-27 21:40:10 +05:30 |
|
Laurent Monin
|
1d1579130b
|
Merge pull request #507 from simon04/qclipboard
Use QApplication's clipboard for cut/paste
|
2016-12-27 16:41:00 +01:00 |
|
Laurent Monin
|
52707d87ad
|
Merge pull request #506 from simon04/shortcut-lookup-browser
Add shortcut for Lookup in Browser
|
2016-12-27 16:39:46 +01:00 |
|
Laurent Monin
|
03885564dd
|
Merge pull request #508 from simon04/mimeData-iterfiles
Use iterfiles in BaseTreeView#mimeData
|
2016-12-27 16:38:53 +01:00 |
|
suhas2go
|
8583b62271
|
combine move function properly
|
2016-12-27 20:49:29 +05:30 |
|