Search found 17 matches

by tiagoaquino
2019-01-12 12:01:29
Forum: Ant Movie Catalog > Templates
Topic: Template for dynamic web page view version 4.0
Replies: 93
Views: 81585

Re: Template for dynamic web page view version 4.0

Ok.. does someone still have the source files?
by tiagoaquino
2017-10-02 03:38:54
Forum: Ant Movie Catalog > Scripts
Topic: [REQ] Fetch IMDb Plot Keywords
Replies: 1
Views: 794

I ended up doing it:
// Keywords
begin
sleep(50);
Value := MovieUrl;
FullValue := ConvertToASCII(GetPage(Value+'/keywords'));
Value := TextBetween(FullValue, 'soda sodavote','</table>');
FullValue := '';
Value2 := StringReplace(TextBetween(Value, 'data-item-keyword="','">'),'-',' ');
while ...
by tiagoaquino
2017-10-01 22:03:47
Forum: Ant Movie Catalog > Scripts
Topic: [REQ] Fetch IMDb Plot Keywords
Replies: 1
Views: 794

[REQ] Fetch IMDb Plot Keywords

Would be great to fetch movies plot keywords from IMDb. In this example: http://www.imdb.com/title/tt0211915/keywords

There are 145 plot Keywords that would make browsing for a movie more accurate.

Looking into its html code, it's a matter of finding 'data-item-keyword' term. I'd love to know how ...
by tiagoaquino
2017-05-15 18:12:51
Forum: Ant Movie Catalog > Scripts
Topic: Script for export to Kodi ( 15.x tested)
Replies: 6
Views: 4492

Ok.. now how it came out:

Director, Country, Genre and Actors may be multiple values. There's also some Custom Fields on this script for SortTitle and Set tags (more info in Kodi documentation: http://kodi.wiki/view/NFO_files/Movies), if you don't use it, you leave it commented ...
by tiagoaquino
2017-05-15 17:55:33
Forum: Ant Movie Catalog > Scripts
Topic: Script for export to Kodi ( 15.x tested)
Replies: 6
Views: 4492

tiagoaquino wrote:is there a way to remove leading and trailing spaces?
fulltrim(sAux) does it! Done!
by tiagoaquino
2017-05-15 17:40:37
Forum: Ant Movie Catalog > Scripts
Topic: Script for export to Kodi ( 15.x tested)
Replies: 6
Views: 4492

It should not be very difficult indeed, if you add a "uses StringUtils1;" at the top (after the "program" line) you can use a function "TextBefore" that can be useful for that.
e.g.: (there is probably cleaner way to do that, it is just quickly written code)

var
Actors, s: String;

Actors ...
by tiagoaquino
2017-05-15 04:10:24
Forum: Ant Movie Catalog > Scripts
Topic: Script for export to Kodi ( 15.x tested)
Replies: 6
Views: 4492

Nice...

I found it really interesting and I'm trying to improve it.. But I ended up facing some difficulties, I hope this community is able to help.

In ANT, we can add multiple actors (or genres) by adding a comma (,) between them. In Kodi we must add them individually in their on tags. As I'm familiar ...
by tiagoaquino
2016-12-26 15:39:02
Forum: Ant Movie Catalog > Scripts
Topic: adorocinema.com
Replies: 12
Views: 6204

Atualização

A última versão de script q tenho aqui é uma 4.0. Já não funciona com o adorocinema. Alguém atualiza?
by tiagoaquino
2011-05-20 03:18:44
Forum: Ant Movie Catalog > Templates
Topic: Template for dynamic web page view version 4.0
Replies: 93
Views: 81585

Re: Hey pal.. another doubt...

I'm editing a layoutX.xml...

Is it possible to add a picture together with the title?

That's basically what I'm trying to do:

<text style="h1">movie.getAttribute('TranslatedTitle')</text><flag style="em" src="movie.getAttribute('Country')" text="true" group="false" lf="false"/>



I've seen ...
by tiagoaquino
2011-05-19 02:46:37
Forum: Ant Movie Catalog > Templates
Topic: Template for dynamic web page view version 4.0
Replies: 93
Views: 81585

Hey pal.. another doubt...

I'm editing a layoutX.xml...

Is it possible to add a picture together with the title?

That's basically what I'm trying to do:

<text style="h1">movie.getAttribute('TranslatedTitle')</text><flag style="em" src="movie.getAttribute('Country')" text="true" group="false" lf="false"/>



I've seen it ...
by tiagoaquino
2011-05-12 06:06:22
Forum: Ant Movie Catalog > Templates
Topic: Template for dynamic web page view version 4.0
Replies: 93
Views: 81585

bonienl wrote:
tiagoaquino wrote:r u interested in the portuguese translation?
Any language is welcome, my pleasure to add Portuguese...
I wish AMC included this on the release package... The availables templates are reaaaaaaally bad..
by tiagoaquino
2011-05-12 05:10:45
Forum: Ant Movie Catalog > Templates
Topic: Template for dynamic web page view version 4.0
Replies: 93
Views: 81585

bonienl wrote:Template has been tested on Internet Explorer, Firefox and Chrome.

Which version of Chrome are you using?
11.0.696.65
r u interested in the portuguese translation?
by tiagoaquino
2011-05-11 23:40:43
Forum: Ant Movie Catalog > Templates
Topic: Template for dynamic web page view version 4.0
Replies: 93
Views: 81585

parfait

works great on firefox and IE..
still cant in chrome.. but i'll figure out that.. =)

Congrats! It's a GREAT template. Best ever.

I'm gonna start translating it into portuguese now.. and modify it a little bit =)
by tiagoaquino
2011-05-11 14:48:45
Forum: Ant Movie Catalog > Templates
Topic: Template for dynamic web page view version 4.0
Replies: 93
Views: 81585

bonienl wrote:Does the preview work for you guys?
the preview works great...
i've tried on chrome, IE and firefox... all latest versions.

that's the reason i asked u about settings... if you could zip the folder (used in preview) and upload it we would be able to compare..
by tiagoaquino
2011-05-10 05:02:30
Forum: Ant Movie Catalog > Templates
Topic: Template for dynamic web page view version 4.0
Replies: 93
Views: 81585

@tiagoaquino

When the XML file is not loading it could be a problem with the file itself, usually caused by unprintable characters in it, which are then not accepted by the browser.

To test this: load the XML file ("movies.xml") directly into your browser (CTRL-O) and observe any error message ...
by tiagoaquino
2011-05-08 19:50:47
Forum: Ant Movie Catalog > Templates
Topic: Template for dynamic web page view version 4.0
Replies: 93
Views: 81585

Subbat wrote::grinking: Cool... and congratulation...

Et tu n'as pas chômé depuis la beta... je découvre plein de choses nouvelles...

Merci à toi pour ce beau travail ;)
could you tell me your amc settings?
by tiagoaquino
2011-05-08 19:21:38
Forum: Ant Movie Catalog > Templates
Topic: Template for dynamic web page view version 4.0
Replies: 93
Views: 81585

not yet...

I've tried everything... followed the manual entirely.

Please let me know your AMC settings regarding Movie Information and Export tabs...

there is other thing.. AMC is not adding 0 before lower numbers in image pictures... is it ok?

more information: it loads the index.html but keeps loading the ...