WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: need help associating files in 3.5  (Read 1142 times)

Offline enoch

  • Full Member
  • ***
  • Posts: 122
need help associating files in 3.5
« on: March 09, 2011, 05:06:58 PM »
Hey
asking for help associating files in TC 3.5 for example opening png files in Fluff etc.

Offline MikeLockmoore

  • Hero Member
  • *****
  • Posts: 525
  • Good software needn't be big!
Re: need help associating files in 3.5
« Reply #1 on: March 09, 2011, 07:55:09 PM »
OK, I'll try.  First some general guidelines, hopefully useful to you and/or other people.

Steps:
1. Select an example file of the type.  PNG files should be automatically identified correctly.  Do you see "png image" in the file type column of Fluff's file details window?

2. Press F7, or click on the "Props." toolbar button, or right-click over the file details and select Properties.  the File Properties dialog appears.

3.  In the File Properties dialog box, you should see a button labeled "Type" under the file name toward the right side.  Click it, and you should see the "Manage File Types and Hints" dialog box.

4. In the Manage File Types and Hints dialog box, the file type should be pre-selected ("png image ...").  Click the "Associated Apps" button.  The "Manage Associations" dialog box appears.

5.  In the Manage Associations dialog, you may add or change the application associated with the file type.  If you don't see any associated applications, you should click "Add new".  A new association entry will be created with the label "Action" and the command-line format "progname %s &".  You will need to change these to suit your installation of TinyCore.  Maybe change the label "Action" to "View" and the command line specification to "flpicsee %s &" or some other image view that you have installed.  Maybe make an entry for "Edit" defined with the command line "mtpaint %s &"

The changes you make are automatically remembered and will be saved when you close Fluff, unless it crashes or is aborted.  If you start making changes and want to back out, you may use the "Undo changes" buttons.  

The command-line specification may have one "%s" character pair that will be expanded by Fluff with the name or names of the selected file(s).  The "&" character allows the launched application to run independently of Fluff, so you can resume doing normal file manager stuff right away, and can even close fluff but keep the launched associated app running.  You don't have to follow this exact pattern.  I have in the past set up mplayer to "Play" certain media types, but also defined a "Stop" command that had the command-line "killall mplayer".

If your associated command requires multiple references of the filename (more than one repetition of "%s"), you won't be able to do that directly.  Maybe it would be best to make a script that accepts one parameter and then repeats it internally as needed.

Let me know if this helps and if you have further questions.  If you have a very specific issue, describe what you tried and any info on how it is failing.

The online help file (if installed) covers some of this and more.  
--
Mike Lockmore
« Last Edit: March 09, 2011, 07:57:50 PM by MikeLockmoore »

Offline enoch

  • Full Member
  • ***
  • Posts: 122
Re: need help associating files in 3.5
« Reply #2 on: March 11, 2011, 06:42:15 PM »
Thanks Mike

Got the associations working, its easy with xfe not so with fluff.

Offline MikeLockmoore

  • Hero Member
  • *****
  • Posts: 525
  • Good software needn't be big!
Re: need help associating files in 3.5
« Reply #3 on: March 13, 2011, 12:31:05 PM »
I'm glad you got it working.  Would you mind saying why you think it is easier with xfe?  Maybe I can make it easier in a future version of Fluff.