ANT VIEWER

Comments about the other programs available from my site
Post Reply
toadnam
Posts: 1
Joined: 2012-01-14 10:58:46
Location: France

ANT VIEWER

Post by toadnam »

Bonjour,

voilà j'ai un soucis avec antviewer et vu que vous savez programmer vous allez peut etre me dire d'où cela provient. Je lance antviewer avec le catalogue 'sample.amc' et il me l'ouvre sans probleme. Par contre dès que je rajoute un film sur ant movie catalog et que je sauvegarde. Je relance antviewer et là il me mets cette erreur à l'ouverture du fichier : "" unable to load file : ... sample.amc": Cannot identify file type from header".
J'ai essayé de desinstaller les logiciels , de redemarrer. Je suis sous windows 7.

J'attends avec impatience une reponse à mon probleme.

Merci d'avance
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Bonjour,
Le viewer doit encore être mis à jour pour supporter les catalogues de la version 4 d'AMC,
viewtopic.php?t=4950
viewtopic.php?t=4957
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Viewer mis à jour, dispo sur http://update.antp.be/amc/viewer/
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

Hi,

I update Ant Viewer to add full custom fields support and fix some bugs ;).

--------------------------------------------------------------------------
Change log
--------------------------------------------------------------------------

Version 1.8.0 (May 30, 2012) by Mickaël Vanneufville
- Add full support of custom fields made by Ant Movie Catalog 4.1 (display, play, sort by, group by, search)
- Add natural sort (detect number automatically) instead of normal sort for strings comparison
- Width of movie list can now be resized normally (without bug display) and it is saved in Config.ini
- Limit search result to 40 movies to avoid an address overflow
- Disable "go back" button when there is no history
- Clear navigation history during loading of new catalog to avoid to go back on an old invalid address
- Fix a "BIG" memory leak during images loading
- Clear images cache before to navigate to a new address to limit the use of memory

--------------------------------------------------------------------------
Download
--------------------------------------------------------------------------

AntViewer 1.8.0 Installer : http://mickaelvanneufville.online.fr/AM ... _1.8.0.exe
AntViewer 1.8.0 Source code : http://mickaelvanneufville.online.fr/AM ... _1.8.0.zip

Soulsnake.
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Nice, thanks :) I'll add that on the download page
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

Hi,

I rebuilt previous release with last NatCompare function to sort strings in natural order ;). I changed this function a little to compare letters that contain diacritics correctly.

--------------------------------------------------------------------------
Change log
--------------------------------------------------------------------------

Version 1.8.0b (June 10, 2012) by Mickaël Vanneufville
- Add full support of custom fields made by Ant Movie Catalog 4.1 (display, play, sort by, group by, search)
- Add natural comparison (detect number automatically) to sort strings
- Width of movie list can now be resized normally (without bug display) and it is saved in Config.ini
- Limit search result to 40 movies to avoid an address overflow
- Disable "go back" button when there is no history
- Clear navigation history during loading of new catalog to avoid to go back on an old invalid address
- Fix a "BIG" memory leak during images loading
- Clear images cache before to navigate to a new address to limit the use of memory

--------------------------------------------------------------------------
Download
--------------------------------------------------------------------------

AntViewer 1.8.0 Installer : http://mickaelvanneufville.online.fr/AM ... _1.8.0.exe
AntViewer 1.8.0 Source code : http://mickaelvanneufville.online.fr/AM ... _1.8.0.zip

Soulsnake.
ftfb
Posts: 3
Joined: 2012-06-29 23:37:03

Post by ftfb »

Thank you for continuing to provide support for this great program. Would this be an appropriate place to make a couple of suggestions for future builds? Thanks in advance for your help
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

I do not know if soulsnake would do more work on that program in addition of what he does on AMC itself... you can always suggest if you wish, though ;)
ftfb
Posts: 3
Joined: 2012-06-29 23:37:03

Post by ftfb »

Quite understandable. I'll post a couple suggestions and maybe they work their way into a future build? no pressure.

1. Add "media label" to the list of choices in settings/general/title in left panel options.

2. Allow group by Country to display the way group by Category does. Splitting up multiple entries rather than creating a new unique grouping.

Current example:
USA, Canada, Hungary (1)
USA, Canada (73)
USA (489)
Canada (252)
Hungary (46)

Proposed example:
USA (563)
Canada (326)
Hungary (47)

hopefully that makes sense? unless of course these options already exist somewhere and I'm just oblivious? Thanks again!
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

Ok I will add this in next release (v1.8.1).

Soulsnake.
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

Hi,

I update Ant Viewer ;).

--------------------------------------------------------------------------
Change log
--------------------------------------------------------------------------

Version 1.8.1 (July 8, 2012) by Mickaël Vanneufville
- Add possibility to choose Media label as title in movie list (settings > general > title in left panel)
- Add grouping on multiple values (separated by ',') for this fields: Country, Media type, Video format and Audio format

--------------------------------------------------------------------------
Download
--------------------------------------------------------------------------

AntViewer 1.8.1 Installer : http://mickaelvanneufville.online.fr/AM ... _1.8.1.exe
AntViewer 1.8.1 Source code : http://mickaelvanneufville.online.fr/AM ... _1.8.1.zip

Soulsnake.
Bily
Posts: 9
Joined: 2012-07-04 16:51:58

Anyway to make the IMDB urls hotlinks?

Post by Bily »

I added the code for the IMDB url to the template for the right side display in Antviewer but it is not a clickable hotlink.
Is there any way at my end to alter the code to have the url open in my browser?
Thanks. Great software!
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

Hi,

You can add this line to the default template:

Code: Select all

<p><b>URL<br></b><a href="$URL">$URL</a></p>
This will open the webpage in Ant Viewer when you click on link.

Soulsnake.
Bily
Posts: 9
Joined: 2012-07-04 16:51:58

Post by Bily »

Thanks! You are GOOD! I struggled for hours with that one. Even tried <a href=, etc. So simple. :grinking:
ftfb
Posts: 3
Joined: 2012-06-29 23:37:03

Post by ftfb »

Just wanted to stop back in and say Thank You for update soulsnake! Amazing and Blazing fast! cheers! :grinking:
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

Hi,

I update Ant Viewer to support AMC 4.2.0 ;).

--------------------------------------------------------------------------
Change log
--------------------------------------------------------------------------

Version 1.9.0 (April 20, 2014) by Mickaël Vanneufville
- Add full support of new movie fields made by Ant Movie Catalog 4.2 (display, settings, play, sort by, group by, search)
- Add support of extras made by Ant Movie Catalog 4.2 (display, settings)
- Add more movie tags for display ($RECNR, $LARGEPICTURE, $MEDIUMPICTURE, $TINYPICTURE, ...)
- Add more movie fields for sorting and grouping (Size, Checked, Color Tag, URL, ...)
- Reorganize movie fields, custom fields and extra fields menus to be more clear
- Fix a bug display with empty ratings
- Fix a bug display with custom fields of type date

--------------------------------------------------------------------------
Download
--------------------------------------------------------------------------

AntViewer 1.9.0 Installer : http://mickaelvanneufville.online.fr/AM ... _1.9.0.exe
AntViewer 1.9.0 Source code : http://mickaelvanneufville.online.fr/AM ... _1.9.0.zip

Soulsnake.
vjsp90
Posts: 4
Joined: 2015-01-19 21:22:21

Post by vjsp90 »

I think I have found a bug.

If you have a text custom field, the viewer doesn't respect the line breaks.
Post Reply