Allow custom tag on folder name when importing

I like the "2007-07-08" folder name syntax, but I would like to append a name to it, such as "2007-07-08 Ski Trip" or "2007-07-09 Pets". It is painful to have to go to custom, change the template, go back, import, and do this again and again. How about just an extra textbox on the import screen for "Title" of the import, which can be appended to the date?
Thanks.
Running Vista Ultimate.

I miss the same thing, and others have stated this aswell! Just like file naming has the {custom text} option, folder naming should have exactly the same!
The folder name preset YEAR-MONTH-DATE works fine, but I also want to add a custom text at the end, just like SoCalSteve.
> How about just renaming the folder(s) after the import(s) are complete. This can done in the Folders panel using Rename on the context menu; a template isn't required.
I know this is not too hard. But the idea with LR is to avoid extra steps like this. When you're done with the import dialog, you should be ready for working / reviewing photographs. Starting renaming folders after every import prooves that the import dialog needs more work.

Similar Messages

  • Unable to customize folder name on import

    I'm using import for several cameras and I would like to have possibility to change 'Date Format' of destination folder name in import dialog:
    Yes, there are several formats, but it would be very useful to have possibility to define my own. E.g. instead of 2012-10-06 I would like to have 2012_10_06. Now I have to rename all my folders after import, which is not very comfortable. I think the best way to make this perfect would be possibility to use 'Filename Template Editor' (used for renaming files) for folder names too.
    Thank you.

    The date format options available in Lr import module are quite limited and not user configurable. However, all is not lost. Basically, you should create the folders as per your prefererred naming convention using the OS tools then drag the files from the card to these folders. In Lr import module you use the Add option rather than Coy or Move. OK, it's not as convient, but it is a lot less liable to fall foul of Lr's import limitations.

  • Taglib problem: Cannot parse custom tag with short name table

    Hello!
    I am having problems deploying a jsp tag in web as. The same war file works fine on websphere, jboss. SAP web as seems to be complaining about the short name in the tld.
    Can any body me to any known web as issues with jsp tags?
    Thanks
    [code]
    Application error occurs during processing the request.
    Details: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: Internal error while parsing JSP page /usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/dispear/servlet_jsp/disp/root/test.jsp.
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:85)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.getClassName(JSPServlet.java:207)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.compileAndGetClassName(JSPServlet.java:369)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:164)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Cannot parse custom tag with short name table.
         at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:129)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.ElementCollection.action(ElementCollection.java:52)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.initParser(JSPParser.java:307)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:74)
         ... 18 more
    Caused by: com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Unknown class name java.lang.Object.
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.convertString(TagBeginGenerator.java:365)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.generateSetters(TagBeginGenerator.java:187)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.generateServiceMethodStatements(TagBeginGenerator.java:212)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.generate(TagBeginGenerator.java:269)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:127)
         ... 21 more
    [/code]

    Hi Ray,
    I am facing similar kind of issue.
    Can you please help to resolve it?
    Thanks in advance.
    Logs are as below [Here I am using standard tag lib]::
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Cannot parse custom tag with short name [out].
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:183)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspIncludeDirective.action(JspIncludeDirective.java:51)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.customTagAction(JspElement.java:994)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.action(JspElement.java:228)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:69)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.GenerateJavaFile.generateJavaFile(GenerateJavaFile.java:72)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:270)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.generateJavaFile(JSPProcessor.java:194)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:126)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassName(JSPChecker.java:319)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.compileAndGetClassName(JSPChecker.java:248)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassNameForProduction(JSPChecker.java:178)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.processJSPRequest(JSPChecker.java:109)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JspParser.generateJspClass(JspParser.java:154)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:193)
         ... 47 more
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Attribute [value] of [<c:out>] can accept only static values.
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.calculateAttributeValue(TagBeginGenerator.java:476)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateSetters(TagBeginGenerator.java:394)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateServiceMethodStatements(TagBeginGenerator.java:562)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generate(TagBeginGenerator.java:678)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:181)
         ... 64 more
    Regards,
    Sankalp

  • .exception.JspParseExcept Cannot parse custom tag with short name [out].

    Hi
         I have almost migrated an application from jboss to CE 7.1 sp3 maxdb 32 bit
         however I am getting the following error on c:out tag of standard jslt.
    Runtime error in processing of the JSP file [C:\usr\sap\CE1\J00\j2ee\cluster\apps\<....>\servlet_jsp\<application_context_name>\root\jsp\view\<jsp_name>.jsp].
    Line:----
    The error is: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Cannot parse custom tag with short name [out].02004C4F4F50001F0000002D000012B000B0688132009833
    Line:----
    Do anybody have some idea why is it happening.
    My guess would be because of jslt version mismatch. but its working fine in jboss. I am not sure what version cE 7.1 support may be 1.2. any idea how to chek the supported version in the server.
    The jsp code is something like
    Line:----
    <code>
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <%@ taglib prefix="c_rt" uri="http://java.sun.com/jstl/core_rt" %>
    <c:url var="thumbnailStream" value="/do/<action_tag>">
               <c_rt:param name="stream_id"      value="<%= <variable1> %>"/>
               <c:param    name="stream_id_type" value="<variable2>"/>
               <c:param    name="content_kind"   value="<variable3>"/>
            </c:url>
    <img border="0" src="<c:out value="$"/>">
    </code>
    Line:----
      from the SAP help text its said that jslt is being overrided by server to use from global library rather than local webapplication library. Couls woud explain where is this global library located in the server directory.
    Thx.
    Ashutosh

    Hi are you able to solve this issue.I am getting similar kind of issue.
    Logs for the same are ::
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Cannot parse custom tag with short name out.
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:183)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspIncludeDirective.action(JspIncludeDirective.java:51)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.customTagAction(JspElement.java:994)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.action(JspElement.java:228)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:69)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.GenerateJavaFile.generateJavaFile(GenerateJavaFile.java:72)
    at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:270)
    at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.generateJavaFile(JSPProcessor.java:194)
    at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:126)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassName(JSPChecker.java:319)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.compileAndGetClassName(JSPChecker.java:248)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassNameForProduction(JSPChecker.java:178)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.processJSPRequest(JSPChecker.java:109)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JspParser.generateJspClass(JspParser.java:154)
    at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:193)
    ... 47 more
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Attribute value of <c:out> can accept only static values.
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.calculateAttributeValue(TagBeginGenerator.java:476)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateSetters(TagBeginGenerator.java:394)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateServiceMethodStatements(TagBeginGenerator.java:562)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generate(TagBeginGenerator.java:678)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:181)
    ... 64 more

  • Tags/keywords not recognized when importing photos

    I am using Lightroom 1.3.1 and I am trying to set up a new catalog of all of my personal photos. I previously had used Adobe Photoshop Elements 5, then more recently Windows Live Photo Gallery to do all of my organization and tagging. Before making the jump to Lightroom, I wanted to get my photos organized before doing the initial import. So I organized them into folders by year/month/day. Then I imported them all in place into Lightroom. However, of about 4000 tagged photos Lightroom only imported the tags for about 1000 of them. If I take a photo with no keywords in Lightroom and look at it in Live Photo Gallery, with Microsoft's Photo Info tool, or using Photoshop's file info, I can see that tags. However, Lightroom doesn't show any keywords. With Photoshop file info I can see the keywords listed in the following places in the metadata: xap:Keywords, photoshop:keywords, MicrosoftPhoto:LastKeywordXMP, MicrosoftPhoto:LastKeywordIPTC, dc:subject. Looking at the metadata I can't see any difference between the photos that had their keywords imported and those that didn't. Where does Lightroom look for keywords? More importantly how can I get Lightroom to recognize the the keywords from all of these photos that I have already tagged? Any help would be greatly appreciated.

    Thanks for the information. I am running Windows Vista. When I look at the image properties in explorer, I can see that 'tags' field and the tags are present as expected. Any metadata that was used Elements has been written to the files. I can see the tags in the files' metadata. I have already added the "Treat '/' as a keyword separator" in Lightroom. That is working fine for the keywords that it recognizes.
    Previously my files just had the default names from the camera and they were put in folder according to the date I imported them from the camera. Before importing them into Lightroom I reorganized my photos by the date the pictures were taken. I used Downloader Pro to organize them in folder by Year->Month->yyyy-mm-dd using the capture date. The file names were also renamed by date and time like: 'yyyy-mm-dd hh'mm'ss.jpg'. All of my photos have the exact same folder/name structure. I can look into a single folder and some of images have their tags imported and others don't. The pictures were taken at the same time, with the same camera, and moved and processed together. In Vista's explorer the tags show up on on all of the photos, but in Lightroom only some of them will have tags. It is bazaar, in some folders all of the images get their tags imported, but in most folders, none of them get imported. Then in a few folders there will just be one or two of the images that have their tags imported.
    Any other ideas about the problem, or ideas on how to troubleshoot would be greatly appreciated.

  • [Custom Tags] Dynamic Variable Name // Spring MVC

    I am having a problem with a tag,
    i try to make a dynamic select tag that is reuseable, the problem is that my spring controller generates a model where i can access the list information for a select and that i have to pass this to the dynamic tag, the model could have different name, so it could be ${listitemsa} ${listitemsb} ${listitemsc} and i want to pass this list to my custom tag.
    i tried the following, but the problem is that the var is passed as a string and not the list, does anybody know how to do this?
    <tag:formfield-selectbox name="listA" path="prototypeForm.selectionA" list="${listitemsa} " />
    <tag:formfield-selectbox name="listB" path="prototypeForm.selectionB" list="${listitemsb} " />
    <tag:formfield-selectbox name="listC" path="prototypeForm.selectionC" list="${listitemsc} " />     
    <%@ tag body-content="scriptless" %>
    <%@ attribute name="name" required="true" %>
    <%@ attribute name="path" required="true" %>
    <%@ attribute name="list" required="false" %>
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt" %>
    <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %> 
    <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
    <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
    <spring:bind path="${path}">
         <c:if test="${status.error}">
              <span class="error">
                   <c:forEach items="${status.errorMessages}" var="error">
                        <c:out value="${error}"/>
                   </c:forEach>
              </span><br />
         </c:if>
         <label for="<c:out value="${status.expression}"/>">${name}: </label>
         <form:select path="${path}">
              <form:option value="-1" label="--Please Select--" />
              <form:options items="${list}" />
         </form:select>
    </spring:bind>

    I've sorted it. Here's the solution for anybody experiencing the same problem.
    The problem is with switching from Java 1.2.1 to Java 1.3.0_02. Custom tags are (as of the JSP 1.1 spec) JavaBean compnents, and the Introspector appears to work differently in different Java versions.
    Consider this example:
    public void setAbc(String abc){}
    public boolean getAbc(){}Since the setter method takes a String and the finder method returns a boolean, the 1.2 Introspector takes the property type to be String, and returns null as the finder name. Java 1.3 (I haven't tested this explicitely, but this is what seems to be happening), returns null for both the setter name and the finder name (Probably a better way to do it, but breaks old code).
    We've rolled back to Java 1.2 and everything works again. It looks to me like the best way to fix the problem for 1.3 is to write custom BeanInfo classes for each JSP custom tag (Can anybody recommend a good JavaBeans book?). I don't yet know what will happen when you have multiple setter methods with different parameter types??? - something I've always found useful in custom tags.
    You don't get the problem on some JSP engines that don't use the Introspector (apparently JRun just puts the method name in the code and lets it fail at runtime if it doesn't exist, whereas apache and iPlanet check the methods exist at compile time).
    Here's where I got most of the answers from:
    http://groups.google.com/groups?hl=en&safe=off&ic=1&th=9330b85b1867cc7,3&seekm=8rnl24%24ef1%241%40nnrp1.deja.com#p
    http://groups.google.com/groups?hl=en&safe=off&ic=1&th=edd3053ac670ff5b,8&seekm=D8E32A666B62F7BD0076240185256A16.0073785185256A15%40webforums#p
    http://groups.google.com/groups?hl=en&safe=off&ic=1&th=7b5480449150ea26,3&seekm=3B2FA8C3.3F14A9F3%40switzerland.org#p

  • Find photos by Folder name or Import Folder name into Metadata

    In iPhoto, I can locate photos by folder name. Is this available in Aperture (Managed or Referenced)? From what I've seen, you can only search on metadata fields, none of which contain folder names.
    If I cannot search on folder names, can Aperture import folder names into Metadata automatically. In other words, if I import a directory tree 2009Games, with subfolders Game-ABC, Game-DEF, etc.
    Can Aperture insert the subfolder name into the photo's metadata? I know I can add the text manually, but I would like Aperture to import a top level folder like 2009Games, and add the subfolder directory name to each photo's metadata.
    If that is not an option, how does someone migrate from folder organization to metadata searches without renaming every photo?

    What project and folder naming structure do you intend to use in Aperture to manage your collection?
    The inclusion of the file name in metadata for searching purposes seems to be redundant as you can always, if you really need to, see where a particular image is located on the hard disk by right clicking on it in Aperture and selecting "Show in Finder".
    Regards,
    Calx

  • Custom tag losing onchange value when page is refreshed

    Hi all,
    I'm still using JSF 1.1 and I have an issue with a custom tag. When my page is first displayed, the onchange attribute contains my script but, when I refresh the page it's not there anymore. The custom tag if an input for dates. It can have of to 4 dropdown list, year, month, day and time.
    Any idea what I might be doing wrong?
    Thanks

    Verify that the custom component saves the value of the onchange attribute in its state (see UIComponent.saveState() and UIComponent.restoreState()).

  • File/folder behaviour when importing in iTunes?

    I've recently purchased an iPhone 3G. I've also got a substantial mp3 collection (121GB), all ordered in a Genre/Artist/Album subfolder structure. Every file has an ID3 tag properly filled out.
    As you can tell I'm an organized person - at least when it comes to music.
    I need to know, when I hit the "Import folder", what will happen in the hard drive: Will my folders be modified in any way by iTunes? Or will iTunes create a separate folder with the +same songs+ in it, but just a different order/filetype? Will the new files (or the old files) have some sort of modification done to them, like a format change or a different tag added?
    I'd like it if iTunes could "read" my files, but I don't want them modified or doubled-up - that would just ruin all the work I've done and take too much space.
    How does iTunes manage the original files and the new files once I import them?
    Message was edited by: couzin2000

    Wow - this was a crucial find for me. I just converted to Win7 64bit with a fresh install of all programs including iTunes. When I went to import my library I checked the "Keep iTunes Media files Organized" not knowing exactly what the impact would be. I found out that it completely re-wrote the native folder and filenames in different scenarios (in windows explorer). Once a file was imported into iTunes it hated special character like hyphens or commas ultimately converting them to underscores. Itunes also combined some albums into a single album/folder like Elton John's Greatest Hits 1970-2002 instead of keeping 2 seperate albums for each disc. Other scenarios I was experiencing was basically rewritten incomplete album names. With nearly 40,000 songs (485GB) on my hard drive (8000 songs on my ipod) it was extremely painful to see names being changed without rhyme or reason.
    Simply unchecking both of those boxes got me back to my naming and filing conventions. Essentially back to good with no further conversion of special characters or file names.
    Unfortunately now I am going back and re-correcting all of the folders and files that were changed under the "checked" settings. Much happier with the organization of the database now.
    Thanks for sharing the note.

  • Incorrect file name when importing pictures from camera

    I am using PE 10 on Mac Snow Leopard.
    When I import pictures from my camera and select "Rename Files" with "Custom Date" + "Shot Date" (any format), the file name includes the custom name correctly, but the date part of the file name is some random date (with a weird year: 1913, 1969). Note the example shown on the Photo Downloader is usually the one used. The shot date in the meta data is usually correct. This appears to be similar to a problem when using the "Create Subfolder" option.
    Any ideas why or a work-around?
    I was using PE 8 and did not have this problem.

    Hi dannrendon2,
    Have you successfully run the PSE10_Hot.dmg file? You will not see any change in PSE10 or PhotoDownloader , it is just for fixing the issue of incorrect date format .
    Please follow all the steps mentioned in KB article link mentioned above. Finally when you installed the updater there would be a message of successful installation .
    If there is a failure in your updating process [In your case it is second attempt of updation, there may be a failure] , uninstall your application , check if there is any residual file in application folder under Elements Organizer or Photoshop Elements (delete them). Now again install PSE10 and try to update PSE10_HotFix.dmg updater. There should be a successfully completed message.
    Thanks,
    Nizam

  • Wrong date in file name when importing in Lightroom 5.0

    When I import files in Lightroom 5.0 and select the rename check box and use a custom template that includes the date (year, month, day) the files import with and incorrect date (not the current date).  The rest of the data in the file name from the custom template is correct.  How can I get the date correct?

    Using the date option when you rename adds the image capture date, not the current system date. I don't think there's a way to add "current date" automatically, though not sure why you'd want to. The vast majority of users who use "date" in their file names want the capture date, not import date.

  • Question Re: Character Limitations On Folder Name When Packaging...

    So ever since I upgraded to Creative Cloud I noticed that InDesign is having trouble handling my somewhat lengthy filenames.  For example, I just created a file with 48 character spaces in the filename.  When I finished finessing the artwork I saved the INDD file, then went to package it and when the dialog box popped up asking me where I wanted to save the packaged folder, InDesign had only auto-filled in 12 of the 48-character count, deleting the other 36 characters.  Please note that this has never been a problem in the past with previous versions of InDesign.  FYI I'm rinning version 9.2 on a Mac (Mavericks).  Hoping this is just a pref. setting.  Thoughts?
    Also important to note that if I re-type the remaining characters that were deleted (or navigate to the original INDD file and mouse click it so it "picks up" the correct filename) I can proceed without any issues.  I save it and it saves the full name without any errors.  But to have to fill in the missing characters every time I package a job is quite tedious, so any help would be greatly appreciated.
    TIA!

    Anyone?

  • Losing some hebrew names when importing

    Hi
    I've moved my iTunes library to a new folder.
    In order to tell iTunes about it, i've removed the iTunes library.
    I then changed the locations of the file inside the file 'iTunes Music Library.xml' using a text editor's search & replace and then I imported the XML file. Itunes now finds all the files but when I play some of the files with names in hebrew the names are converted to junk such as this: ùàåì îåôæ
    The weird part is that not all Hebrew titles are converted to junk, only some and I can't see the difference between them
    Can you help me?
    Thanks
    Uri

    You have posted in the Windows forum. You will need to re-post in the Mac forum.

  • Topic title overwritten with file name when importing html-file

    I have a problem in RH8. When I import a html-file that has a topic title that is different to the file name, RH somehow overwrites the topic title with the file name. The html-files that I need to import into my help project DO have a topic title (with the html tag 'Title') so this is not caused by an empty og non-existing title tag.
    I have searched the forum and found that this was also an issue in RoboHelp 6 and by then fixed in a service pack. I have long ago installed the two service packs to RH8, but I can see in the 'read me' for the service packs, that this has not been dealed with.
    I also have RH 7 installed on my pc, and the problem does not occur in a RH 7 help project.
    Best Regards

    Yes, I am sure I am not mixing up Topic Title and Topic Heading.
    The files are generated in a Access database created by our own developers. We have used this database for generating html-files for our RH-projects for years without any problems.
    Below I have copied the HTML code from one of theese files (with the file name '10001.htm') before importing it into RH8:
    <!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
    <html>
    <head>
    <title>
    Agreement
    </title>
    <LINK rel='StyleSheet' href='default.css'>
    </head>
    <body>
    <h1>
    Agreement
    </h1><p>
    An agreement is a written obligation between a project and a contracting party regarding the
    participation in the project, delivery to the project, or transfer of the project&#39;s products
    and services. Please see Vejledning: Aftaler og aftaleparter.
    </p>
    </body>
    </html>
    And after importing it to RH8:
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="generator" content="Adobe RoboHelp 8" />
    <title>10001</title>
    <link rel="StyleSheet" href="default.css" type="text/css" />
    </head>
    <body>
    <h1>Agreement</h1>
    <p>An agreement is a written obligation between a project and a contracting
    party regarding the participation in the project, delivery to the project,
    or transfer of the project's products and services. Please see Vejledning:
    Aftaler og aftaleparter.</p>
    </body>
    </html>

  • Named voice memos on iphone changing names when imported to mac through iTunes.

    I have a lot of memos that have all been named on my iPhone. Now I'm trying to import the voice memos, but I can't seem to make the voice memos keep their original titles. When viewed through iTunes the titles are correct, but when I try and drag the files to a folder the titles are renamed to a generic date and time format. These "wrong" titles are also present when manouvering to the iTunes media folder containing the voice memos.
    Is it really true that you can't make iTunes preserve the original titles?

    An alternative would be to switch to manual management of your iPhone.
    More on that here: http://support.apple.com/kb/ht1351

Maybe you are looking for