Congratulations on version 4.2 !!!


I have a few suggestions regarding it:
1.:
I always thought about being able to keep a record of the episodes of a series with AMC. At the moment I can do this by writing the episodes of a series in a separate AMC. Making the Extra field was a great idea and makes it easier to keep a list of episodes. Only a few pieces of information are needed for each episode, like series name, episode number, episode title, description, and maybe the date. These could be written into the appropriate Extra fields. It would be nice to have a method to be able to export extra records from AMC records, or import from AMC into the Extra field (and not only pictures).
Note: It would have been better if the extra fields had the same structure as the AMC, and all the options could be used with the extra fields. For example: Excel import, html template, etc.
2.:
Also, it would be nice to have variables named $$ITEM_EXTRA_COUNT and $$ITEM_GROUP_COUNT
$$ITEM_EXTRA_BEGIN(snapshot,,1, $$ITEM_EXTRA_COUNT) ... $$ITEM_EXTRA_END
is a very effective solution, but I don't know the parameters.
It would be nice if there was a $$ITEM_GROUP_BEGIN and $$ITEM_GROUP_END
for example like this:
$$ITEM_GROUP_BEGIN($$ITEM_GROUPBY,,1,$$ITEM_GROUP_COUNT)
...
$$ITEM_GROUP_END
The first parameter would be the name of the Group, and all the additional parameters would be similar to the extras.
And this would affect the entries present in a given Group.
These work with AMC records!!!