Search found 5 matches

by ihelfe
2015-03-10 16:04:27
Forum: Ant Movie Catalog > Scripts
Topic: Problem exporting to UTF-8
Replies: 4
Views: 2171

Works perfectly, thank you
by ihelfe
2015-03-09 16:02:00
Forum: Ant Movie Catalog > Scripts
Topic: Problem exporting to UTF-8
Replies: 4
Views: 2171

The code characters are correct, but can you explain how and where in the script I would add them to the header without them becoming part of the visible text.
by ihelfe
2015-03-08 23:28:50
Forum: Ant Movie Catalog > Scripts
Topic: Problem exporting to UTF-8
Replies: 4
Views: 2171

Problem exporting to UTF-8

I am using a slightly modified version of XMBC.NFO for use with YAMJ, currently running AMC 4.2.0.2

Although I have OutToFile.Append(UTF8Encode(FormatedData + MovieDirector + MovieGenre + '</movie>')); the resultant NFO file is not UTF-8. What have I missed, do I need to fix?

Full Script
program ...
by ihelfe
2009-02-02 11:41:25
Forum: Ant Movie Catalog > Scripts
Topic: XBMC-NFO script update
Replies: 13
Views: 9674

Perfect = thank you very much
by ihelfe
2009-02-01 23:45:19
Forum: Ant Movie Catalog > Scripts
Topic: XBMC-NFO script update
Replies: 13
Views: 9674

HI,

I find this script really useful, but I have no experience of scripting.
I am using this with the YAMJ program on Popcorn Hour, which can now use XMC NFO files and would like to know how to change the URL Field

I have added

FormatedData := FormatedData +' <id>'+GetField(fieldURL) +'</id ...