topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday November 26, 2025, 11:26 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 189 190 191 192 193 [194] 195 196 197 198 199 ... 222next
4826
Finished Programs / Re: Group files from within folders
« Last post by skwire on October 29, 2009, 12:06 PM »
Fred Nerd!  What say you?!  Pick one or make one up.  =]
4827
Finished Programs / Re: Group files from within folders
« Last post by skwire on October 29, 2009, 11:49 AM »
I had a few in mind:

File Larder  :D
File Hoarder
File Trove
4828
N.A.N.Y. 2010 / Re: NANY 2010 Idea Thread Skwireification Embargo Policy
« Last post by skwire on October 29, 2009, 11:47 AM »
Hmmm let's see. How about asking him to work on some language analysis/translation software?  ;)
-cranioscopical (October 29, 2009, 10:46 AM)

Hell yeah, I'll get right (write?) on that.   :P
4829
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on October 29, 2009, 10:10 AM »
v1.0.3 build 154 - 2009-10-29
    + Added album art to the bottom of the lyrics window.
    + Added code to try and prevent accidental unwanted double-clicks on the listview.
    + Lyrics window now handles a third format from http://lyrics.wikia.com.  I wish they would just re-introduce the API.  Grrr.
    + Added a new command-line parameter: /add  (Thanks, tanis)
      Here's how it works now...
      1) If you pass a path to Trout on the commandline, it will clear the list
         before adding the tracks e.g.  c:\path\to\trout.exe c:\myMusic
      2) If you use the new /add parameter, it will NOT clear out the list before
         adding the new path e.g.  c:\path\to\trout.exe /add c:\myMusic

v1.0.3 build 105 - 2009-10-10
    + Playlist search now searches on filename (in addition to the previous artist/album/song tags).  (Thanks, srikat).
4830
Finished Programs / Re: Group files from within folders
« Last post by skwire on October 29, 2009, 07:28 AM »
All my stuff is written in AHK.  http://skwire.dcmembers.com/

In regards to the multi-select issue, I did add an option that will let you recursively add the selected folder.  Maybe that will help.
4831
Finished Programs / Re: DONE: Tag2Folder-New Feature Request (Skwire Please Check)
« Last post by skwire on October 29, 2009, 06:14 AM »
You are more than welcome.  I enjoy writing Coding Snacks so I'm thankful to everybody for providing all the ideas.
4832
Finished Programs / Re: Group files from within folders
« Last post by skwire on October 29, 2009, 04:44 AM »
However, I could make the treeview control have checkboxes that would allow such behaviour.

Well, crap, maybe not.  The problem is that AHK's TreeView control is somewhat limited; EVERY thing has to be handled manually.  It makes it very difficult to use it to display and manipulate a disk's folder structure without scanning the WHOLE disk structure first.
4833
Finished Programs / Re: Group files from within folders
« Last post by skwire on October 29, 2009, 04:22 AM »
Thanks heaps for your help,
This is about 10 times better than what I first thought of.

Great, I hoped I was going in the right direction.

Yep, thats exactly what I wanted. Can you multipe select folders in the tree view and transfer them in one go?

Hmmm...no, not by control-selecting.  However, I could make the treeview control have checkboxes that would allow such behaviour.  Would this be acceptable?

As always, we're going to need a name for this Coding Snack.  <queue in Cranioscopical's entry music>   :P
4834
Finished Programs / Re: Group files from within folders
« Last post by skwire on October 29, 2009, 02:28 AM »
Apologies for this taking so long.  Here's a sample of where the GUI is at:

Screenshot - 10_29_2009 , 2_18_59 AM.png

I think you can see where it's headed.

  • That bottom-right listview will be your "collection" list.
  • You can add entire folders of files from the treeview on the left.
  • You can pick-and-choose files from the upper-right treeview to add to your collection.
  • You can drag-and-drop files/folders from other file managers onto the collection list.

After your list is where you want it, you will then be able to copy it out to a folder of your choice.  Is this close to what you had in mind?
4835
Finished Programs / Re: DONE: Tag2Folder-New Feature Request (Skwire Please Check)
« Last post by skwire on October 29, 2009, 02:20 AM »
Will test more (I made a copy of folder first just in case I got it wrong!)  ;)

Yep, that's smart thinking.  No code is perfect.
4836
Finished Programs / Re: DONE: Tag2Folder-New Feature Request (Skwire Please Check)
« Last post by skwire on October 29, 2009, 02:15 AM »
 :)  Great.  I'm glad it worked as designed.  =]
4837
General Software Discussion / Re: Redirect screen output to clipboard
« Last post by skwire on October 28, 2009, 11:29 PM »
the page is up on my site if you want to have a look.

Fantastic work.  Thanks for sharing.
4838
N.A.N.Y. 2010 / Re: NANY 2010 Idea Thread Skwireification Embargo Policy
« Last post by skwire on October 28, 2009, 03:41 AM »
I'm always hungry for Coding Snack munchies.  I was telling mouser we should get nudone to make up some Coding Snacks boxes.  Something like what a Scooby Snacks box looks like but with Cody and a Coding Snacks label:

pPETS-4693156t400.jpg
4839
Finished Programs / Re: DONE: Tag2Folder-New Feature Request (Skwire Please Check)
« Last post by skwire on October 28, 2009, 02:42 AM »
Great success!  ;)  Thanks for the feedback.  What sort of template did you use?
4840
N.A.N.Y. 2010 / Re: NANY 2010 Idea Thread Skwireification Embargo Policy
« Last post by skwire on October 27, 2009, 10:45 PM »
Doh, how the hell did I miss this thread?  I have numerous unreleased apps that I've written for myself and family that I could polish up and release for NANY.  In other words, don't listen to mouser and keep the Coding Snack ideas coming.  =]
4841
Finished Programs / Re: DONE: Tag2Folder-New Feature Request (Skwire Please Check)
« Last post by skwire on October 27, 2009, 04:50 PM »
Website | Download

v1.0.2 - 2009-10-27
    * Loading a folder from the shell now populates both the source and
      destination fields.  (Thanks, paarkhi)
    * Made "Move files to destination" the default.  (Thanks, paarkhi)
    ! Source folder added via shell extension didn't work properly.
    ! Dragging a folder to the destination folder field cleared out
      the source folder field.  (Thanks, paarkhi)
4842
Finished Programs / Re: Group files from within folders
« Last post by skwire on October 26, 2009, 10:43 PM »
Next question...the standard Windows folder selection dialog doesn't allow multiple selections.  This is the dialog I'm talking about:

Screenshot - 10_26_2009 , 10_36_14 PM.png

However, the standard Windows file selection dialog does allow mutiple selections within its view using the standard control/shift-select modifiers:

Screenshot - 10_26_2009 , 10_53_10 PM.png

I can use either, both or try to come up with a custom treeview that has checkboxes to allow you multiple folder selection via a tree.  Also, the app will support drag&drop of files and folders as well.  Your thoughts before I proceed?
4843
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on October 26, 2009, 07:59 PM »
Hahaha...I'm happy it works at ANY level in Linux.  =]  Thanks for the testing and feedback.
4844
General Software Discussion / Re: My text file manipulation needs
« Last post by skwire on October 26, 2009, 04:53 PM »
forkinpm, maybe my previous post was misunderstood?  Due to the time required for an app of this complexity, I will not be developing it any further.
4845
The interface layout is very nicely done.  Logical, concise and no superfluous crap.  Just the way I like them.
4846
Finished Programs / Re: Group files from within folders
« Last post by skwire on October 25, 2009, 03:41 PM »
So a simple Open folder window (allowing multiple folders to be selected)
Then read all files from inside
Select destination folder and then copy all files to there.

Do you want all the files copied into one destination folder (flat) or did you want the directories' structures selected preserved?
4847
I've heard of µTorrent, but hear that it "cheats" (which I don't want to do)

Hmmm...are you certain it was uTorrent and not BitComet?
4848
Finished Programs / Re: DONE: Tag2Folder-New Feature Request (Skwire Please Check)
« Last post by skwire on October 25, 2009, 11:21 AM »
Website | Download

v1.0.1 - 2009-10-25
    + Added a "Tags 2 Folders" shell extension option to the Extra menu.
      Once enabled, you can right-click a folder, select the Tags 2 Folders
      option and it will then be loaded as the source directory.  (Thanks, paarkhi)
4849
Finished Programs / Re: DONE: Tag2Folder-New Feature Request (Skwire Please Check)
« Last post by skwire on October 25, 2009, 08:27 AM »
May I request you the 'Shell Extension' please

Sure, I can add this.

and can we sort it out on more than one token or only single token is allowed, if yes then please show us how, and if not can you add it please?

If I understand you correctly, yes, you can.  Let's assume a destination directory of "C:\Music".  For instance, if you use a template like this: $artist\[$year] $album    
That backslash will let you create a folder structure like:

C:
+---Music
|   +---U2
|   |   \---[1987] The Joshua Tree


Or, you can use a template like this:  $artist - $album
This will create a folder like:

C:\Music\U2 - The Joshua Tree

Does that answer your question?

Edit: Fleshed out the examples a bit.
4850
You could write a simple ahk script (or even a batch file) that will delete and re-add the drive.
Pages: prev1 ... 189 190 191 192 193 [194] 195 196 197 198 199 ... 222next