Search found 2 matches

by chfau
2008-04-28 10:48:03
Forum: Ant Movie Catalog > Scripts
Topic: Imorting hundreds of AVI-s
Replies: 47
Views: 88556

Ux script

What would be the effect of editing the xml file & removing the lins containing those strings ? e.g a ux script might do the trick: (ccc.xml being my ANT xml db) #!/bin/sh IFSold=$IFS IFS=\" grepoutput=`diff avilist.csv_old avilist.csv | grep "<" | cut -d";" -f2` for nam...
by chfau
2008-04-27 17:49:49
Forum: Ant Movie Catalog > Scripts
Topic: Imorting hundreds of AVI-s
Replies: 47
Views: 88556

Hi guys, as there is currently no feature to watch a folder for new/removed movies, I was thinking of launching avilist via command line to generate a new .csv file, then use diff & add the new movies to ANT. But Avilist does not seem to use command line ? Does medialistexport do this? Is there ...