After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 730573 - some "Process fields" scanner settings are not preserved correctly
some "Process fields" scanner settings are not preserved correctly
Status: RESOLVED FIXED
Product: easytag
Classification: Other
Component: general
2.2.x
Other Linux
: Normal normal
: 2.2
Assigned To: EasyTAG maintainer(s)
EasyTAG maintainer(s)
: 731495 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-05-22 10:37 UTC by arcctgx
Modified: 2014-06-11 07:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description arcctgx 2014-05-22 10:37:58 UTC
I set the following Process Fields tag & filename scanner options:

Do not convert
Do not change capitalization
Do not change word separators

As expected, these settings have been written to my configuration file:

$ grep ^pf_ .config/easytag/easytagrc
pf_convert_into_space=0
pf_convert_space=0
pf_convert=0
pf_convert_all_uppercase=0
pf_convert_all_downcase=0
pf_convert_first_letter_uppercase=0
pf_convert_first_letters_uppercase=0
pf_detect_roman_numerals=0
pf_remove_space=0
pf_insert_space=0
pf_only_one_space=0

Now, when I close easytag and open it again, the radio buttons in the "Process fields" settings are set to the following:

Convert _ and %20 to spaces
Capitalize all
Remove spaces

This only happens with the "Do not convert"/"Do not change" settings. The other options are preserved correctly.
Comment 1 David King 2014-06-07 10:49:57 UTC
Thanks for the bug report. I have pushed a fix to easytag-2-2 and master branches as 734fbc37e3f5b77c16d2ada563afbe6581dbf731 and 03b67ff6523cb3a5c39443ac62f1f0d224a669c5.
Comment 2 David King 2014-06-11 07:15:48 UTC
*** Bug 731495 has been marked as a duplicate of this bug. ***