[FR][EN] Ant Movie Catalog 4.2.1 (04/11/17)

Comments on existing version & Suggestions for future versions. If you want a new feature suggest it here. Discussions about beta versions also come in this section.
elman
Posts: 226
Joined: 2005-01-03 09:05:35

Post by elman »

doveman wrote:If I export my Catalog to XML, with "Individual pages and pictures filename style" set to "Movie Title" in Preferences, it just gives the pictures the catalog number like _1.jpg
Same here (e.g. "_Don't Be Afraid of the Dark.jpg"). This new version introduced bug that underscore is prefixed to saved pictures. I'm using "Use formatted movie title".

Update: it actually adds underscore even if "Keep original name" is selected.
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

I found the bug. I just forgot a test. It will be corrected.
Sorry !

Soulsnake.
spiderman
Posts: 51
Joined: 2008-08-14 17:58:38

Post by spiderman »

how can i view the customfields in the internal HTML viewer?
i tried to modify a template, but i can't extract any info.

thanks in advanced for your answer
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

It is written in help file.
$$ITEM_CF_ + custom field TAG in upper case = Custom field value
$$LABEL_CF_ + custom field TAG in upper case = Label of custom field
You can also use export window (HTML) to format your html template for display.

Soulsnake.
spiderman
Posts: 51
Joined: 2008-08-14 17:58:38

Post by spiderman »

soulsnake wrote:It is written in help file.
$$ITEM_CF_ + custom field TAG in upper case = Custom field value
$$LABEL_CF_ + custom field TAG in upper case = Label of custom field
You can also use export window (HTML) to format your html template for display.

Soulsnake.
thanks,

i should read the help topics :/
Dadeo
Posts: 10
Joined: 2007-02-27 07:26:12

Dates unchecked when opening AMC3 database

Post by Dadeo »

Hi Soulsnake:

I started testing latest v4.10 Dec 20/2011 but I still have date issues! I tried to read all the posts about the date formats, but I could not find the answer to this specific issue. I apologize if I missed it!

In v3.5.1 in my XML DB, the dates in the 'Date added' field are all checked and work correctly. But as soon as I open the same XML db in v4.1.0 many of them are not checked (although many of them still are). I cannot figure out why some are still checked and others are not :??:

The data is still there and appears correct in the DB XML file. But I cannot see where the checked flag is set.

As you know I am using AMC with MyFilms in MediaPortal. My Default sort view is by date added, so I really need it to work to be able to use AMC4.1.0.

Thanks for all your work on 4.1.0 It is really exciting and I can't wait until MyFilms supports all the custom fields!

EDIT: If I save the catalog in AMC format (not XML) in v3.5.1, then open it in v4.1.0 the dates are all correctly checked. Then if I save it in XML format in v4.1.0 the dates remain correct. So at least that is a good workaround.
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

I found the bug.
It will be corrected! ;)
Thanks!

About date, it is checked only if date is not empty and is in a good format.
So, here the bug is a problem of conversion.

Soulsnake.
Last edited by soulsnake on 2011-12-25 08:53:37, edited 1 time in total.
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

Ant Movie Catalog 4.1.0 (24/12/11) released ! :grinking:

The version 4.1.0 is now released as official version (4.1.0.2), replacing the good old 3.5.x series which lasted for a few years.

Please see first post for more details! ;)

Merry Christmas
Wotan
Posts: 68
Joined: 2007-12-26 23:09:41

Post by Wotan »

Thanks soulsnake, and Merry Christmas to you as well!
Teebee
Posts: 111
Joined: 2005-06-04 10:46:56

Post by Teebee »

Thanks soulsnake, Merry Christmas and a happy 2012 to you, aswell all for all the others !


Question:

if i want 2 urls saved, and i add an extra field, do i need to edit the script so it uses the right field?

eg. I import all data from imdb, but i use moviemeter.nl as a second one to get description and picture, but i also want to store the moviemeter url.
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

Thanks! :)
Question:

if i want 2 urls saved, and i add an extra field, do i need to edit the script so it uses the right field?

eg. I import all data from imdb, but i use moviemeter.nl as a second one to get description and picture, but i also want to store the moviemeter url.
Yes you have to change the script to use your custom field.
E.g. You can replace

Code: Select all

SetField(fieldUrl, Value)
by

Code: Select all

SetCustomField('YourCustomFieldTag', Value)
Soulsnake.
Teebee
Posts: 111
Joined: 2005-06-04 10:46:56

Post by Teebee »

well, when i tried this, i always get an script error: (unknown identifier: MOVIEMETER at line 17)

i tried both:
SetCustomField(fieldMoviemeter, Address);
or
SetCustomField(Moviemeter, Address);

and

SetField(fieldURL, Address);
SetCustomField(fieldMoviemeter, value);


but i always get that same error

I named the custom field like thiIs:
TAG: Moviemeter
Name: Moviemeter


what am i doing wrong?
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

what am i doing wrong?
The first parameter is a string. You forgot ''.
Try like this: SetCustomField('Moviemeter', Address);

Soulsnake.
doveman
Posts: 32
Joined: 2011-09-17 09:58:35

Post by doveman »

When I do a BatchMode grab, sometimes I get a socket error or unable to connect error on certain films. Is there any way to auto-skip over these, because at the moment it just sits there waiting for me to click OK, meaning if I go away and come back I can find it's barely got anywhere.

There also doesn't seem to be any indication of which entry it's currently on and that would be useful to see how much more it's got to do. Also, it doesn't seem possible to cancel a BatchMode run as it just moves straight onto the next entry if I click the Cancel button.
Moerges
Posts: 9
Joined: 2007-02-19 14:15:13

Post by Moerges »

Thank you very much, soulsnake, for all your work on making this already great application even greater. :)

It's very much appreciated.
Wotan
Posts: 68
Joined: 2007-12-26 23:09:41

Post by Wotan »

The import function, for "Media files". Could you add the option to use folder as title? I always put each movie in its folder, along with cover/poster etc.
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

When I do a BatchMode grab, sometimes I get a socket error or unable to connect error on certain films. Is there any way to auto-skip over these, because at the moment it just sits there waiting for me to click OK, meaning if I go away and come back I can find it's barely got anywhere.

There also doesn't seem to be any indication of which entry it's currently on and that would be useful to see how much more it's got to do. Also, it doesn't seem possible to cancel a BatchMode run as it just moves straight onto the next entry if I click the Cancel button.
I will see that.
You can stop a script at any time, by clicking on stop button.
Thank you very much, soulsnake, for all your work on making this already great application even greater.

It's very much appreciated.
Thanks!
The import function, for "Media files". Could you add the option to use folder as title? I always put each movie in its folder, along with cover/poster etc.
I will add too, don't worry. ;)
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

soulsnake wrote: You can stop a script at any time, by clicking on stop button.
The problem is that if the script executes fast, you do not always have the time to click that button between two windows displayed (e.g. picktreelist or message boxes)
I do not know what could be a good way to "solve" that.
Wotan
Posts: 68
Joined: 2007-12-26 23:09:41

Post by Wotan »

soulsnake wrote:
The import function, for "Media files". Could you add the option to use folder as title? I always put each movie in its folder, along with cover/poster etc.
I will add too, don't worry. ;)
Thanks! :)
gangdeshach
Posts: 30
Joined: 2010-11-18 10:42:47

Post by gangdeshach »

hello ,

je ne sais pas si ca vient de moi mais je trouve que les sauvegardes au format .amc sont devenu plus lente avec la dernière version sur xp .


hello,

I do not know if it just me, but I find the backups in. amc have become slower with the latest version of xp
Post Reply