Asking to replace short name[#7616]

This forum is for reporting bugs in MediaMonkey for Windows 4. Note that version 4 is no longer actively maintained as it has been replaced by version 5.

Moderator: Gurus

CarlitoGil
Posts: 294
Joined: Sun Sep 07, 2008 10:46 am
Location: Dominican Republic
Contact:

Asking to replace short name[#7616]

Post by CarlitoGil »

3.2.4.1304

If you rename a file to it's short path MM ask you if you want to replace it, like if other file had that path.

Code: Select all

oSongData.Path = oFSO.GetFile(oSongData.Path).ShortPath
In the mean time I avoid the prompt like this, but this creates duplicate entries in monitored folders

Code: Select all

oSongData.Path = ""
oFSO.MoveFile oSongData.Path, oFSO.GetFile(oSongData.Path).ShortPath
oSongData.Path = NewPath
iTunesMonkey + Acoustid – Find metadata from iTunes and Acoustid
Peke
Posts: 18271
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Re: Asking to replace short name

Post by Peke »

I added http://www.ventismedia.com/mantis/view.php?id=7616 for oSongData.Path = oFSO.GetFile(oSongData.Path).ShortPath as for Move you actually do change file name so duplicates are OK (at least according to Windows NTFS)
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
Lowlander
Posts: 58620
Joined: Sat Sep 06, 2003 5:53 pm

Re: Asking to replace short name[#7616]

Post by Lowlander »

This should be fixed in 1367, can you confirm?
Post Reply