Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Daan van Rooijen

Pages: 1 ... 4 5 [6] 7 8 ... 63
76
Yes - see Options | Prefs | Disks & Folders for lots of options.


77
Like it says: when you acquire a pro-level license, the watermark will be gone. There's no other way.

78
Options -> Customize -> Colors

Excellent Jens, thanks!

79
ThumbsPlus v10 Questions / Re: Can't get video to work
« on: 2020-07-08 15:21:40 »
Have you tried playing those videos in Windows Mediaplayer?  ThumbsPlus doesn't really play videos, it just tells Windows to do so (using the DirectShow functionality of Windows).

If your Windows system cannot play those files (except through 3d party players like VLC), have you tried..:

- to Identify the FourCC of a video that does not play correctly
- to Check which codec is handling that FourCC on your system?

Useful tools: G-Spot and Codec Tweak Tool.

On my antique system, I can use the FFDShow 'Video Decoder configuration' utility to assign FourCCs to the LibAVCodec decoder which always seems to work fine. Apparently newer systems that have the K-Lite codec pack installed use the 'LAV Video decoder' (still based on libavcodec) which may have a separate configuration tool - I don't know.

Side note: if you happen to have the Haali Media Splitter installed on your system, you may have to remove that and re-install the LAV filters or the K-Lite pack to get them to work correctly.

80
Quote
It seems that ThumbsPlus things I use a lot – galleries, keywords, annotation – are connected to how I happen to be navigating to the image.

Correct. ThumbsPlus identifies images (and matches them to their record in the database) by their full path. Depending on settings, type of medium and on whether it's a network environment, these elements may be used:

 - Server name
 - Drive volume label
 - Drive serial number (CD/DVD removable media)
 - Folder and subfolder names that lead to:
 - the Filename
 - Full UNC path

(note that drive letters are NOT used!)

Quote
I have 3 choices which until now I paid no attention to:
•   A path name starting with \\fieldcloud5\nasonly1\OURPICS...
•   A path name starting with \\192.168.1.90\nasonly1\OURPICS...
•   A path name starting with  N:\OURPICS…  (“N” is a mapped drive referring to the NAS location)

Yes. To avoid this, you have to be consistent in how you navigate to your images. Options | Preferences | Disks & Folders may help you by turning on/off some entries in the folder tree. You can make often-used long and tedious paths 'favorite folders' (Tree menu) so you can jump to them quickly.

Quote
It appears from spot checking through the galleries, that most thumbnails there happen use the \\fieldcloud5....path name.

Hint: You can display the path underneath each thumbnail, and sort the thumbnail view on path. Use the light bulb icon and the primary sorting field in the toolbar above the thumbnail listing.

Quote
SO:
•   Which of those methods of navigation is the best?  I thought that the mapped drive is best, since I can keep it the same and change NAS locations and configurations. But the gallery observation seems to contradict this.

I don't know if any method is always better than another, but I don't use a network myself. Theoretically one method might be faster or more reliable than the others. I think your preference for a mapped drive makes sense though.

Quote
•   Does the answer to this depend on how I originally navigate to the database location?  i.e. are some of these relative to that?

No. The location of the database file is irrelevant. But how you navigate to an image when you thumbnail it decides where in the tree it will show up. And if you later browse to it through a different path, TP won't recognize it and won't match it to the thumbnail record that it made for it earlier. At that point you could thumbnail it again, and you'll have two records for the same image. Well, you already found that out :)

Quote
How do I get the annotations, keywords and gallery membership information that exists only in thumbnails with other paths into those in the preferred path?

You might be able to use Access or MDB Viewer and/or Python to manipulate the database directly, but there's a simpler method. When you copy or move images around using ThumbsPlus, it will automatically update their database record to reflect the new location. So, you can use that to make all your images accessible through a single path, like this:

- First: Make sure that Options | Preferences | Thumbnails | Make Thumbnails Automatically is OFF

- Second: Make sure that you have good backups of your database and image files.

- Decide on which path you'll be using exclusively from now on. Let's call that the Master path.

- Make a new subfolder in it with a name like 'Oldpath-A'.

- Now go into the tree panel and open one of the 'wrong' old paths. Find the images (thumbnails) there that contain valuable data (keywords, annotations, user fields, gallery assignments).

 [side note: these functions may come in handy when you're finding/collecting images of interest: 'Include Child Folders' (right-click on folder name in tree) to see images in subfolders. 'Tag' thumbnails (INS or Thumbnail | Tag Selected). And Edit | Select by | Tagged. Note again that the thumbnail listing can show keywords, annotations and user fields below the thumbnails.]

- Move or drag&drop those valuable images into the OldPath-A subfolder of your Master folder. If they're in a folder structure that you want to preserve, I guess you'll have to do this on a (sub)folder by (sub)folder basis.

 [side note: of course, the master folder is the same physical location as the path from which your are moving the files. By making a subfolder and moving the images into that, you avoid that images will accidentally try to overwrite themselves]

- When done, make another subfolder there, OldPath-B, and repeat the last two steps for images that had been thumbnailed through the other wrong path.

- If any non-valuable thumbnails are still present at the old, 'bad' locations, you can select them and press Shift-Del to remove these thumbnail records from the database without deleting the actual image files. You can also do this with any non-valuable thumbnails in the Master path and its subfolders.

- When done, all your valuable images can be accessed through the master path. But you'll still want to move the ones in the OldPath-x subfolders to a different, final destination within the master path. Also, there may be non-thumbnailed images in/below the master path that you'll still want to thumbnail (and maybe assign keywords to, etc).

- After so much shuffling and deleting of records it may be a good idea to run Database | Advanced | Compact and Repair.

If you decide to use this method, it may be a good idea to start small with only one or a few files to see if everything works as expected. Good luck!

81
ThumbsPlus v10 Questions / Re: MYSQL
« on: 2020-06-16 15:39:43 »
Frankly it's all Greek to me  :-X

Are you sure that the ANSI quotes mode is active? Are you using the Unicode (not ANSI) version of the Mysql driver?

82
ThumbsPlus v10 Questions / Re: MYSQL
« on: 2020-06-16 14:51:36 »
I have no further thoughts for now (well, not on Msql :D ) but you may find a few more pointers in this topic:

http://forum.thumbsplus.com/forum/index.php?topic=5103.msg6179#msg6179

83
ThumbsPlus v10 Questions / Re: MYSQL
« on: 2020-06-16 09:22:02 »
Just some thoughts..:

Has the my.sql settings file changed, in particular the setting about ANSI quotes?
Have you tried running ThumbsPlus with full Admin rights?
Have you tried to (temporarily!) turn on tracing in Windows' ODBC panel?
In theory TP might be incompatible with your new Mysql version, but I have no details on what goes with which.
 

84
How would I use SQLite3? Thanks in advance.

Go to Database | New, give your new database a name and change its format to SQLite3. Set the thumbnail size and JPEG quality to your desired values and press Save. Experiment with it to see if you like its performance and reliability.

When you exit and re-launch TP, it may be using its regular Access type database again - this depends on your setting for 'initial database' in Options | Prefs | Startup.

85
I did. The image gets a little bit larger but still way smaller than the area of the thumbnail, i.e. still lots of white space. In the attached SS, the first two TN's have been remade.
The magnifying glass in the toolbar above the thumbnails shows that the thumbnail display is being magnified to 300%. Please reset that to 100%.

Then go to Options | Preferences | Thumbnails and verify that a large size, e.g. 320x320, has been set here (btw, it's best to use multiples of 8 for width and height).

Then go back to the thumbnails, press Ctrl-A to select all the files in the folder and press F3 to re-make them. They really should look good at that point.. hopefully they will.

p.s. Of course the increased thumbnail size comes at a price, which is that the database will reach its 2GB maximum size much sooner. If that is a concern, you may want to use the SQLite3 database format instead of the default Access format (Database | New). SQLite3 does not have a size limit. Or, maybe you can still use small thumbnails, but turn on the Preview of the file-under-the-cursor using Window | Show Panels | Preview. Yet another alternative is Options | Preferences | Thumbnail View | Enable Popup Tips, which shows a magnified thumbnail when the mouse pointer hovers over a file.

86
When I use the thumbnail database configuration to increase the size of the thumbnail, I get a small image with a lot of white space around it.

That setting applies to new thumbnails. Try re-generating your thumbnails and they should become as large as you've specified.

87
TP10 has a function Database | Advanced | Convert .TD4 for that purpose.

88
Well, there are no guarantees that an older version like TP5 will work on Windows 10. I don't know anyone who uses TP on a Surface Pro and I'm not familiar with that specific type of computer. On the other hand, I do not know of any reasons why it would not work, either..

If you want to keep everything, you must:

- Copy your images to exactly the same location on the new computer (the folder structure must remain identical)
- Make sure that the volume label of the drive on which the images are stored, is identical to that on the old computer.
- Then install your old TP into a folder of its own (Not in Program Files or any other system folder. For instance: C:\Thumbs5).
- Copy your thumbs.td4 database into that folder, overwriting the empty .td4 that the installer had put there.
- Then launch TP and see if everything works as hoped for. As your first action, you may want to turn off "Options | Preferences | Thumbnails | Make Thumbnails Automatically", to be sure  that the thumbnails that you see, are the same ones that you already had on the old computer and not new ones that TP has been making on the fly.

Alternatively, I guess you could purchase an upgrade to TP10 and install it on your current computer (in a different folder than your old TP5 -- you can run multiple versions side by side, as long as each is in a folder of its own. Contrary to TP5, TP10 can be installed to a regular folder in Program Files). Convert your database to the new format. When that works, you could install TP10 on your new Surface Pro, copy the image files and database, and that should work.

As to this Surface Pro, it might be wise to ask Cerious if they are aware of any issues running TP on it.

89
Do you want to keep your database (for all the keywords, annotations, off-line items, etc, that are in it) or would it be OK if you had to make a new one?

90
The error message is correct, PDF support does require the Pro version.

Ghostscript 8.64 is what I use too, and it works fine.

Pages: 1 ... 4 5 [6] 7 8 ... 63