Page 1 of 1
Suggestions + bug? reports...
Posted: 2003-01-04 21:08:40
by Blaza
Great program!
I have some suggestions for new features, though:
new features:
- Some kind of "movie seen" flag (maybe even different background color for such movies on list)
- "Writing credits" field
- an option for exchanging movie numbers between two movies
- html report with "small" pictures
bugs?
- I'm not able to access fieldURL from script?
- "get information from file" is for some reason not freeing file handle after it gathers information. I'm not able to delete scanned file until I exit MC.
Posted: 2003-01-04 21:22:17
by antp
For the flag, you can enable the display of checkboxes in front of the movies in Tools -> Preferences -> Movie list.
New fields should be possible in version 4.
For the HTML report, what do you mean by "small pictures" ? resize the pictures when exporting ? it is quite heavy to to...
The fieldURL field should work, but in "Get information from script" mode it is not possible to access to existing fields (it is only possible in "Scripting" mode.
This problem will be solved in a future version.
For the files deletion, they should not be locked. That's quite strange... What kind of files are locked ? Or is it the folder that is locked ?
Posted: 2003-01-07 09:49:53
by Blaza
antp wrote:
The fieldURL field should work, but in "Get information from script" mode it is not possible to access to existing fields (it is only possible in "Scripting" mode.
I'm able to access fieldOriginalTitle and fieldTranslatedTitle (existing fields). Why can't I access fieldURL?
antp wrote:This problem will be solved in a future version.
For the files deletion, they should not be locked. That's quite strange... What kind of files are locked ? Or is it the folder that is locked ?
Avi files are locked after "Get information from files"
Posted: 2003-01-07 10:42:51
by antp
Blaza wrote:
I'm able to access fieldOriginalTitle and fieldTranslatedTitle (existing fields). Why can't I access fieldURL?
It is a feature

Only these two fields are available.
I have to change that, this will be much better in version 4 or 4.1 I hope.
Blaza wrote:Avi files are locked after "Get information from files"
Strange, I'll verify that the files are correctly closed...