Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Scan Files

Hybrid View

  1. #1

    Scan Files

    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

  2. #2
    hold shift key down when scanning

    scanning - generates image preview thumbnails that is all.

  3. #3
    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!

  4. #4
    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.

  5. #5
    the way it works is lame. particularily with lots of files.

  6. #6
    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

  7. #7
    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!

  8. #8
    Quote Originally Posted by technick
    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?

  9. #9
    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

  10. #10
    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-

    Code:
    <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.

    Code:
    <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.

Similar Threads

  1. What is a scan convertor?
    By samsc in forum Catalyst Technology questions
    Replies: 1
    Last Post: 07-03-2007, 10:41 PM
  2. default files
    By RonaldBeal in forum Catalyst Software
    Replies: 9
    Last Post: 16-06-2005, 01:23 AM
  3. How about QuickTime VR files??
    By peppe in forum Catalyst Feature requests
    Replies: 4
    Last Post: 03-02-2005, 08:02 AM
  4. folsom viewmax-dvi scan convertor
    By samsc in forum Catalyst Technology questions
    Replies: 0
    Last Post: 12-03-2004, 04:19 PM
  5. scan convertor
    By samsc in forum Catalyst Technology questions
    Replies: 0
    Last Post: 11-12-2003, 02:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •