Feature Request - Clear Preset List

Advanced Renamer forum
#1 : 03/07-16 05:22
peterj
peterj
Posts: 3
Hi, there's a bug in the pulldown list for selecting Presets.

Any Presets that have been deleted or removed since they were last used will remain in the list forever.

From UI perspective if user selects a Preset that no longer exists they should be prompted to find it on disk or delete it from the list.

The problem is exacerbated if a .aren preset is moved and then reopened from the new location since it will be listed twice - one entry that works and one that doesn't.

Please look at this as a feature request, or bug fix, thanks!


03/07-16 05:22 - edited 03/07-16 05:23
#2 : 29/10-17 17:24
Kyle
Kyle
Posts: 4
Had the same issue.

I fixed it by editing out the wrong paths in the settings.ini located at \AppData\Roaming\Hulubulu\Advanced Renamer 3\Data\settings.ini

Close Advanced Renamer before editing.

Example Before:

[recent_methodlists]
item0000=C:\Users\name\Dropbox\1001 Album.aren
item0001=C:\Users\name\Documents\1001 Album.aren
item0002=C:\Users\name\Downloads\1001 Album.aren
item0003=C:\Users\name\Dropbox\TV Default.aren
item0004=C:\Users\name\Dropbox\ReleaseGroupScrub.aren
item0005=C:\Users\name\Dropbox\Dot.aren
item0006=C:\Users\name\Dropbox\TTG.aren


After: Invalid locations deleted and items renumbered

[recent_methodlists]
item0000=C:\Users\name\Dropbox\1001 Album.aren
item0001=C:\Users\name\Dropbox\TV Default.aren
item0002=C:\Users\name\Dropbox\ReleaseGroupScrub.aren
item0003=C:\Users\name\Dropbox\Dot.aren
item0004=C:\Users\name\Dropbox\TTG.aren


29/10-17 17:24 - edited 29/10-17 17:26