SpaceRay
![]() |
Filter Forge DOES NOT allow and offer any way to delete, modify the place and change the order or organize the filters as you would want.
While I have been making a investigation to solve the problem of Ghislaine uploaded preset errors, I have tried to copy the presets directly INSIDE the filter itself. The next time I opened FF to view the filter I had a surprise, there were 66 FACTORY PRESETS ![]() SO after making some more tests I can say that: I have happily found a way to delete, modify the place and change the order or organize the FILTER FACTORY PRESETS as you would want!! The bad thing about this is not a easy and fast way to do it and involves going to the depths of the XML filter file hell ![]() ![]() Now I know how the presets works and how you can modify them.
1 - The Default preset is clearly put at the beginning of the presets and marked "Deafult Preset" and you can´t change this 2 - After the default preset, all the other preset do not have any numbered order, the presets appear simply in the order they are put in the list, so if you want to search for the preset that in the FF software appears in the 8th place, you ONLY have to count 8 filters presets groups in the filter XML file being the default preset the number 1.
A preset starts in the XML file with the: <Preset preview_image="LIFESAVER_OPAQUE"> that shows the name of the source image of the preset, in this case is the Built-in-image FF Lifesaver. <Preset preview_image="KINGFISHER_OPAQUE"> Show that the main image source will be the Kingfisher Even if you have an external source image instead of a built in image, here will be shown one the name of one of the built-in images (at least this is what I have seen that happens) A preset ends when you find this </SliderControl> </Controls> </Preset> HOW TO FIND EASILY THE START AND END OF A PRESET? Well you can use the text search using the feature found in the menu Edit -->FIND and type find </Preset> and this will show each of the ends and beginning of each preset So each time you hit the "NEXT" in the FIND it means that is a new preset and you can keep counting until you reach to number of the preset you want or need So for working with the presets you must cut all the text that is between these two. Please below for an example of how a preset looks
Well, you have to know what is the number of the preset and count the list of presets inside the filter XML file until you reach for the preset you want to delete. For example you want to delete preset 3, you have to go to the second preset after the default preset and delete all that is between the begin and end of the preset as shown on point 3
Well, you can organize and rearrange all the presets simply by changing the order of how they appear in the list in the XML file. If you want that the preset that has the number 2 should be the number 5, you only have to copy the whole preset after the preset number 4. If you want that the last preset should be the first after the default first main, just copy it after this deafult preset and it will change the place from last to second.
Filter Forge does NOT check and test if the presets inside the filter are really the factory presets that came with the filter or not, it simply shows the list of the presets it has inside the filter XML file. So if you do not like the factory preset that comes with the filter and you want to put your own customized ones, you CAN do it by copying the code of your own presets after the default preset and so the original factory presets will be shown AFTER your own presets, and ALL will be shown as factory presets.
|
|||||||||||||||
Posted: May 20, 2012 2:59 am | ||||||||||||||||
Morgantao
![]() |
SpaceRay, I haven't read the whole thing yet, but I can tell you that you probably shouldn't bother.
It's just like going in the FFXML file of a filter to add your own keywords. Next time you download filters the changes you make will just be reset. ![]() |
|||||||||||||||
Posted: May 20, 2012 3:45 am | ||||||||||||||||
SpaceRay
![]() |
IMPORTANT NOTE: XML = FFMXL
On all the above I have written XML, but really this is not true, I was always refering to the FFXML filter file Also the easy way to locate this FFXML file to be able to change the presets is to load FF, select the filter you want to change and then go to FILTER ---> Locate File A window will open and on the already selected file, click on Edit this file
Do you mean I do not have to bother because nobody is going to do it ? And it is the same like that adding keywords was about getting somewhat dirty with the XML code? Well I want to just let all of you know that IF YOU WANT it is possible and you CAN do it, so the it is UP TO YOU to decide if you want to do it or not. I wanted to share this discovery and is also helpful for myself to remember it as I have bad memory and will probably forget how I have done this, so being here in the forum I will not loose it ![]()
YES, is true that next time that the filter gets updated all the changes will be reset and erased, BUT: - How many times a filter gets updated ? It is not frequently and sometimes never. - You can always make a backup of the filter BEFORE updating it and then copy back the presets that you have configured and customized in the new updated filter. |
|||||||||||||||
Posted: May 20, 2012 12:46 pm | ||||||||||||||||
Morgantao
![]() |
No ![]() I mean because of the filter update = loss of presets. I agree that you CAN back up the library, and have all your modified filters saved in a safe place for later use, but... Well, I don't know about you, but there's no way I could remember which filteres I have customized and which of those got updated... ![]() |
|||||||||||||||
Posted: May 20, 2012 4:10 pm | ||||||||||||||||
SpaceRay
![]() |
Well, as I said, this is a negative side and undesired effect, BUT filters are not frequently updated and there is a way (although not easy) to solve the problem copying back the presets in your customized way after the update. So I do not think that this is not a bad problem as it may seem WHAT WOULD BE VERY GOOD IS THAT FF INC. UNLOCK THE FACTORY PRESETS INSIDE FF IN A EASY WAY |
|||||||||||||||
Posted: May 21, 2012 4:36 am | ||||||||||||||||
SpaceRay
![]() |
There is an even easier way that I have found using a XML editor software that makes it possible to separate the Presets from the filter and show individually each of the presets by itself and identify each preset MUCH EASIER.
The problem is that I still need to to find a free or cheap software for this, as the best one I have found for this that really works well is very expensive http://www.oxygenxml.com/download_oxy...ditor.html |
|||||||||||||||
Posted: June 5, 2012 12:40 am | ||||||||||||||||
Morgantao
![]() |
What exactly do you mean? |
|||||||||||||||
Posted: June 5, 2012 3:49 am | ||||||||||||||||
SpaceRay
![]() |
I mean that if you open a ffxml file in a text editor you will see a very long list of instructions without ANY kind of index of what is included there and to search for something inside the file is very difficult and boring and tiresome.
Let´s do the same with a special software prepared for editing XML files, and all is MUCH better, although they are very different, some have very few options and others are mostly for developers and not home users. I have tried five of them, and the only one I like until now is the Oxigen XML Editor (link above) When You open the ffxml (renamed the extension to xml) it automatically organizes all the content of the files in very useful and easy to see virtual folders so you can fast and easy search and modify what you want and need. ![]() |
|||||||||||||||
Posted: June 5, 2012 10:53 am | ||||||||||||||||
SpaceRay
![]() |
And as you have already the content of the FF filter separated you can go to the Presets folder and open it and then you can have ALL the presets organized also in sub folders (one subfolder for each preset) so is very easy to find each ones of the presets and they are organized in the same order as it appears in the FF presets
So you only have to open the +presets folders and find all the presets organized very well and easy there ![]() |
|||||||||||||||
Posted: June 5, 2012 10:57 am | ||||||||||||||||
SpaceRay
![]() |
||||||||||||||||
Posted: June 5, 2012 10:59 am | ||||||||||||||||
SpaceRay
![]() |
||||||||||||||||
Posted: June 5, 2012 11:00 am | ||||||||||||||||
SpaceRay
![]() |
Then after finishing all the changes you only have to save the filter and convert again back the extension to .ffxml and copy it back to the "my filters" folder or to the "my presets" folders.
YES, I know that ALL this changes will be lost if you decide to update the filter, but as said before, you only have to make a backup of the filter and then with JUST AND ONLY a text editor COPY AND PASTE the presets that you have already configured inside the new updated filter, or the presets file. Here is what the original presets was first inside FF ![]() |
|||||||||||||||
Posted: June 5, 2012 11:06 am | ||||||||||||||||
SpaceRay
![]() |
||||||||||||||||
Posted: June 5, 2012 11:12 am | ||||||||||||||||
SpaceRay
![]() |
What REALLY would be the best thing would be that the FF team would make possible to make this INSIDE Filter Forge by just drag´n´drop the presets and then would really the best way and be able to unlock the factory presets so you can delete AND reorganize them too.
PLEASE, PLEASE FF Team unlock factory presets and make be possible to move with drag´n´drop in FF 4.0 !!!! |
|||||||||||||||
Posted: June 5, 2012 11:16 am | ||||||||||||||||
SpaceRay
![]() |
Please, Anyone could know another similar XML editor like the Oxygen XML Editor (link above) that could make the same or similar things as described above ?
Because this Oxygen software is very expensive and I will not pay so much for this kind of softweare AND ONLY for changing the presets of Filter Forge ![]() |
|||||||||||||||
Posted: June 5, 2012 3:31 pm | ||||||||||||||||
SpaceRay
![]() |
As it has been confirmed that the very needed and very handy and helpful modification of presets will NOT happen in FF 4.0 (I still do not know what really will be included) I think that this will be the only way to be able to configure and customize the presets for FF 4.0
Please, if anyone could know another different way to do it, or have a different software to do it, would be very good to know about it Thanks |
|||||||||||||||
Posted: August 19, 2013 10:41 pm |
Filter Forge has a thriving, vibrant, knowledgeable user community. Feel free to join us and have fun!
33,712 Registered Users
+19 new in 30 days!
153,534 Posts
+32 new in 30 days!
15,348 Topics
+73 new in year!
28 unregistered users.