Page 7 of 13
Posted: 2005-02-01 03:33:51
by TBCdevil
ohh yeah about the feature thing. add this picture close to "copy picture to clipboard" since the feature is almost the same thing only reverse.
Posted: 2005-02-01 09:09:11
by antp
I could add a "paste from clipboard", but that will be for later
Posted: 2005-02-01 17:54:03
by TBCdevil
darn
Posted: 2005-02-03 18:58:04
by antp
Italian translations updated by dinolib
Some features should be including before going to final 3.5
Posted: 2005-02-04 03:01:47
by Claunia
When a script returns an empty field it MUST NOT remove the current field data of the movie.
Is bad when you are changing the pictures with a script and some are not found and it deletes the pictures that you had got with other script.
The MediaInfo.dll should detect the file format via file content analysis and not via filename extension, when it can hang or return incorrect information when you have a file format in different extension (like an OGM with .AVI).
Apart of that, excellent program
Re: Some features should be including before going to final
Posted: 2005-02-04 10:43:12
by antp
Claunia wrote:When a script returns an empty field it MUST NOT remove the current field data of the movie.
You may want to overwrite an information by an empty one...
I'll add an option to select how this should work since in some cases it could be useful to erase fields.
Claunia wrote:
Is bad when you are changing the pictures with a script and some are not found and it deletes the pictures that you had got with other script.
It should not delete the picture except if you manually check the picture option in the result window.
Claunia wrote:
The MediaInfo.dll should detect the file format via file content analysis and not via filename extension, when it can hang or return incorrect information when you have a file format in different extension (like an OGM with .AVI).
For the AVI it is different : AVI are not analyzed by MediaInfo because it was slower and less complete than what I did myself for that. But if you want you can force the use of MediaInfo even for AVI in the Preferences.
Posted: 2005-02-04 11:59:39
by Guest
Great job for this new version
I use a template for HTML export...
A part of my code is : <img src="ratings/rating$$ITEM_RATING.gif">,
with 10 .gif files in the ratings dir.
How can i do now with the new $$ITEM_RATING format ?
Thanx
Print Preview / Language selection
Posted: 2005-02-04 13:34:01
by dinolib
In print preview, when switch from a template to another, viewing settings (zoom, two pages...) are not re-applied (while they are remembered on tool bar).
--
If I choose a language different than default english and then come back to language selection and select again "english (default)" language doesn't change.
Bye,
Dino
link
Posted: 2005-02-04 13:55:49
by Guest
Hey,
I really want to try out the new version but the firewall at my University blocks FTP downloads
Could anyone email me the latest RC2 version or provide a temporary HTTP link? I would be most grateful!
Cheers,
Dawson
Posted: 2005-02-04 13:58:53
by daws0n
oops, didn't log in properly! Check out my profile for my email addy or send me a PM
Re: Print Preview / Language selection
Posted: 2005-02-04 13:59:19
by antp
Anonymous wrote:
How can i do now with the new $$ITEM_RATING format ?
You can't if you use rathings that do not finish by a ".0"
If all your ratings finish by that either rename your images or go in the preferences where there is an option to not use decimals on rating.
dinolib wrote:In print preview, when switch from a template to another, viewing settings (zoom, two pages...) are not re-applied (while they are remembered on tool bar).
OK, i'll check that
dinolib wrote:
If I choose a language different than default english and then come back to language selection and select again "english (default)" language doesn't change.
That's normal: default english is'nt a translation file. It is actually the "untranslated" program. Once a language file has modified the windows I can't untranslated them
(it is indicated when you select english/default that it onyl takes effect at startup)
Re: link
Posted: 2005-02-04 14:02:47
by antp
Anonymous wrote:I really want to try out the new version but the firewall at my University blocks FTP downloads
Could anyone email me the latest RC2 version or provide a temporary HTTP link? I would be most grateful!
Sure. I uploaded it there:
http://http2.antp.be/antp/temp/amc350rc2.rar
Picture window
Posted: 2005-02-05 23:26:41
by permenition
I don't like how the picture window is positioned. I can't move it to stay where I want. The better solution was in 3.4.3 version where I can move it and it stays there.
P.S. Sorry on my English, I hope you understand what I am talking about.
Posted: 2005-02-06 05:59:47
by Guest
In the export section, can you add the ability to sort selection ascending or descending ?
For now it's only in one way.
Its a problem for a rating sort. (better score are down to the list)
Anyway, congratulations for your job, i love it
Posted: 2005-02-06 12:12:39
by antp
permenition wrote:I don't like how the picture window is positioned. I can't move it to stay where I want. The better solution was in 3.4.3 version where I can move it and it stays there.
You mean the window that appears when you click the picture to see it at fullsize?
I guess I broke something by reusing this window from the script results window, I'll check that.
Anonymous wrote:In the export section, can you add the ability to sort selection ascending or descending ?
It has often been asked, I can't easily add it in the current version but it will be added for the next version (3.5.1)
Posted: 2005-02-06 17:09:06
by antp
RC3 available.
What's new:
- scripting: option to specify it fields can be erased by an empty value
- some shortcuts changed to make them more logical
- fixed picture window position store/load to work like in previous versions
- print: zoom factor is saved when selecting another template
- import: csv import can now link to a picture file. It makes an absolute link, it will be improved later (I hope before final version). Until then if you want to store pictures you can use
this tool
- italian & danish translations included (some items missing, since I corrected bugs about translation in this version)
Bug with statistics in RC3
Posted: 2005-02-07 08:43:05
by elman
Hi,
I just found a bug in statistics. When I use search feature with 'Display Results' and then I go to the Statistics, option 'Movies to include' -> 'Visible' doesn't work at all. It displays correct number of visible movies, but selecting it doesn't actually do anything. Same with RC2.
Posted: 2005-02-07 08:51:10
by antp
Thanks for the info; I'll check that
Posted: 2005-02-07 10:30:02
by dinolib
Just a little thing:
ActionFindWholeField.Caption,
ActionFindDisplay.Caption,
ActionFindFindNext.Caption
are no more translated (while hint works...).
bye
D
Posted: 2005-02-07 10:45:14
by antp
oops that's my fault
I'll correct it