{"id":11088,"date":"2016-02-21T23:59:01","date_gmt":"2016-02-21T22:59:01","guid":{"rendered":"http:\/\/blogg.ngn.nu\/?p=11088"},"modified":"2016-02-22T08:13:27","modified_gmt":"2016-02-22T07:13:27","slug":"sondag-132","status":"publish","type":"post","link":"https:\/\/blogg.ngn.nu\/index.php\/2016\/02\/21\/sondag-132\/","title":{"rendered":"S\u00f6ndag"},"content":{"rendered":"<p>\n\t<small>(not 160222: Publicerad)<\/small>\n<\/p>\n<p>\n\t<span style=\"font-weight: bold;\">Skanning<\/span><br \/>\n\tEtt till fotoalbum fr&aring;n Mor och Fars samling inskannat.<br \/>\n\tMor Vivan var kongressledamot, f&ouml;r &Auml;lvsborgs Norra, vid Socialdemokraternas 29:e kongress i Stockholm, Folkets Hus, den 15&#8211;21\/9-1984.<br \/>\n\tEn (n&aring;got otydlig) bild p&aring; henne i talarstolen:<br \/>\n\t<a href=\"http:\/\/ngn.nu\/Pict\/2016\/160222-DA-s26b01-1984-09-15--21-skannad-160221-STHLM-S-kongr-29e-Vivan-Kompr100-h800.png\" target=\"_blank\"><img decoding=\"async\" alt=\"[Bild: Mor Vivan; 1984. Socialdemokraternas 29e kongress]\" src=\"http:\/\/ngn.nu\/Pict\/2016\/160222-DA-s26b01-1984-09-15--21-skannad-160221-STHLM-S-kongr-29e-Vivan-Kompr100-h800.png\" style=\"border: 0px solid; width: 350px; height: 489px; cursor: url(&quot;\/images\/magnifying_20.cur&quot;), zoom-in;\" title=\"Mor Vivan; 1984. Socialdemokraternas 29e kongress\" \/><\/a><br \/>\n\t&Auml;mnet var ju givet&#8230; :me:<br \/>\n\t<small>(Notera det lilla f&ouml;rstoringsglaset jag lagt in n&auml;r man f&ouml;r muspekaren &ouml;ver en bild som g&aring;r att &#39;f&ouml;rstora&#39;)<\/small>\n<\/p>\n<p>\n\t<span style=\"font-weight: bold;\">Programmering<\/span><br \/>\n\tSt&ouml;tte p&aring; ett litet problem i samband med mitt lilla skript som l&auml;gger till EXIF-taggar (subject) till en bildfil (t.ex.; jpg, png, tif)\n<\/p>\n<p>\n\tOm jag skrev fel s&aring; vart det attans besv&auml;rligt att r&auml;tta till det&#8230;\n<\/p>\n<p>\n\tNu har jag l&ouml;st det :me: &auml;ndrade lite i b&ouml;rjan (och n&auml;stan i mitten) p&aring; mitt skrip:\n<\/p>\n<div style=\"overflow-x: scroll; overflow-y: hidden; background-color: white; width: 350px; white-space: nowrap;\">\n\t<small><span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); font-weight: bold; background-color: white;\">#! \/bin\/bash<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">#<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\"># Justerar och L&auml;gger till EXIF taggar<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153);\"># H&auml;mta EXIF Subject<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace;\"><span style=\"color: rgb(51, 51, 255);\">subj<\/span>=$<span style=\"color: rgb(153, 51, 0);\">(<\/span>exiftool -s -s -s -subject <span style=\"color: rgb(204, 51, 204);\">&quot;<\/span>$1<span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><span style=\"color: rgb(153, 51, 0);\">)<\/span><span style=\"color: rgb(0, 0, 153);\"> # H&auml;mtar taggar (subject) om det finns.<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153);\">#Visa h&auml;mtad Subject<\/span><\/small><br \/>\n\t<small><span style=\"font-family: Courier New,Courier,monospace; background-color: white;\"><span style=\"color: rgb(51, 51, 255);\">svar<\/span>=$<span style=\"color: rgb(153, 51, 0);\">(zenity<\/span> &#8211;entry &#8211;ok-label=<span style=\"color: rgb(204, 51, 204);\">&quot;Klar&quot;<\/span> &#8211;width=<span style=\"color: rgb(204, 51, 204);\">&quot;600&quot;<\/span> &#8211;title=<span style=\"color: rgb(204, 51, 204);\">&quot;&Auml;ndra och L&auml;gg till taggar, kommaseparerade.&quot;<\/span> &#8211;text=<span style=\"color: rgb(204, 51, 204);\">&quot;Taggar: <span style=\"color: rgb(51, 51, 255);\">$subj<\/span>&quot; <span style=\"color: black;\">&#8211;entry-text=<\/span>&quot;<span style=\"color: rgb(51, 51, 255);\">$subj<\/span>&quot;<\/span><span style=\"color: rgb(153, 51, 0);\">)<\/span><\/span><\/small><small><span style=\"font-family: Courier New,Courier,monospace;\"><span style=\"color: rgb(0, 0, 153);\"> # Slutet h&auml;r l&auml;gger till s&aring; att jag kan dels se vilka taggar som fanns och s&aring; l&auml;ggs de in i textIN-rutna.<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">#Kontrollera vilken knapp som valts<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\"><span style=\"color: rgb(153, 51, 0);\">if<\/span> [[ <span style=\"color: rgb(51, 51, 255);\">$?<\/span> -eq 1 ]] <span style=\"color: rgb(153, 51, 0);\">; then<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">&nbsp; # Avbryt klickad<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp; <span style=\"color: rgb(153, 51, 0);\">exit<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(153, 51, 0); background-color: white;\">else<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">&nbsp; # Knappen &#39;Klar&#39; vald<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace;\">&nbsp; <span style=\"color: rgb(0, 0, 153);\"># Rensa Subjekt<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace;\">&nbsp; exiftool <span style=\"color: rgb(204, 51, 204);\">&quot;-m&quot; &quot;-overwrite_original_in_place&quot; &quot;-Subject=&quot; &quot;<span style=\"color: rgb(51, 51, 255);\">$1<\/span>&quot;<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">&nbsp; # F&ouml;rs&ouml;ker fixa ev fel<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp; exiftool <span style=\"color: rgb(204, 51, 204);\">&quot;-F&quot; &quot;<\/span><span style=\"color: rgb(51, 51, 255);\">$1<\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">&nbsp; # separator<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp; <span style=\"color: rgb(51, 51, 255);\">IFS<\/span>=<span style=\"color: rgb(204, 51, 204);\">&#39;,&#39;<\/span>&nbsp;&nbsp;&nbsp; <\/span><span style=\"color: rgb(0, 0, 153); font-family: Courier New,Courier,monospace; background-color: white;\"># Ett &#39;Trick&#39; som fixar till &#39;separeringen&#39; i en matris (array)<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">&nbsp; # En loop<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp; <span style=\"color: rgb(153, 51, 0);\">for<\/span> <span style=\"color: rgb(51, 51, 255);\">i<\/span> <span style=\"color: rgb(153, 51, 0);\">in<\/span> <span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><span style=\"color: rgb(51, 51, 255);\">${svar<\/span><span style=\"color: rgb(204, 51, 204);\"><span style=\"color: rgb(51, 51, 255);\">[@]}<\/span>&quot;<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp;&nbsp;&nbsp; <span style=\"color: rgb(153, 51, 0);\">do<\/span><\/span><\/small><br \/>\n\t<small><span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">&nbsp; &nbsp; &nbsp; # L&auml;gg till taggar<\/span><\/small><br \/>\n\t<small><span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Trimma str&auml;ngen<br \/>\n\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=\"color: rgb(51, 102, 255);\"><span style=\"color: rgb(51, 51, 255);\">notrim<\/span><span style=\"color: black;\">=<\/span><span style=\"color: rgb(51, 51, 255);\">$i<\/span><\/span><br \/>\n\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=\"color: rgb(51, 102, 255);\"><span style=\"color: rgb(51, 51, 255);\">trim<\/span><span style=\"color: black;\">=<\/span><\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><span style=\"color: rgb(51, 51, 255);\">${notrim<\/span><span style=\"color: rgb(204, 51, 204);\"><span style=\"color: rgb(51, 51, 255);\">#<\/span>&quot;<\/span><span style=\"color: rgb(51, 51, 255);\">${notrim<\/span><span style=\"color: black;\"><span style=\"color: rgb(51, 51, 255);\">%%<\/span>[<span style=\"color: rgb(153, 51, 0);\">!<\/span>[<span style=\"color: rgb(153, 51, 0);\">:<\/span>space<span style=\"color: rgb(153, 51, 0);\">:<\/span>]]<span style=\"color: rgb(51, 51, 255);\">*}<\/span><\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<span style=\"color: rgb(51, 51, 255);\">}<\/span>&quot;<\/span> #framf&ouml;r<br \/>\n\t&nbsp;&nbsp; &nbsp;&nbsp; <span style=\"color: rgb(51, 102, 255);\"><span style=\"color: rgb(51, 51, 255);\">notrim<\/span><span style=\"color: black;\">=<\/span><span style=\"color: rgb(51, 51, 255);\">$trim<\/span><\/span><br \/>\n\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=\"color: rgb(51, 51, 255);\">trim<\/span><span style=\"color: black;\">=<\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><span style=\"color: rgb(51, 51, 255);\">${notrim<\/span><span style=\"color: rgb(204, 51, 204);\"><span style=\"color: rgb(51, 51, 255);\">%<\/span>&quot;<\/span><span style=\"color: rgb(51, 51, 255);\">${notrim<\/span><span style=\"color: black;\"><span style=\"color: rgb(51, 51, 255);\">##*<\/span>[<span style=\"color: rgb(153, 51, 0);\">!<\/span>[<span style=\"color: rgb(153, 51, 0);\">:<\/span>space<span style=\"color: rgb(153, 51, 0);\">:<\/span>]]<span style=\"color: rgb(51, 51, 255);\">}<\/span><\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<span style=\"color: rgb(51, 51, 255);\">}<\/span>&quot;<\/span> #baktill<br \/>\n\t&nbsp; &nbsp; &nbsp; # Skriv taggarna till bildfil &quot;$1&quot;<\/span><\/small><br \/>\n\t<small><span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Ta bort en tagg om den redan finns &#39;-=&#39;<\/span><span style=\"background-color: white;\"> <\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exiftool <span style=\"color: rgb(204, 51, 204);\">&quot;-m&quot; &quot;-overwrite_original_in_place&quot; &quot;-Subject-=<\/span><span style=\"color: rgb(51, 51, 255);\">$trim<\/span><span style=\"color: rgb(204, 51, 204);\">&quot; &quot;<\/span><span style=\"color: rgb(51, 51, 255);\">$1<\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # L&auml;gg till den &#39;+=&#39;<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp;&nbsp; &nbsp;&nbsp; exiftool <span style=\"color: rgb(204, 51, 204);\">&quot;-m&quot; &quot;-overwrite_original_in_place&quot; &quot;-Subject+=<\/span><span style=\"color: rgb(51, 51, 255);\">$trim<\/span><span style=\"color: rgb(204, 51, 204);\">&quot; &quot;<\/span><span style=\"color: rgb(51, 51, 255);\">$1<\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp;&nbsp;&nbsp; <span style=\"color: rgb(153, 51, 0);\">done<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(153, 51, 0); background-color: white;\">fi<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">## -F &gt; en sk option som f&ouml;rs&ouml;ker fixa till fel i bildfilens EXIF<\/span> <\/small><small><span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">(exiftoo<small>l)<\/small><\/span><\/small><br \/>\n\t<small><span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">## IFS &gt; en sk konstant variabel som i det h&auml;r fallet kan &#39;laddas&#39; med &ouml;nskv&auml;rd sk separator i en textstr&auml;ng<\/span> <\/small><small><span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">(exiftool)<\/span><\/small><br \/>\n\t<small><span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">## -m &gt; en option som skippar mindre (minor) fel i EXIF (exiftool)<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">## -overwrite_original_in_place &gt; en sk &#39;Processing control&#39; (exiftool) som g&ouml;r s&aring; att det inte skapas en backupfil (*.*_original)<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153);\">## -s &gt; en option (exiftool) som f&ouml;rkortar vad som kan f&aring;s ut. 3st &#39;-s&#39; g&ouml;r att jag f&aring;r ut endast &#39;v&auml;rdet&#39;.<\/span><br \/>\n\t<span style=\"color: rgb(0, 0, 153);\">## <\/span><\/small><small><span style=\"font-family: Courier New,Courier,monospace; background-color: white;\"><span style=\"color: rgb(204, 51, 204);\"><span style=\"color: black;\"><span style=\"color: rgb(0, 0, 153);\">&#8211;entry-text &gt; till Text entry option (zenity). Den &#39;s&auml;tter&#39; den text som visas i &#39;intexten&#39; (entry text).<\/span><\/span><\/span><\/span><\/small>\n<\/div>\n<p>\n\t<br \/>\n\tSkriptet utan kommentarer:\n<\/p>\n<div style=\"overflow-x: scroll; overflow-y: hidden; background-color: white; width: 350px; white-space: nowrap;\">\n\t<small><span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); font-weight: bold; background-color: white;\">#! \/bin\/bash<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">#<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace;\"><span style=\"color: rgb(51, 51, 255);\">subj<\/span>=$<span style=\"color: rgb(153, 51, 0);\">(<\/span>exiftool -s -s -s -subject <span style=\"color: rgb(204, 51, 204);\">&quot;<\/span>$1<span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><span style=\"color: rgb(153, 51, 0);\">)<\/span><\/span><\/small><br \/>\n\t<small><span style=\"font-family: Courier New,Courier,monospace; background-color: white;\"><span style=\"color: rgb(51, 51, 255);\">svar<\/span>=$<span style=\"color: rgb(153, 51, 0);\">(zenity<\/span> &#8211;entry &#8211;ok-label=<span style=\"color: rgb(204, 51, 204);\">&quot;Klar&quot;<\/span> &#8211;width=<span style=\"color: rgb(204, 51, 204);\">&quot;600&quot;<\/span> &#8211;title=<span style=\"color: rgb(204, 51, 204);\">&quot;&Auml;ndra och L&auml;gg till taggar, kommaseparerade.&quot;<\/span> &#8211;text=<span style=\"color: rgb(204, 51, 204);\">&quot;Taggar: <span style=\"color: rgb(51, 51, 255);\">$subj<\/span>&quot; <span style=\"color: black;\">&#8211;entry-text=<\/span>&quot;<span style=\"color: rgb(51, 51, 255);\">$subj<\/span>&quot;<\/span><span style=\"color: rgb(153, 51, 0);\">)<\/span><\/span><\/small><br \/>\n\t<small><span style=\"font-family: Courier New,Courier,monospace; background-color: white;\"><span style=\"color: rgb(153, 51, 0);\">if<\/span> [[ <span style=\"color: rgb(51, 51, 255);\">$?<\/span> -eq 1 ]] <span style=\"color: rgb(153, 51, 0);\">; then<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp; <span style=\"color: rgb(153, 51, 0);\">exit<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(153, 51, 0); background-color: white;\">else<\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace;\">&nbsp; exiftool <span style=\"color: rgb(204, 51, 204);\">&quot;-m&quot; &quot;-overwrite_original_in_place&quot; &quot;-Subject=&quot; &quot;<span style=\"color: rgb(51, 51, 255);\">$1<\/span>&quot;<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp; exiftool <span style=\"color: rgb(204, 51, 204);\">&quot;-F&quot; &quot;<\/span><span style=\"color: rgb(51, 51, 255);\">$1<\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp; <span style=\"color: rgb(51, 51, 255);\">IFS<\/span>=<span style=\"color: rgb(204, 51, 204);\">&#39;,&#39;<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp; <span style=\"color: rgb(153, 51, 0);\">for<\/span> <span style=\"color: rgb(51, 51, 255);\">i<\/span> <span style=\"color: rgb(153, 51, 0);\">in<\/span> <span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><span style=\"color: rgb(51, 51, 255);\">${svar<\/span><span style=\"color: rgb(204, 51, 204);\"><span style=\"color: rgb(51, 51, 255);\">[@]}<\/span>&quot;<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp;&nbsp;&nbsp; <span style=\"color: rgb(153, 51, 0);\">do<\/span><\/span><\/small><br \/>\n\t<small><span style=\"font-family: Courier New,Courier,monospace; color: rgb(0, 0, 153); background-color: white;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=\"color: rgb(51, 102, 255);\"><span style=\"color: rgb(51, 51, 255);\">notrim<\/span><span style=\"color: black;\">=<\/span><span style=\"color: rgb(51, 51, 255);\">$i<\/span><\/span><br \/>\n\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=\"color: rgb(51, 102, 255);\"><span style=\"color: rgb(51, 51, 255);\">trim<\/span><span style=\"color: black;\">=<\/span><\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><span style=\"color: rgb(51, 51, 255);\">${notrim<\/span><span style=\"color: rgb(204, 51, 204);\"><span style=\"color: rgb(51, 51, 255);\">#<\/span>&quot;<\/span><span style=\"color: rgb(51, 51, 255);\">${notrim<\/span><span style=\"color: black;\"><span style=\"color: rgb(51, 51, 255);\">%%<\/span>[<span style=\"color: rgb(153, 51, 0);\">!<\/span>[<span style=\"color: rgb(153, 51, 0);\">:<\/span>space<span style=\"color: rgb(153, 51, 0);\">:<\/span>]]<span style=\"color: rgb(51, 51, 255);\">*}<\/span><\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<span style=\"color: rgb(51, 51, 255);\">}<\/span>&quot;<\/span><br \/>\n\t&nbsp;&nbsp; &nbsp;&nbsp; <span style=\"color: rgb(51, 102, 255);\"><span style=\"color: rgb(51, 51, 255);\">notrim<\/span><span style=\"color: black;\">=<\/span><span style=\"color: rgb(51, 51, 255);\">$trim<\/span><\/span><br \/>\n\t&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style=\"color: rgb(51, 51, 255);\">trim<\/span><span style=\"color: black;\">=<\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><span style=\"color: rgb(51, 51, 255);\">${notrim<\/span><span style=\"color: rgb(204, 51, 204);\"><span style=\"color: rgb(51, 51, 255);\">%<\/span>&quot;<\/span><span style=\"color: rgb(51, 51, 255);\">${notrim<\/span><span style=\"color: black;\"><span style=\"color: rgb(51, 51, 255);\">##*<\/span>[<span style=\"color: rgb(153, 51, 0);\">!<\/span>[<span style=\"color: rgb(153, 51, 0);\">:<\/span>space<span style=\"color: rgb(153, 51, 0);\">:<\/span>]]<span style=\"color: rgb(51, 51, 255);\">}<\/span><\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<span style=\"color: rgb(51, 51, 255);\">}<\/span>&quot;<\/span><\/span><\/small><br \/>\n\t<small><span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exiftool <span style=\"color: rgb(204, 51, 204);\">&quot;-m&quot; &quot;-overwrite_original_in_place&quot; &quot;-Subject-=<\/span><span style=\"color: rgb(51, 51, 255);\">$trim<\/span><span style=\"color: rgb(204, 51, 204);\">&quot; &quot;<\/span><span style=\"color: rgb(51, 51, 255);\">$1<\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp;&nbsp; &nbsp;&nbsp; exiftool <span style=\"color: rgb(204, 51, 204);\">&quot;-m&quot; &quot;-overwrite_original_in_place&quot; &quot;-Subject+=<\/span><span style=\"color: rgb(51, 51, 255);\">$trim<\/span><span style=\"color: rgb(204, 51, 204);\">&quot; &quot;<\/span><span style=\"color: rgb(51, 51, 255);\">$1<\/span><span style=\"color: rgb(204, 51, 204);\">&quot;<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; background-color: white;\">&nbsp;&nbsp;&nbsp; <span style=\"color: rgb(153, 51, 0);\">done<\/span><\/span><br \/>\n\t<span style=\"font-family: Courier New,Courier,monospace; color: rgb(153, 51, 0); background-color: white;\">fi<\/span><\/small>\n<\/div>\n<p>\n\t<br \/>\n\t<strong>H&auml;lsol&auml;get<\/strong>:<a name=\"Healt\"><\/a><br \/>\n\t<span style=\"text-decoration: underline;\">Natten<\/span>, <span style=\"text-decoration: underline;\">Morgon<\/span>, <span style=\"text-decoration: underline;\">F&ouml;rmiddag<\/span>: OK.<br \/>\n\t<span style=\"text-decoration: underline;\">Dagen<\/span>: OK. Prommenad.<br \/>\n\t<span style=\"text-decoration: underline;\">Kv&auml;llen<\/span>: OK.<br \/>\n\t<small>[<span title=\"VAS-skalan (grad av v\u00e4rk; 0=ingen v\u00e4rk och 10 \u00e4r outh\u00e4rdlig\">02<\/span>&#8211;<span title=\"Psykisk stabilitet 0=totaldeppig, 10=skitglad\">08<\/span>&#8211;<span title=\"Matintag - procent bra\">080<\/span>&#8211;<span title=\"Motion - procent bra\">020<\/span>] 86,1(+1,6) :down: &#8211; klarade inte att motst&aring; suget i g&aring;rkv&auml;ll&#8230;<\/small><\/p>\n","protected":false},"excerpt":{"rendered":"<p>(not 160222: Publicerad) Skanning Ett till fotoalbum fr&aring;n Mor och Fars samling inskannat. Mor Vivan var kongressledamot, f&ouml;r &Auml;lvsborgs Norra, vid Socialdemokraternas 29:e kongress i Stockholm, Folkets Hus, den 15&#8211;21\/9-1984. En (n&aring;got otydlig) bild p&aring; henne i talarstolen: &Auml;mnet var &hellip; <a href=\"https:\/\/blogg.ngn.nu\/index.php\/2016\/02\/21\/sondag-132\/\">Forts\u00e4tt l\u00e4sa <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[672,392],"tags":[376],"class_list":["post-11088","post","type-post","status-publish","format-standard","hentry","category-nostalgi","category-programmering","tag-skanning"],"_links":{"self":[{"href":"https:\/\/blogg.ngn.nu\/index.php\/wp-json\/wp\/v2\/posts\/11088","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogg.ngn.nu\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogg.ngn.nu\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogg.ngn.nu\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blogg.ngn.nu\/index.php\/wp-json\/wp\/v2\/comments?post=11088"}],"version-history":[{"count":5,"href":"https:\/\/blogg.ngn.nu\/index.php\/wp-json\/wp\/v2\/posts\/11088\/revisions"}],"predecessor-version":[{"id":11097,"href":"https:\/\/blogg.ngn.nu\/index.php\/wp-json\/wp\/v2\/posts\/11088\/revisions\/11097"}],"wp:attachment":[{"href":"https:\/\/blogg.ngn.nu\/index.php\/wp-json\/wp\/v2\/media?parent=11088"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogg.ngn.nu\/index.php\/wp-json\/wp\/v2\/categories?post=11088"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogg.ngn.nu\/index.php\/wp-json\/wp\/v2\/tags?post=11088"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}