PDA

View Full Version : Scan Files



cat
22-10-2005, 10:25 AM
Hi Richard
Met you at Plasa with Svend and Ross, good chatting with you!
As you may remember I do content for them, Im working on a job at the moment, and I'm looking for ways to speed up the content uploading.
I was wondering whether it would be possible to scan specific folders instead of rescanning the whole library? Maybe it already is, and Im not aware of it!
On the system we have 2 custom folders, so it would be great to just drop the files in and scan just them, only save a bit of time I know, but times the number of times I do it every day, it adds up! Not to mention last minute changes in the dress rehearsal!
Cheers

Chris

samsc
22-10-2005, 12:38 PM
hold shift key down when scanning

scanning - generates image preview thumbnails that is all.

cat
23-10-2005, 11:49 AM
Been doing that, just seems odd to rescan directories that have already been thumbnailed, being able to tick which folders to scan would save the hassle! Theyre not set up in the most comfortable position to hold down keys for a few minutes!

samsc
23-10-2005, 10:00 PM
i could make quickscan a preference. and have a checkbox.

The reasoning is - that - you know the files havent changed- but my software doesnt.
adding a gui to a simple process i think is overkill.

ill have a think about this.

samsc
24-10-2005, 08:36 AM
the way it works is lame. particularily with lots of files.

cat
19-05-2007, 04:29 PM
Bump!

Working on a show with catalysts again, we've got 6000+ files in the library, had some really tight calls with dropping updated files in between rehearsals, it can take as long to scan in new files as the tracks being played, and the entire show has to wait before we're good to go! So even if its just a ini setting that can be modified to say just scan folder x and y not the whole library would be marvelous, cheers!!


Cat

technick
19-05-2007, 05:26 PM
Hi

Also scan files does not seem to remove redundant thumbnails which seems to slow down the web server. i've also had a crash due to files not found... do all files not get a thumbnail? if they don't could a blank file be generated? and the crash was on my desk not the catalyst so not completely your problem!

samsc
19-05-2007, 07:14 PM
Bump!

Working on a show with catalysts again, we've got 6000+ files in the library, had some really tight calls with dropping updated files in between rehearsals, it can take as long to scan in new files as the tracks being played, and the entire show has to wait before we're good to go! So even if its just a ini setting that can be modified to say just scan folder x and y not the whole library would be marvelous, cheers!!


Cat

suggest you split up your folders a little - if you dont use something why not move it elsewhere

samsc
19-05-2007, 07:16 PM
Hi

Also scan files does not seem to remove redundant thumbnails which seems to slow down the web server. i've also had a crash due to files not found... do all files not get a thumbnail? if they don't could a blank file be generated? and the crash was on my desk not the catalyst so not completely your problem!

if the crash is on the desk - it is really really not my problem!

which console is this?

technick
20-05-2007, 09:57 AM
The desk is a Chamsys MQ200. I was watching it quite closely and watching the web server window in catalyst control and it seems to be when it comes across a file not found but not everytime. Also once the webserver locked up. i can't remember the exact message but ... recieved and exiting spring to mind.

I'm going to harras Chris at Chamsys as well but was wondering if there is any tidying up i can do to try and make the thumbnail image access faster? I've already removed any random non image files that had snuck in to libary folders and removed all redundant librarys

samsc
20-05-2007, 12:15 PM
developing these kindof things with 3rd party hardware - is a complex endeavour.

how fast is the thumbnails at the moment?

---

there is no standard for this kindof thing -
suggest you get chris to look at the

catalyst webpage - files page-
http://localhost:8080/catws/files.html

if you look at the html source for this-


<MovieInfo folder=000 file=000 name="000openwhite.pct"/>

<tr>

<td height=30 width=71 valign=center><img src="Resources/_clear.gif" border=0 width=1 height=1 alt="">0</td>

<td width=69 valign=center><img src="Resources/_clear.gif" border=0 width=1 height=1 alt="">0</td>

<td width=138 valign=top><img src="Resources/_clear.gif" border=0 width=1 height=1 alt=""> <img src="Images/000_000.jpg" border = 0 width=80 height=60 alt="">

</td>

<td width=158 valign=center><img src="Resources/_clear.gif" border=0 width=1 height=1 alt="">000openwhite.pct</td>

<td width=225 valign=top><img src="Resources/_clear.gif" border=0 width=1 height=1 alt=""> </td>

</tr>


you will see that every file that is available has its own xml tag called 'MovieInfo' - this is my own xml tag - and you can do this type of thing with web pages - you can put your own information inside them.


<MovieInfo folder=000 file=000 name="000openwhite.pct"/>

chris needs to parse this file - and to look at all these tags in this file ( if he doesnt ) which will tell him exactly which files are there accessible in a library - and which are not.
He shouldnt need to be accessing any files that dont exist - as he can get a list of all the files that do exist.

I intend to add more information to this xml tag in future so he should not presume any parameter order, or parameter count - but thats a good thing about xml.
At the moment only the file folder, file, and name are indicated, in the future other types of information could be placed here.

cat
20-05-2007, 12:46 PM
Hi richard,
Its a weekly live TV show, we have to regulary look through all the folders for files to suit the songs every week, so splitting the library isnt really an option. Is it possible to put proxy files in so I could simply swap out the files and not rescan?
I've also managed to crash pixelmad a couple of times when adding new file to the library, scanning starts but wont quick scan when the shift is held, when completed pixelmad quits and reopens. Its still running fixtures when Im adding files, running dual screen on it, I only un fullscreen one output.

samsc
20-05-2007, 09:23 PM
Hi richard,
Its a weekly live TV show, we have to regulary look through all the folders for files to suit the songs every week, so splitting the library isnt really an option. Is it possible to put proxy files in so I could simply swap out the files and not rescan?
I've also managed to crash pixelmad a couple of times when adding new file to the library, scanning starts but wont quick scan when the shift is held, when completed pixelmad quits and reopens. Its still running fixtures when Im adding files, running dual screen on it, I only un fullscreen one output.

there are lots of options. i never seem to have time to get around to changing this - as basically it has worked ok ( but not perfect ) for many years.
it could be improved a lot.