[FR][EN] Ant Movie Catalog 4.2.1 (04/11/17)
I have post here the program. I have recreate the file but without luck and I have see that the program does not change not only the year but also the other options
http://www.megaupload.com/?d=U003YGH1
http://www.megaupload.com/?d=U003YGH1
Ok, I see the problem.
It is because you group by Media Label so the list is sorted by the group name.
You have to :
- Do right click on list and set group by <none> (to remove groups).
- Go in preferences and check "Movie column" in MovieList Menu (to show movie number header and clic on it to sort by this numbers) .
- Always in preferences, select Media Label in Title Formatting Menu (to display Media Label instead of Movie Title)
Easier way without renumer:
- Do right click on list and set group by <none> (to remove groups).
- Display as grid and click on header "year" to sort by year ! (You can stretch the list to have a better view)
- You can organise columns by dragging header columns on left and resise them like you want.
It is because you group by Media Label so the list is sorted by the group name.
You have to :
- Do right click on list and set group by <none> (to remove groups).
- Go in preferences and check "Movie column" in MovieList Menu (to show movie number header and clic on it to sort by this numbers) .
- Always in preferences, select Media Label in Title Formatting Menu (to display Media Label instead of Movie Title)
Easier way without renumer:
- Do right click on list and set group by <none> (to remove groups).
- Display as grid and click on header "year" to sort by year ! (You can stretch the list to have a better view)
- You can organise columns by dragging header columns on left and resise them like you want.
Actually, I don't see any bug and it is the same behavior than 3.5.1 version for the sort of groups (by name or by number of movies in groups if you choose this option in preferences).
I really don't understand your problem and I am sorry.
What you have to understand is that "renumber" tool just change the number of movies.
So, if you don't sort movies my number then it is normal that nothing change on the list order.
I really don't understand your problem and I am sorry.
What you have to understand is that "renumber" tool just change the number of movies.
So, if you don't sort movies my number then it is normal that nothing change on the list order.
Hi Soulsnake!
I really like the new 3.7 version, congrats on solving an old problem!
Wonderful!
A friend of mine is importing data from Extreme Movie Manager to AMC, but the current number of fields isn't enough for him.
It would be nice if we could discuss this and maybe add more fields to the structure, since you most likely have more knowledge of Delphi7 than I do.
I've already made a version 4.0, but it's probably not perfect.
This is my version 4.0 :
http://i53.tinypic.com/2gx2qmd.jpg
Could you help me with this?
Thanks,
I really like the new 3.7 version, congrats on solving an old problem!
Wonderful!
A friend of mine is importing data from Extreme Movie Manager to AMC, but the current number of fields isn't enough for him.
It would be nice if we could discuss this and maybe add more fields to the structure, since you most likely have more knowledge of Delphi7 than I do.
I've already made a version 4.0, but it's probably not perfect.
This is my version 4.0 :
http://i53.tinypic.com/2gx2qmd.jpg
Could you help me with this?
Thanks,
I am happy that you like this new version!
I know the number of fields is not enough for all.
However, my first priority is to keep full compatibility with official version (3.5.1).
Later, in a new major version (4.X), I will add a fields manager where you will can:
- add or delete custom fields
- choose name and type of a custom field
- choose position of fields with multi tabs features
- show or hide a field
- etc...
But this new features requiere many modifications on the base program...
I know the number of fields is not enough for all.
However, my first priority is to keep full compatibility with official version (3.5.1).
Later, in a new major version (4.X), I will add a fields manager where you will can:
- add or delete custom fields
- choose name and type of a custom field
- choose position of fields with multi tabs features
- show or hide a field
- etc...
But this new features requiere many modifications on the base program...
(I'll write in English so more people can follow the discussion)
I'll test it first, but I may use that version as official version
What was missing as translation strings except in the Statistics window?
One of the only feature that I was planning to add in short term (since a few years ) is a real compatibility with Vista/7's AUC, by putting all data files in user profile folder instead of program's folder.
You haven't changed anything about that yet I suppose?
Did you use other new 3rd-party components? (one thing I was trying to avoid, as it is annoying to install a lot of these in Delphi)
We could release it "as it is" as version 4, no need to add big features, due to the long life of 3.x versions.
One thing I was planned do starting with version 4 is to have a version numbering like what I use in Ant Renamer:
a.bc.d instead of a.b.c.d
So there would be versions 4.00 to 4.99: each version with new features increments that number, it avoids the problem to decide which number has to be incremented (then e.g. 4.00.1 if a release fixes only bugs)
I say "we" could release since I think that I could use your version as an official one (with you as co-author of course), as long was it follows the few things I was planning like the version number, and that translations and help files are maintained...
About that, I guess you only update the French translation file?
What about the help file?
And the toolbar images?
About adding new fields, I think that it would be better to decide a new file format rather than modify the current one, as it is not really well conceived for handling big files. One of the thing which could be done is to read pictures when needed rather than loading/writing the whole catalog each time. It makes saving a little more complicated, of course.
Using only the XML format would allow to add fields and still keep the files readable by old versions, but it does not allow to easily store pictures in it. As there are many tools which can handle/import AMC files we have to be careful on what we do there.
I'll test it first, but I may use that version as official version
What was missing as translation strings except in the Statistics window?
One of the only feature that I was planning to add in short term (since a few years ) is a real compatibility with Vista/7's AUC, by putting all data files in user profile folder instead of program's folder.
You haven't changed anything about that yet I suppose?
Did you use other new 3rd-party components? (one thing I was trying to avoid, as it is annoying to install a lot of these in Delphi)
We could release it "as it is" as version 4, no need to add big features, due to the long life of 3.x versions.
One thing I was planned do starting with version 4 is to have a version numbering like what I use in Ant Renamer:
a.bc.d instead of a.b.c.d
So there would be versions 4.00 to 4.99: each version with new features increments that number, it avoids the problem to decide which number has to be incremented (then e.g. 4.00.1 if a release fixes only bugs)
I say "we" could release since I think that I could use your version as an official one (with you as co-author of course), as long was it follows the few things I was planning like the version number, and that translations and help files are maintained...
About that, I guess you only update the French translation file?
What about the help file?
And the toolbar images?
About adding new fields, I think that it would be better to decide a new file format rather than modify the current one, as it is not really well conceived for handling big files. One of the thing which could be done is to read pictures when needed rather than loading/writing the whole catalog each time. It makes saving a little more complicated, of course.
Using only the XML format would allow to add fields and still keep the files readable by old versions, but it does not allow to easily store pictures in it. As there are many tools which can handle/import AMC files we have to be careful on what we do there.
Hello,
Thank you for adding this version on download page!
Now I reply to your questions .
Here you can find strings I have added:
But if we change this, I thing we have to put an option to choose portable version or not .
- HTML Viewer Components 9.45 : http://pbear.com/htmlviewers.html
- rkSmartView v1.0 modified for Ant Movie Catalog Unofficial 3.7.0 : included in source package.
(official version of rkSmartView can be found on http://rmklever.com)
We have to choose between compatibility and big change...
But in any case, I prefer XML because it is standard and readable by human .
PS: I update install and zip package because I have forgotten some English translation in "English.lng" file. It's fixed now .
Thank you for adding this version on download page!
Now I reply to your questions .
Nothing except in the Statistics windows. ;-)What was missing as translation strings except in the Statistics window?
Here you can find strings I have added:
Code: Select all
[MainWindow]
ActionStretchList.Caption=&Stretch list
ActionStretchList.Hint=Stretch list|Stretch the list to the right
ActionDisplayHTML.Caption=&Display HTML
ActionDisplayHTML.Hint=Display HTML|Display movie infomation according to HTML template
ActionDisplayThumbnails.Caption=Display as &thumbnails
ActionDisplayThumbnails.Hint=Display as thumbnails|Display the movie list as thumbnails
ActionSortAscend.Caption=Ascending
ActionSortAscend.Hint=|Sort in ascending order
ActionSortDescend.Caption=Descending
ActionSortDescend.Hint=|Sort in descending order
ActionMovieRandom.Caption=&Random
ActionMovieRandom.Hint=Random|Random selection
ActionMenuSort.Caption=&Sort by
ActionMenuSort.Hint=Sort movies|Sort by a specified field the movies of the list
Messages.Strings.String[33]=|Sort by %s
[OptionsWin]
LHHTMLTemplate.Caption=HTML Template
EHTMLTemplate.ButtonHint=Browse...|Select file
LGridTextSize.Caption=Number of characteres by section in grid mode (0 = no limit):
LGridTextSize.Hint=|The sections FormatedTitle, OriginalTitle and TranslatedTitle are not affected
CBGroupMulti.Caption=Make groups with values in multi field separated by:
CBGroupMulti.Hint=|For multi fields such as Category, Actors, Languages, Subtitles...
EGroupMultiSep.Hint=|Separtor to delimite values in multi field
CBGroupMultiRmAllP.Caption=Remove values between parentheses for all multi fields
CBGroupMultiRmAllP.Hint=|Field Actors by default + Others multi fields
CBGroupMultiAddPatch.Caption=Add patch to ignore parenthesis of (I, (II, (II, (IV... (XXX values
CBSortGroupsByCount.Caption=Sort groups by groups count
[StatsWin]
Messages.Strings.String[4]=< others >
lstCategories.Items.String[13]=Directors
lstCategories.Items.String[14]=Producers
lstCategories.Items.String[15]=Actors
Actually, I use AMCU as portable version so I didn't change anything about data files directory.You haven't changed anything about that yet I suppose ?
But if we change this, I thing we have to put an option to choose portable version or not .
I only use 2 new components (very easy to install):Did you use other new 3rd-party components? (one thing I was trying to avoid, as it is annoying to install a lot of these in Delphi)
- HTML Viewer Components 9.45 : http://pbear.com/htmlviewers.html
- rkSmartView v1.0 modified for Ant Movie Catalog Unofficial 3.7.0 : included in source package.
(official version of rkSmartView can be found on http://rmklever.com)
I have thought the same thing . No problem.So there would be versions 4.00 to 4.99: each version with new features increments that number, it avoids the problem to decide which number has to be incremented grin (then e.g. 4.00.1 if a release fixes only bugs)
Of course, no problem !I say "we" could release since I think that I could use your version as an official one (with you as co-author of course), as long was it follows the few things I was planning like the version number, and that translations and help files are maintained...
Yes, French and English translation !About that, I guess you only update the French translation file?
I have to update it...What about the help file?
In fact, I don't know where you found images, so I add 2 open source images (Random, HTML Viewer) but we can change them.And the toolbar images?
For the moment, I don't known.About adding new fields, I think that it would be better to decide a new file format rather than modify the current one...
We have to choose between compatibility and big change...
But in any case, I prefer XML because it is standard and readable by human .
PS: I update install and zip package because I have forgotten some English translation in "English.lng" file. It's fixed now .
For the icons I think links are in the help file.
I'll check that later and either send you the links or the icons collection.
There are several "themes", I do not know if it is useful to maintain all of them though.
Do not worry about portable version, for me it is very important that a program can work without install and directly on a USB key, so it will always be possible to run in different modes
At work I already properly migrated the software that we sell to make them compatible with UAC, I'll do it the same way for AMC/Ant Renamer...
I probably already made a few minor changes compared to the version which is available from my site, so I'll try to send you the info on what has to be changed to include these (I guess it is easier to consider that for the moment it is your version the "main" one, and I'll just submit you the changes I made + what to update for UAC compatibility).
I'll check that later and either send you the links or the icons collection.
There are several "themes", I do not know if it is useful to maintain all of them though.
Do not worry about portable version, for me it is very important that a program can work without install and directly on a USB key, so it will always be possible to run in different modes
At work I already properly migrated the software that we sell to make them compatible with UAC, I'll do it the same way for AMC/Ant Renamer...
I probably already made a few minor changes compared to the version which is available from my site, so I'll try to send you the info on what has to be changed to include these (I guess it is easier to consider that for the moment it is your version the "main" one, and I'll just submit you the changes I made + what to update for UAC compatibility).