Main Menu

Recent posts

#51
General Discussion and Questions / Re: [German]: Zeitzone wird wi...
Last post by Mario - March 27, 2023, 01:10:02 PM
Quote- Alles zurückgeschrieben
- Auf ein beliebiges Bild der noch markierten Bilder geklickt
- Zeitzone wird beim Erstell- und Dig.-Datum bedingt angehängt,
  siehe Info
Das hat nichts mit Kategorien zu tun. Das Zuweisen zu einer Kategorie verändert keine Metadaten. Abgesehen von @Keywords, die aktiv Schlüsselwörter in der Datenbank ändert.

Das hängt nur am Rückschreiben und ob und welche Zeitzone in den Metadaten der Bilder vorhanden ist.

IMatch setzt die Zeitstempel beim initialen Einlesen von Dateien und beim erneuten Einlesen von geänderten Dateien, zum Beispiel nach dem Rückschreiben. Wenn ExifTool hier im XMP-Datensatz eine Zeitzone mitliefert (der Normalfall) wird die auch verwendet. Wenn es keine Zeitzonenangaben im bestehenden EXIF-, IPTC- und XMP-Datensatz gibt, verwendet ExifTool die lokale Zeitzone und hängt in DE +01:00 oder, mit DST, +02:00 an. Damit sind die Zeitstempel korrekt definiert.

Das manuelle Löschen von Zeitzonen im MD-Panel oder das Weglassen der Zeitzone beim manuellen Füllen über MD-Templates oder ähnlichen Funktionen ist nicht zielführend. Alle Zeitstempel sollten eine Zeitzonenangabe haben.

IMatch blendet die Zeitzone im MD Panel aus, wenn die Zeitzone der aktuellen Zeitzone entspricht.
Bei Dateifenster-Layouts und Variablen wird die Zeitangabe nach dem benutzerdefinierten Format in Windows formatiert und üblicherweise die Zeitzone weggelassen. Stört also nicht.
#52
General Discussion and Questions / Re: Adding Space between Categ...
Last post by Mario - March 27, 2023, 01:00:21 PM
The links I've included in my initial reply show how to use replace and how to replace ; with another character like a comma or a space line feed or whatever is needed. The An Alternative: Let It Wrap tip shows how to make hierarchical keywords wrap by replacing ; with a , and a space (blank). Same works for categories or other repeatable tags.

I know learning about variables can feel a bit complicated when you just start. But there are tons of examples in both the Variables help topic and other topics that show how to use variables. It is well worth reading.
#53
General Discussion and Questions / Re: [German]: Zeitzone wird wi...
Last post by HaWo - March 27, 2023, 12:16:19 PM
Ich habe vor Jahren einfach mal mit IMatch angefangen und die Originale, sowie die bearbeiteten Bilder (anfangs mit Photoshop, später mit Fixfoto) übernommen, wie sie waren.
Auf den Zeitstempel habe ich lange nicht besonders geachtet, weil ich von einem Automatismus ausgegangen bin - also Datum u. Zeit ist die Zeit am Aufnahmeort.


Ablauf bei den Kategorien:
- Im Kategorie-Baum eine Kat. angeklickt
- Bilder dieser Kat. werden angezeigt
- Kategorie im Kat.-Baum umbenannt
- Alles markiert
- Alles zurückgeschrieben
- Auf ein beliebiges Bild der noch markierten Bilder geklickt
- Zeitzone wird beim Erstell- und Dig.-Datum bedingt angehängt,
  siehe Info

Das gleiche passiert, wenn ich eine Kategorie im Kat.-Panel den Bildern zuweise.

Info:
In Imatch befinden sich diese Bilder:
- Originale aus der Kamera (jpg)        - Bild-Nr. xyz_0  Label Rot
- Orig. mit Bildbearbeitung korr.         - Bild-Nr. xyz_1  Label Grün
- Orig. mit Bildbearbeitung korr.
  und auf Belichterformat beschnitten  - Bild-Nr. xyz_3  Label HGrün
- Bilder der Version _3 mit einem Skript
  auf TV-Format gebracht                   - Bild-Nr. xyz_5  Label Blau


Nun habe ich aber ein unterschiedliches Verhalten festgestellt.

Bei Bildern ROT wird nur bei einigen Bildern die Zeitzone angehängt. Mal mehr mal weniger, je nach Kameratyp. Habe das bei etwa je 15 Bildern bei 3 Kameras getestet.

Bei Bildern GRÜN und HGrün wurde immer die Zeitzone angehängt.

Bei Bildern BLAU wurde die Zeitzone nie angehängt.


In einem Post eines anderen Users habe ich kürzlich gelesen, dass bei ihm auch nach dem Löschen der Zeitzone plötzlich diese wieder da waren. Vielleicht passiert bei ihm etwas Ähnliches?
#54
General Discussion and Questions / Re: Adding Space between Categ...
Last post by thrinn - March 27, 2023, 11:53:51 AM
{File.Categories.Direct|level:-0;pereplace:~;== }should to the trick. Note that there is a space before the closing curly bracket. And because this space is not easy to see, Mario used <blank> as a placeholder.

The expressions you tried were missing the pereplace function which is vital because it does the replacement. Normally, to replace X with Y, you could use
pereplace:X==Ybut because ; is used also as separator in variable expressions (here: to separate the "level" part from the "pereplace" part), we have to use "~;". (~ is a "escape" character). And you want to replace ; not with Y, but with a space, so there is a space after the ==.
#55
General Discussion and Questions / Re: Adding Space between Categ...
Last post by Josebr - March 27, 2023, 10:41:37 AM
Mario, something is not right with what I am doing. I have tried:
{File.Categories.Direct|level:-0}; < >
{File.Categories.Direct|level:-0};< >
{File.Categories.Direct|level:-0}; <>
{File.Categories.Direct|level:-0};  (with a space without the < >

And all of them cause the text underneath the photo to disappear.
Can you please show me what you are indicating by using my above examples and showing me what it should look like?
#56
I checked my notes.
This was a glitch I have fixed in January for the IMatch 2023 code branch (54c58a99ec86cc9abb51163804023ac5183edb99).
#57
General Discussion and Questions / Re: Adding Space between Categ...
Last post by Mario - March 27, 2023, 08:31:05 AM
I used <blank> to indicate where to place the SPACE character. Don't use <blank> but a space.
#58
My Windows settings and the built-in clock all show the time zone with a leading zero.

perhaps it is an obscure setting I can't find.

No worries - it is not a significant issue.

Michael
#59
General Discussion and Questions / Re: Adding Space between Categ...
Last post by Josebr - March 27, 2023, 01:06:14 AM
Thanks Mario,
Yes, I am using a custom layout. When I added the <blank>, it made the categories underneath each photo disappear. This is what I typed

{File.Categories.Direct|level:-0};<blank>

Attach are two photos which show the the results of what I typed. Maybe I have the syntax wrong?

#60
General Discussion and Questions / Re: Adding Space between Categ...
Last post by Mario - March 26, 2023, 10:18:28 PM
Did you create a custom layout that shows categories in thumbnail panels?
None of the default layouts does this.

If you have created a custom template, just replace the ; IMatch uses to separate categories with ;<blank>
(<blank> means a SPACE character).
Word-wrapping will work automatically once there is a space. Except you want word-wrapping also within category names. In that case you also need to replace | with |<blank> so IMatch can wrap long category paths too.

The help topics on variables shows how to do this, e.g. in the example for Using Persons Variables or in the help topic for replace itself: replace:This==That or in the Tune Your File Window Layouts in the IMatch Knowledge Base.