m a x
Да к многим не "цеплял" картинки. Вот, например - http://sharereactor.ru/cgi-bin/mzinfo.cgi?id=2097
Да к многим не "цеплял" картинки. Вот, например - http://sharereactor.ru/cgi-bin/mzinfo.cgi?id=2097
Link to MediaInfo.dll to import info from files other than AVI: OGM, MKV, RM, WMV files are supported. It does not seem to work very well with DVD's IFO/VOB, and some OGM files are refused too, but I do not know why.
- Completely reworked scripts window. Now scripts can define options that can be changed easily by users, and you can specify which fields can be modified. Few new functions have also been added. The Results window has been redesigned.
- Debug functionnalities for scripts : step by step execution, breakpoints, variables watch list, etc.
- Scripting engine can now use external files : when you put a unit name in the "uses" of a script (.ifs file) it will search for a file named like this unit and having a .pas or .ifs extension
- "Import picture" and "Link picture" have been merged, radio-buttons are now displayed in the "Select picture" window. An option in Preferences window has been added to specify if you prefer to store or link the picture, so it is not needed anymore to modify scripts for that.
- Export, Print, Statistics and Script windows now have an option to include all movies, or only the selected, checked or visible ones.
- Separated language Window displayed the first time that the program is launched; I hope that I will receive less e-mails of people asking how to change language
- Virtual field "Formatted Title" that can be used in sorting, so it is now possible to sort properly on the translated title. The "checked" field (checkboxes of the main window's list) has been added in the available fields too.
- "Rating" field can now have one decimal like on IMDB
- Field names can be used in printed reports, so they are translated too (usage: [label:fieldname] where "fieldname" is the same than what you use to display one of the field value)
- Group mode: Option added to put together the movies that were alone in their group
- Duplicate movie numbers are accepted (and for those that still want unique numbers, I added in the "Add movie" windows actions available in the case the new number already exists)
- Lots of small corrections and improvements
Люди, подскажите, столкнулся с такой проблемой: есть база в xml с кучей картинок, как перегнать в amc с сохранением картинок в базе?
Пробовал и 3.4 и 3.5, сохраняют amc, но картинки в базу не пакуют.
Чего делать :*)
Кстати, 4 бета весьма неплоха.
- HTML export: $$TOTALDISKS tag
- Import: option to allow duplicate numbers
- Main window: read picture filename is displayed as tooltip of the picture. It is also displayed when clicking the picture. The size of the image is displayed too
- Scripting results: when checking a non-modified field this field is not cleared (since new value is empty)
- Scripting engine: added a XML parser, see first post
- Scripting engine: modified the GetStatic/SetStatic since they were a little useless (global variables are also kept between two movies). Now their value is saved in scripts.ini (where is cached all script info, and the options/fields that the user selects). So a script can store a value that will be kept and readable in its future execution. Since scripts can theorically create windows directly by code (with buttons, fields, etc.) this could allow to create really nice things, but I have to test that before
- Ctrl+ and Ctrl- shortcuts to expand/collapse all groups on main window
- As usual, few bugs corrected
Еще вопрос: можно ли получать информацию (фреймрейт, размер, продолжительность и т.д.) для DVD-video и VideoCD (*.dat). Если да, то каким образом?
It corrects the annoying bug of infinite loop when grouping on some fields and inverting the sort order.
I hope it solves the bug for everybody. If you still have this problem and can reproduce it, it interests me.
I also added an item labelled "all" in the drop-down lists of the search window.
- scripting: option to specify it fields can be erased by an empty valueftp://ftp2.antp.be/antp/temp/amc350rc3.rar
- 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).
what's new in rc4:
- translation problems for search toolbar
- in statistics the "movie to include -> visible" option was not active when clicking on it
- year field did not accept values 1 or 0 (not useful for movie but some people use the program to catalog other things...)
- by default the option to group values alone in a group is disabled by default (too much mails from people that did not understood why the movies are not sorted like before )
- results window displays size of old and new picture
rc5 released (the rc4 had a short life ):
- replaced MediaInfo 0.4 by the new 0.5 version: importing info works much better now
- get info from file : length was not read for files other than AVI
- two minor bugs fixed
rc6 available:
- should support toolbar icon sets of sizes other than 16x16 (as long as the width of each icon is the same as the height of the picture)
- in some cases when selecting the whole list or some movies manually the scripting window would not open
- auto close of scripting window was not working when auto run last script was enabled
- added a /prefs params to specify a different config file. Can be useful if you use two translations (e.g. one for movies and one for books/games/comics/etc.)
You can make two shortcuts for that instead of copy the whole AMC folder somewhere else:
moviecatalog.exe catalogfile.amc /prefs prefsfile.xml
"catalogfile" is optional
"prefsfile" can be a full path or only a filename (then it goes in AMC folder).
if the prefs file does not exists, it will be created.
rc7 version released, I hope it's the last one (each time people find bugs )
- CSV import now imports picture like divxmanager/EMM import (it asks if you want to store them, copy them or link them)
- Help file updated (both English and French)
- Changed again some shortcuts
- Few other small things fixed,
Базируется на переводе для amc 3.4 от Alexei Chehowskoi (enigma@tula.net), автор самого первого перевода - Vitaliy Krivchikov (v_i_t@nm.ru)
Again an update, to include bug corrections of the week and language updates.
Link to MediaInfo.dll to import info from files other than AVI: OGM, MKV, RM, WMV, DVD (IFO/VOB).
Completely reworked scripts window. Now scripts can define options that can be changed easily by users. They can also specify which fields can be modified. Few new functions for scripts and a XML parser have been added. The Results window has been redesigned too.
Debugging functionnalities for scripts: step by step execution, breakpoints, variables watch list, etc.
Scripting engine can now use external files: when you put a unit name in the "uses" of a script it will search for a file named like this unit and having a .pas or .ifs extension in the same folder.
"Import picture" and "Link picture" have been merged, radio-buttons are now displayed in the "Select picture" window. Options in Preferences window has been added to specify if you prefer to store or link the picture, so it is not needed anymore to modify scripts for that.
Export, Print, Statistics and Script windows now have an option to include all movies, or only the selected, checked or visible ones.
Separated language window displayed the first time that the program is launched; I hope that I will receive less e-mails of people asking how to switch the program to French
Virtual field "Formatted Title" that can be used in sorting, so it is now possible to sort properly on the translated title. The "checked" field (checkboxes of the main window's list) has been added in the available fields too.
"Rating" field can now have one decimal like on IMDB.
Field names can be used in printed reports, so they are translated too (usage: [label:fieldname] where "fieldname" is the same than what you use to display one of the movie value).
Duplicate movie numbers are accepted (and for those that still want unique numbers, I added in the "Add movie" window some actions available in the case the new number already exists).
Group mode: Option added to put together the movies that were alone in their group. This is quite useful if you group movies by number of media label.
Some shortcuts changed in main window to make them more logical.
Lots of small corrections and improvements.
Страницы: 123456789101112131415161718192021222324252627282930313233343536373839404142
Предыдущая тема: Автоматическая установка программ