topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 18, 2024, 9:40 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

Author Topic: Moving clips within folders  (Read 3073 times)

sosimple

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 25
    • View Profile
    • Donate to Member
Moving clips within folders
« on: October 10, 2014, 03:24 AM »
How do you move clips within folders?

Let's say I have two (sub)folders within the main "All" folder. These subfolders are named "Stuff1" and "Stuff2".

I have a new clip in the "All" folder. Let's call this "Clip1"

I drag "Clip1" from the "All" folder, the the "All/Stuff1" folder.

At this point, "Clip1" is seen in both the "All" folder, and the "All/Stuff1" folder, and I assume this is normal.

Question 1:
Is it possible to have "Clip1" only seen in the "All/Stuff1" folder (removed from the "All" folder), or is it the nature of the program to show *All* clips in the "All" folder?

--

At this point, "Clip1" is still seen in both the "All" folder, and the "All/Stuff1" folder. If I select "Clip1" in the "All/Stuff1" folder, and then choose "Delete", I see that "Clip1" is removed from the "All/Stuff1" folder, AND it is also removed from the "All" folder (removed "everywhere").

Question 2:
How do I remove "Clip1" from the "All/Stuff1" while leaving "Clip1" in the "All" folder?

--

With "Clip1" still seen in both the "All" folder, and the "All/Stuff1" folder, suppose I *also* want to see "Clip1" in the "All/Stuff2" folder. So, seen in both the "All/Stuff1" folder, and the "All/Stuff2" folder (and I assume it will always be seen in the "All" folder).

Question 3:
How do I have a clip available in multiple folders, as in this example case, in both the "All/Stuff1" folder, and the "All/Stuff2" folder?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Moving clips within folders
« Reply #1 on: October 10, 2014, 11:06 AM »
These are all good questions..

First let me explain the basic approach of CHS:

  • Every clip has one and only one group that it lives in.  Let's call this the "home" group of the clip.  In your example above, your clip's home group is "Stuff1".

There are two scenarios where a clip will APPEAR in other groups:

  • First -- by default when you click on a group that has child subgroups, CHS will show clips in the selected parent group BUT ALSO SHOW IN GRAY all clips in all child groups.  This is by design.
  • Second -- CHS lets you create "virtual" groups using sql database statements, that can show certain clips from any other group.  By default CHS comes with a few such virtual groups (such as the Favorites group, which will show clips in any other group that have the Favorite? column checkbox set, and the URL group which will show clips from any group that have http:// in them).

Any action you perform on clips that are shown in these other (virtual or parent) groups, will effect the original group -- whether that's deleting it or moving it.  There is only ever one copy of the clip. You cannot have a clip live in two real groups at the same time.



With all that said, let's answer your questions specifically:

Question 1: Is it possible to have "Clip1" only seen in the "All/Stuff1" folder (removed from the "All" folder), or is it the nature of the program to show *All* clips in the "All" folder?

Yes, if you disable the default feature where CHS shows the contents of child groups when you click on a parent group (uncheck the first option here):
Screenshot - 10_10_2014 , 11_01_30 AM.png


Question 2: How do I remove "Clip1" from the "All/Stuff1" while leaving "Clip1" in the "All" folder?

Select the All/Suff1 group, then drag your clip into the All group.


Question 3: How do I have a clip available in multiple folders, as in this example case, in both the "All/Stuff1" folder, and the "All/Stuff2" folder?

Cannot be done.  The best you could create a virtual group using sql statement that select from both groups. For example, you could put info in the Keywords column of clips and then make a virtual group that showed all clips in any groups with certain keywords.