Registered Member
|
Hello,
the idea is simple, a folder (look alike) that actually stores a search results. for example: you want the folder ~/Documents/Music to list all the music in /mnt/Media/Mp3; /media/Music-Player; ~/my-music; you get the idea. https://bugs.kde.org/show_bug.cgi?id=242975 the search results must be up to date and not static. to make it complete dolphin must support multiple search paths as well. https://bugs.kde.org/show_bug.cgi?id=242976 thanks, YB. |
Registered Member
|
this idea seems like its the same as "virtual folders" which have been discussed for quite some time now. This is something that will eventually be done by using nepomuk to save a list of eg; all music files, videos, etc. all in one virtual folder. Google it and check it out, not sure where the project stands right now but it was a big selling point of the technologies of nepomuk and KDE4 when they were first being marketed
|
KDE Developer
|
For now it is possible by making a link to the search results and giving it a folder-icon.
|
Registered Member
|
How, exactly? I tried this but couldn't get it to work.
Man is the lowest-cost, 150-pound, nonlinear, all-purpose computer system which can be mass-produced by unskilled labor.
-NASA in 1965 |
KDE Developer
|
Do a search.
Copy the URL. Go to where you want the link. Right-click: Create new Link to Location Paste the URL saved earlier Give it a nice name. |
Registered Member
|
are you using Dolphin "Tools"->"Find File" ? |
Global Moderator
|
I don't think it works for Dolphin's "Tools->Find File" but I have confirmed david_edmundson's method using the Nepomuk search bar in Dolphin. However using this method I was only able to create a desktop configuration file and not a native folder. Clicking it did result in the search results "folder" being opened, but it really was simply a new Dolphin window showing the results of the nepomuk query.
yehielb, does this work for you?
Moult, proud to be a member of KDE forums since 2008-Oct.
thinkMoult - source for tech, art, and animation: hilarity and interest ensured! WIPUP.org - a unique system to share, critique and track your works-in-progress projects. |
Global Moderator
|
It doesn't work with the "Tools->Find File" method but I have tested david_edmundson's method with the nepomuk query field on the top right of Dolphin. It works fine, other than the fact that it doesn't create a native folder as such, but instead a desktop configuration file which opens a new Dolphin window.
Does this work for you, yehielb?
Moult, proud to be a member of KDE forums since 2008-Oct.
thinkMoult - source for tech, art, and animation: hilarity and interest ensured! WIPUP.org - a unique system to share, critique and track your works-in-progress projects. |
KDE Developer
|
I assumed we were talking about nepomuk search. Sorry.
Nepomuk is a much much more advanced version of the find dialog anyway. It will do everything. Yes, a 'link' is what it would create. However I don't see why you would ever treat that to be any different from a "native folder" (except the new window thing, I'm a bit surprised by that). You can drag & drop, move, copy. Pretty much everything. I use it all the time for lots of ftp links and such. |
Registered Member
|
No, I have enabled the strigi file indexer for the night, gave it a try but either it is too complicated or it is just not working. I am an asking for images inside an only images folder and I get no results... and it seems like it take forever for a task that should take a second or two.
Last edited by yehielb on Tue Jul 13, 2010 9:05 am, edited 1 time in total.
|
Registered Member
|
but you can't use that search results path as a parameter for anything. for example, I want my music player to look only in one folder and this is it. or I want to use a path for a slideshow from all my pictures from many folders. clearly if this search result look like a regular folder to all applications that would make it much better. now Nepomuk may return the required results but I think it's way too heavy gun for this task, a simple find script will do. and one more thing, I can't see a way to search in more then one place, which is very basic. |
KDE Developer
|
It _would_ look like a regular folder to all KDE applications.
That's the genius part about KIO slaves which is the underlying technology we're talking about here. There used to be a KIO slave for the find command, not sure if it got deprecated. I will take a look when I get home. |
Registered Member
|
when you say find command you mean GNU find or dolphin find? |
Global Moderator
|
Just throwing in another (possibly irrelevant) suggestion here, but will symlinks solve your problem of multiple locations accessed from one directory? I often do that for my music collection which is quite spread around to access them from a single "directory".
Moult, proud to be a member of KDE forums since 2008-Oct.
thinkMoult - source for tech, art, and animation: hilarity and interest ensured! WIPUP.org - a unique system to share, critique and track your works-in-progress projects. |
Registered Member
|
symlinks are good enough but they should be up to date, meaning that no dead links or missing links.
I can do the symlinks with for example: find /media/MEDIA/TV/ /media/MEDIA/movies/ \( -name "*.avi" -o -name "*.mpg" \) -exec ln -s {} \; but I don't know how to keep it up to date. and this is not very user friendly approach. |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]