View Issue Details

IDProjectCategoryView StatusLast Update
0004713MMW v4Conversion/Levelingpublic2008-11-23 20:31
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.0 
Fixed in Version3.1 
Summary0004713: File conversion fails for filepaths > 255 chars long with error message (auto-cutoff feature?)
DescriptionFile conversion fails for files exceeding 255 chars output filepath limit with error message "The file ....... was not successfully created ".

This was raised in this ticket
http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=644

Per discussion over IM possible solutions are:

1. Implement auto-cutoff feature as we have implemented for podcasts
2. Allow to create file with filepath length > 255 chars
3. Improve the error message in order to be more user-friendly (allowing user interaction, e.g. mask change)

Probably 3. is preferable as post 3.0 fix.


Additional InformationThere seems to be another related ticket:
http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=776&noteconfirm=1
TagsNo tags attached.
Fixed in build1195

Activities

jiri

2008-05-22 12:44

administrator   ~0014069

Assigning to Rusty for a review.

The reasons why 3. seems to be the best are:
1. It isn't clear how to implement this, i.e. where to automatically shorten the path.
2. Even though this is possible, it's a little tricky and many Windows apps (including Explorer afaik) can't work with such paths.
3. Some error message could be directly a part of Auto-Organize dialog.

rusty

2008-11-19 16:58

administrator   ~0014982

OK. We can take the third approach. This means that a warning similar to that which appears for duplicates ("Duplicate filenames exist in red. Please change the filenames.") should appear on the Conversion/Auto-organize/Rip dialog:

Highlighted files exceed 255 characters. Please change the Destination or Filename.

jiri

2008-11-20 21:09

administrator   ~0015035

Since we would need space for showing both messages in case they are needed, what about joining them to one, i.e.:

Duplicate or too long filenames exist (in red). Please change the filenames.

rusty

2008-11-21 20:42

administrator   ~0015066

Suggested text:
Duplicates and overly long filenames are highlighted. Please edit them.

(note: I use the 'highlighted' terminology because we may change the color).

Ludek

2008-11-23 20:31

developer   ~0015077

Added in build 1195.

+ fixed regression: the alert text has not been in red
+ added for auto-organize too (there was same issue)