Jump to content
Ketarin forum

shawn

Moderators
  • Posts

    1,181
  • Joined

  • Last visited

Posts posted by shawn

  1. If you check the files referenced by 131 ("authors site") and 293 (bleeping computer), the timestamp and size on them is different. Use the author's site download to get the most current version.

     

    Look at the bleeping computer app profile page and it says it was "last updated" on Aug 19th, yet the file on MBAM is dated Aug 21st and the file on BP is dated Aug 18th. Even better is that the URL from MBAM uses their static structure, which means it won't be cache-blocked or changed over time. You can use the direct link and it'll always get the current version.

  2. SourceForge is a funky site. You're better off composing most of the URL yourself (see the existing Applications here, then filter for SourceForge). I know, composing the URL may not seem as elegant, but it beats dealing with individual server issues and allows you to select the specific mirror you prefer to use and bypass some unnecessary steps as well. My worksheet for SourceForge apps includes the following magic values that I tune to specific apps:

    http://downloads.sourceforge.net/project/APPSLUG/APPBUILD/APPNAME{version}.exe
    

    Replace APPSLUG, APPBUILD and the APPNAME/filename pattern with the "real" values and patterns used by the app and you're done.

     

    Make sure you also use the useragent "wget" or another GUI-less UA and you don't get endlessly redirected to various mirrors.

  3. That may be the case, but without actually testing the URL variable myself, I can't investigate to see what the problem might be. I can theorize all day, but "guess" in one hand, you know?

     

    The options in your settings above are correct, which means that the problem is actually with the download itself. If the file at the URL is returning the same size and/or timestamp that it was between versions then it's not really a different file and will *not* be downloaded. You could, of course, actually run the file to ensure it really is the file version you think it is, but the version that's represented in the first image is obviously NOT the current release from the {Version} variable, which means you're downloading the wrong version. Or, simply, the URL is wrong.

     

    This isn't a Ketarin issue, but a source issue.

  4. You've got much of what I already use, but here's one you don't:

     

    Monitor
    {property:VariableChangeIndicator}

     

    I find that lacking a Variable Change Indicator is the biggest issue with app profiles I pick up from the database or novice Ketarin users. This enables me to identify them quickly.

  5. The database was last purged July 27th, 2014 which correlated with 1.7. You can navigate the active database applications through the "Applications" list at the top of the forum:

    https://ketarin.org/forum/apps/

     

    It's basically a tie-in to the forum to ensure a modicum of auditing to validate applications to ensure they're both maintained and supported as well as provide a way for users to know the potential quality of the application profile. The reasoning and background is here. There's another post on it that specifically talks about building the online aspect of the db, but I don't have time to find it right now.

  6. One option I use on some sites is to add "?C=M" to the URL, which will change the sort order of the resulting files to the date modified. That makes the most recent stuff on the top or bottom. It doesn't work on this site, though, but for future readers -- try that first.

     

    In this situation, things are going to be ugly. They're sorting the results alphabetically which makes numbers appear wonky (100 before 20 before 42 before 5 before 8910 before 9). While it might be possible to group and sort them through Ketarin, if you can do it, use another source. It's not worth the effort for a single-use profile.

     

    Another option would be to contact Opera and have them fix it on their end. Maybe they have no idea they're making life difficult for their users.

  7. Have you tried running it as successive commands? Use "&&" to proceed to the next command only if the first succeeds, which means the first process has to complete before the second command will run.

     

     

    "C:\Users\User\Desktop\Utility icons\Ketarin-1.7.0\Apps\Art\7zc.exe" x -y "{file}" -bd -o"C:\Users\User\Desktop\Utility icons\Ketarin-1.7.0\Apps\Art\aaa\" && CD "C:\Users\User\Desktop\Utility icons\Ketarin-1.7.0\Apps\Art\aaa\blender-*-win64" && RD "C:\Users\User\Desktop\My stuff\Art Tutorials\Art\Blender Dev" && xcopy /y /S /Q *.* "C:\Users\User\Desktop\My stuff\Art Tutorials\Art\Blender Dev\" && rd "C:\Users\User\Desktop\Utility icons\Ketarin-1.7.0\Apps\Art\aaa" /s /q
    
  8. Wouldn't it just be easier to extract the individual file directly to where you want it to be stored?

     

     

    7z e -y -o"..\" "{file}" "rsload.net.Asymptote.{version}\asymptote-{version}-setup.exe"

     

    Though, to be fair, the whole copying-the-file "up" a directory problem doesn't really exist if you extract only the one file, so you could do this instead to extract it directly to the location you really want it:

     

     

    7z e -y -o"{file:directory}\" "{file}" "rsload.net.Asymptote.{version}\asymptote-{version}-setup.exe"
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.