View Issue Details

IDProjectCategoryView StatusLast Update
0011196MMW v4Otherpublic2013-08-26 11:29
Reporterzvezdan Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status assignedResolutionreopened 
Summary0011196: DeleteEmptiedFolders key in [Auto-organize] section is always 0
DescriptionDeleteEmptiedFolders key is always 0, it doesn't matter if I turn on the "Delete emptied folders" option in the Auto-Organize dialog box.

I wanted to use that key/option in my scripts to decide if some empty folder should be deleted by script.
TagsNo tags attached.
Fixed in build

Activities

Ludek

2013-08-26 10:49

developer   ~0037266

I cannot reproduce, are you sure it is not a test error?

I tested with build 1652, gone to Options -> Auro-Organize and checked

[x] Automatically Organize files (during scan or edits)
--[x] Delete emptied folders

gone to C:\Users\Ludek\AppData\Roaming\MediaMonkey\MediaMonkey.ini and saw:

[Auto-organize]
DeleteEmptiedFolders=1

Ludek

2013-08-26 10:55

developer   ~0037267

Last edited: 2013-08-26 10:55

Oh, I probably see what you mean, you mean the

Tools -> Auto-Organize files... (CTRL+R)

[x] Delete emptied folders


This one refers to

[Options]
RemoveEmptyFolders=1

(for historical reasons)

Ludek

2013-08-26 11:05

developer   ~0037268

Last edited: 2013-08-26 11:06

But thinking about it further it would make sense to unify them by modifing the Options -> Auro-Organize default layout slightly from

[ ] Automatically Organize files (during scan or edits)
--[ ] Delete emptied folders

to

[ ] Automatically Organize files (during scan or edits)
[x] Delete emptied folders

and keep only single DeleteEmptiedFolders value:
[Auto-organize]
DeleteEmptiedFolders=1

for both Options->Auro-Organize and Tools->Auro-Organize

zvezdan

2013-08-26 11:29

updater   ~0037270

Yeah, sorry for confusion and thanks for help. I forgot/didn't know for Auto-Organize sheet in the Options dialog box, but tried Auto-Organize dialog instead.

I don't know if you should unify those two options, it is your decision. Actually, I am not using Auto-Organize, but just wanted to use the mentioned setting in my scripts without adding one more check box in script's own option sheet.