Jump to content

Savely

Member
  • Posts

    16
  • Joined

  • Last visited

Posts posted by Savely

  1. On 3/29/2017 at 11:23 PM, mcskrzypczak said:

    Version 1.6 is here!

     

    Once more I rewrote it (this time in Python) and now it supports multiple file/folder names copying!

     

    Download from here (link also in first post).

    excuse me, but now (in new version 1.6) how to copy file names without an extension? please help.
    it is very necessary that it look like this:
    file1
    file2
    file3
    or:
    folder1
    folder2
    folder3

  2. Hello,

    Since Adobe Illustrator was updated to CC 2017, snippets won't auto-expanded. There's no problem in other applications, issues only in Adobe. From 10 times it works 1 time. I have tried to check Help and Troubleshooting articles, but no luck. The problem is probably in Adobe, on the old version everything worked. Please help resolve the problem.

    Thanks in advance.

    Alfred v3.4 [850]

    Adobe Illustrator CC 21.1.0

    OS X El Capitan 10.11.6

  3.  

    Hey,

     

    change the script to this:

     

    on alfred_script(q)

    tell application "System Events"
    do shell script "caffeinate -u -t 1"
    key code 123
    end tell
    end alfred_script
     
    does it then work as you want it to ?

     

    It works! Oh great! Thank you very much!

  4. Ok, well that's great to know it works for you at all. :-) I'm going to package this up and send it over to Packal as an official release but nothing will change from the version you have now.

     

    I think the issue you might be running into above is the speed that Discogs and your internet are talking to each other, especially if the search works after a second try. Please let me know if you run into this issue more frequently, as it might be something I can address. Also, if you're getting that error with the same list of artists there could be a bug in how the workflow reads certain artist name (odd characters, for example). It looks like the one you show above is for "Kreator" which definitely should not cause issues.

     

    Thanks for helping me track down the source of your troubles, it's been extremely helpful!

    I think you're right, the reason is the speed of the talk between Discogs and computer. If anything else happens, i'll let you know of course. Thanks to YOU, i finally use this wonderful workflow! :)

  5. Discogs has seriously slimmed down their requirements almost back to what they were before this whole thing changed.

     

    Do you mind trying the version at this direct link and let me know if it works for you? There should be NO log-in required anymore and should just work immediately from the start.

    It works almost excellent. Sometimes search buggy and shows:

    viApb4d.png

    but if i hit backspace and search again - all it works fine.

  6. Ok, on even further digging, it looks like Discogs has GREATLY simplified this whole Authorization process which should fix this issue completely. I need to throw together a test version that integrates their changes, but I should be able to do that in a day or so.

     

    Thanks for your patience! :-)

    Oh no, thank YOU for helping me out! :)

  7. Oh, shoot, that's a bummer. Is there a way to force your computer to have the right time while you set up this workflow? You should only need that info the first time, so you could switch it back right after.

     

    I'm not sure how else to force this to work, but I'll think about it and maybe come up with something.

    I'm trying to force computer to the automatically time zone, and authorization set-up was complete. Workflow is works fine, but after return computer to manually time, it won't work again. Two screenshots as example:

    Change time zone to automatically:

    5wX5adt.png

    Return to manually time:

    2AK9Ucp.png

    Searches made by automatic time ("slayer" as example) works after return to manually time. But new searches not work.

  8. No need to apologize, you're being very helpful! That error message actually tells me a lot. :-)

     

    In short, Discogs requires that a timestamp be created as part of the initial log-in process and it looks like the timestamp created by your machine is about 60 minutes different from what Discogs expects ("expired timestamp"). Can you think of any reason why your machine has a different time? 

    The reason is that i am from Moscow (RU), recently our government again changed the time zone. OS X 10.8.5 has a wrong (old) time zone's list, and Apple won't fix this :) Thanks to you i now know the cause of the error. I'll try it on Yosemite (after upgrade).

  9. Thanks for this info! When you hit 'enter' after the above window pops up, does the Alfred window go away or does the window just sit there?

     

    Are you familiar with the Alfred workflow debugging tool? Would you be able to tell me what displays in that window after you hit 'enter' from the above window? I've been able to successfully install fresh versions of this workflow on Yosemite and 10.7 machines today. My first guess is that there's something odd going on with my use of an Applescript command for opening the Discogs URL vs. 10.8 wanting to follow the command.

     

    If true, I'm sure I can fix it pretty easily.

    When i hit 'enter' Alfred window is go away.

     

    Debugging log:

     

    Starting debug for 'Discogs Explorer'

     
    [iNFO: alfred.workflow.input.scriptfilter] <?xml version="1.0"?>
    <items>
    <item arg="1. ">
    <title>Please Authorize Discogs Explorer</title>
    <subtitle>It looks like this is your first run; press Enter to authorize at Discogs.com.</subtitle>
    <icon>icon.png</icon>
    </item>
    </items>
    [iNFO: alfred.workflow.input.scriptfilter] Processing output 'alfred.workflow.action.script' with arg '1. '
    [ERROR: alfred.workflow.action.script] 2041:2047: execution error: Can’t get item 2 of {"Expired timestamp: given 1425212873 and now 1425216490 has a greater difference than threshold 300"}. (-1728)
    [iNFO: alfred.workflow.action.script] Processing output 'alfred.workflow.output.notification' with arg ''
     
    I'm sorry, i am not a programmer :) Thanks for Your support.
×
×
  • Create New...