Search found 14 matches
- 2009-03-30 21:19:16
- Forum: Ant Movie Catalog > Scripts
- Topic: Comment Field With Linebreaks to TStringList?
- Replies: 1
- Views: 1190
Comment Field With Linebreaks to TStringList?
Can you convert the comment field to a TstringList with the built in functions in the Scripting engine? I'm trying to navigate through a list of Extra fields that i manage in the comments field and i haven't been able to figure out how to convert the comment field into a tstringlist it simply delete...
- 2008-11-29 07:42:24
- Forum: Ant Movie Catalog > Scripts
- Topic: XBMC-NFO script update
- Replies: 13
- Views: 9337
XBMC-NFO script update
(*************************************************** Ant Movie Catalog importation script www.antp.be/software/moviecatalog/ [Infos] Authors=Nicezia Title=XBMC .nfo Export Description=Exports Movies to individual .nfo files that XBMC can read for movie Information Site= Language=? Version=1.0.32 Re...
- 2008-11-17 00:25:39
- Forum: Ant Movie Catalog > Scripts
- Topic: Export Images through scripting?
- Replies: 1
- Views: 970
Export Images through scripting?
Is there any way to export the images from a catalog through scripting?
- 2008-10-22 03:34:47
- Forum: Ant Movie Catalog > Scripts
- Topic: Select Folder
- Replies: 7
- Views: 2704
Re: Select Folder
yeah pretty much figuired out load and save files
but i appreciate the input
but i appreciate the input
- 2008-10-20 20:35:11
- Forum: Ant Movie Catalog > Scripts
- Topic: Suggestion
- Replies: 12
- Views: 5149
Sure, if that script could be useful to other people I would be glad to include it with other scripts ;) here it is, suprisingly it took very little code to do this task (*************************************************** Ant Movie Catalog importation script www.antp.be/software/moviecatalog/ [Inf...
- 2008-10-19 14:01:12
- Forum: Ant Movie Catalog > Scripts
- Topic: Select Folder
- Replies: 7
- Views: 2704
Re: Select Folder
is there a alternate command to display a directory select dialog? or is that an unrealistic approach as far as scripting goes? Well, I guess it should be possible to build some kind of selection menu using PickTree and ListDirectory nevertheless. Analyze the ListDirectory results, list the directo...
- 2008-10-19 10:10:45
- Forum: Ant Movie Catalog > Scripts
- Topic: Select Folder
- Replies: 7
- Views: 2704
Only few basic functions were added to the script engine. As far as I know, only way to input a folder name is to ask the user to type it or to copy/paste it :D well if that's the case, i need to know if there are a few functions in there, specifically : 'WriteLn', 'ReadLn' and other file specific ...
- 2008-10-19 10:08:49
- Forum: Ant Movie Catalog > Scripts
- Topic: Select Folder
- Replies: 7
- Views: 2704
- 2008-10-19 09:29:59
- Forum: Ant Movie Catalog > Scripts
- Topic: Select Folder
- Replies: 7
- Views: 2704
Select Folder
is there anyway to select a folder through scripting
I've been checking out delphi pages, and SelectDirectory doesn't seem to work in the scripting engine.
is there a alternate command to display a directory select dialog? or is that an unrealistic approach as far as scripting goes?
I've been checking out delphi pages, and SelectDirectory doesn't seem to work in the scripting engine.
is there a alternate command to display a directory select dialog? or is that an unrealistic approach as far as scripting goes?
- 2008-10-19 06:25:15
- Forum: Ant Movie Catalog > Scripts
- Topic: Suggestion
- Replies: 12
- Views: 5149
So here is a small function which will convert actors list to xml Much appreciated!!! You probably already know this but you da man!!!!!!! :hihi: Just so to let you know thanks to that little snippet, I was able to write an entire script from scratch to do EXACTLEY WHAT I NEED, (the scripting model...
- 2008-10-17 22:12:19
- Forum: Ant Movie Catalog > Scripts
- Topic: Suggestion
- Replies: 12
- Views: 5149
- 2008-10-17 22:02:47
- Forum: Ant Movie Catalog > Scripts
- Topic: Suggestion
- Replies: 12
- Views: 5149
I have written a script that does an export for each movie to a .nfo file, you place the nfo file with the movie and xbmc will recognize it ... it isn't yet working perfect (for me it does, but I have changed some fields) You mind if i borrow that script? How about parsing Actors, how is that handl...
- 2008-10-17 06:23:44
- Forum: Ant Movie Catalog > Scripts
- Topic: Suggestion
- Replies: 12
- Views: 5149
You want to export a separate XML file for every film ? This could easily be done using AMC's scripting engine. That would be good and all, but I know jack about whatever format the scripts are in. If i knew what i was doing in the scripts i probably wouldn't be here asking for this feature... I'm ...
- 2008-10-17 05:26:17
- Forum: Ant Movie Catalog > Scripts
- Topic: Suggestion
- Replies: 12
- Views: 5149
Suggestion
I am using XBMC as my Video Player, as most of my Movies are archived on external harddrives. Is it possible to make an export individual movies to XML format that XBMC can use? The XML structure is pretty easy for XBMC as i can outline ith here <movie> <title>Who knows</title> <originaltitle>Who kn...