I want to create a Smart Folder which just lists all files of my ~/Music directory - i.e. just a flattened version of that folder.
How can I do this?
(I tried to type * in the search field, but that doesn't list all files.)
|
I want to create a Smart Folder which just lists all files of my How can I do this? (I tried to type |
||||
|
|
By default, the Spotlight GUI in the Finder will not let you use wildcards or other advanced syntax. However, by using the
The above query will search for files that have .mp3, .ogg, or .flac in their filename (as opposed to the contents of the file). This Macworld article helped me construct this particular query, but this Apple Developer page has a more comprehensive listing of the types of metadata available for raw queries. Alternatively, you can construct the desired query visually:
If you want the search to display all files below a given folder (regardless of file type), you can use the
|
|||||||||||
|
|
It looks like just typing a . in the search field shows all files, but not folders. |
|||||
|
|
I know you want a smart folder, but in the absence of that, you can use Terminal: ls -R ~/Music This will give you a list, but I think what you want is to be able to see the files and access them directly. |
|||
|
|
Am I missing something, but this seems really simple:
UPDATE:
Here's v2 where I just set it to File Size is greater than 0KB and get all files in the Music folder
|
|||||||||
|