Jump to content
Ketarin forum

Tomorrow

Members
  • Posts

    390
  • Joined

  • Last visited

Everything posted by Tomorrow

  1. I have a problem with vidcoder.Namely i want the x64 version but x86 is always downloaded.As i understand there is adjusted regex needed for FileId variable. Perhaps update template so when creating an app user can choose to download reccomended file or other file.Obviously the could be problems if app has more than 2 versions for download so maybe something like: "always download file number 1/2/3 etc"? Link: http://vidcoder.codeplex.com/releases/view/58650
  2. I would prefer apps own homepage as these download mirrors are not very fast in my eyes(meaning they lag when it comes to updating apps to latest version after app has been updated by maker).This goes for download.com,softpedia,brothersoft,betanews etc...
  3. slug is the name of the app as it appreas on the address.For example: http://anolis.codeplex.com/ the slug is "anolis"(without quotes).Title is a bit more complex as some apps have title while others do not.Bringing anolis a an example it has a title called "Resourcer" that can be seen at
  4. what does it mean when the default icon of the application is displayed ? tia Ketarin displays applications own icon when no action has been performed.Only thing Ketarin could do is not to display them at all since all applications have their own icon that generally depends on the file extension the download package has. .msi - defined by system .exe - defined by application creator but some are default too(defined by system) .zip;.rar;.7z;.iso - defined by the program in your system that has been set as default when opening these types of archives. Actually it's a good thing that Ketarin uses applications own icons.Makes it easier to understand what im dealing with.Still sometimes it's helpful to group applications by their file extension so open File-Settings and add a new custom column: This allows you to group all apps by their extension and thus the icons should line up nicely too(exept .exe since there are many types of icons).If some application does not show extension then select Rightclick-Force Download
  5. Has never happended to me.Only thing i have to remember is that if i have manually added start process "{file}" already and i enable any switch then it ends up as ""{file}"" .Luckily this does not affect functionality.
  6. Hmm odd.My disk is always properly defragmented so this is not an issue.I´ll do some more tests(CPU usage maybe?). Perhaps it depends on specific downloads too.
  7. App-Edit-Advanced Settings-User Agent When i insert a variable it works(i have a global useragent variable) but there is no right click menu to select the variable from so i have to paste it manually.Basicly just a small enhancement to something that already works.It would make it more clear that that textbox accepts variables.Right now i did this blindly on a hunch.
  8. Changing icons? I think the icons are great and very easy to understand.I mean: Green = OK Yellow/Gold = Update Red = Error Honestly what is there not to understand?.I mean you do know traffic lights right?.Same colors
  9. Yep my fault.Copy command can only copy files not directories or directory trees.For this you need to use xcopy: SET COPYCMD=/Y xcopy "D:\My Portable Apps\WinSCP" "C:\Program Files (x86)\WinSCP" /S /V /I /Z /K More info on windows commands here: http://ss64.com/nt/
  10. Use this URL: http://mesh.dl.sourceforge.net/project/sabnzbdplus/sabnzbdplus/sabnzbd-{version}/SABnzbd-{version}-win32-setup.exe Get version number from here(Way faster than regular download page): http://mesh.dl.sourceforge.net/project/sabnzbdplus/sabnzbdplus/?C=N;O=D - this wont load fast in browser but it will in Ketarin. For 7z you can either run 2 nearly identical commands in a row: 7z x -aoa -y "{file}" -o"c:\program files\{app name}" 7z x -aoa -y "{file}" -o"d:\my portable apps" ...Or you can use windows's own copy command to copy the extracted files to other places(saves time when the original archive is big and running two extractions with 7z could take time).The first line is so that the system wont prompt you to procceed in case there are multiple files.Othewise you have to manually enter Y all the time. SET COPYCMD=/Y copy /Z /V "source file" "destination"
  11. Wonder if this is because of the many simultanious app downloads or what?. Maybe has something to do with the fixed CTRL+F speed too?
  12. Had a small problem with Smart Defrag today(With PAD file).500 Internal server error.So i ran the same download link trough web sniffer but everything was ok.On hunch i decided to disable gzip encoding in web sniffer...and sure enough i immideatly got a 500 internal server error. Yet when i closed and reopened Ketarin the same download was working just fine.So seems that sometimes Ketarin is unable to accept gzip encoding and after Ketarin restart the problem goes away. Has anyone else witnessed something like this?
  13. Tomorrow

    Not Responding

    Do you have Ketarin set to autoupdate at start? Do you have any commands running before app updates? (File-Settings-Commands). What is Ketarin-s database size? (Open Help-About-Database to see).
  14. Awesome.Been waiting for something like this.
  15. Hi shawn.Almost got it to work but it is unable to get FileID and update results in error: Anolis Resourcer The remote server returned an error: (500) Internal Server Error. (http://convert-get-proxy.appspot.com/server/?url=http://anolis.codeplex.com/releases/acceptLicense?fileId=&releaseId=32286&clickOncePath=&method=POST) EDIT: Seems like regex problem @ http://anolis.codeplex.com/releases/view/32286 I used start/end and got it to work. EDIT 2: Also seems that there are some cases where there is no title and hence the regex should be: {slug} - Release\: ([^\r\n]+) Instead of: {slug} - Release\: {title} ([^\r\n]+) For example vidcoder is one such @ http://vidcoder.codeplex.com/releases/view/55865
  16. My database is still 432 KB.Average increase ~5-10KB per week
  17. I doubt there is a per app limit either since how does the database distinguish between apps?.I mean it's based on sqlite(i think) so it's not some closed source thing flo wrote himself. I think it's more likely that some variable catches a lot of unnessesary junk and this "junk" is what is causing problems with database.
  18. Well there is no global db size limit as far as i know.Poeople have seen 9-10MB databases here too.
  19. ??? This post is funny Unable to install?.Ketarin has no installer(at the moment). Does not unpack?.Lol how dumb must one be not to be able to unpack a simple .zip archive these days.Windows does this natevly already. Win7?.Works fine here on Win7 x64 so u better check those accusations.
  20. Pretty easy.Go to File-Settings-Global Variables.Create the nessesary variable. Then select File-Export all. Open the exported xml with say Notepad++ and select CTRL+F selecting the Replace column. Select regular expression.On top box type(very general regex lol): <TargetPath>........................................................................................................................</TargetPath> and on bottom box type whatever global variable you have.Say {downloads} so it would look something like this: <TargetPath>{downloads}\{appname} {version}.{url:ext}</TargetPath> After you're done save XML and import it back(i suggest importing into clean Database.Meaning you have to move your .db files from C:\Users\Etz\AppData\Roaming\Ketarin to somwhere else.)
  21. Well floele said the db corruption is pretty much impossible/out of the question so i doubt this is the case.I do a db export-import from time to time anyway.
  22. Yeah seems like MS search needs the quote marks to find the right thing.
  23. Hmm seems the quotation marks did the trick.For now atleast.I'll update my post if it breaks again.
×
×
  • 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.