[Digikam-devel] [Bug 120945] New: Allow export of virtual albums (tags/sub-tags)

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 120945] New: Allow export of virtual albums (tags/sub-tags)

Bugzilla from nicolas.brisset@eurocopter.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=120945         
           Summary: Allow export of virtual albums (tags/sub-tags)
           Product: digikam
           Version: 0.9.0-svn
          Platform: unspecified
        OS/Version: Linux
            Status: NEW
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: nicolas.brisset eurocopter com


Version:           0.9.0-svn (using KDE 3.4.2, Mandrake Linux Cooker i586 - Cooker)
Compiler:          Target: i586-mandriva-linux-gnu
OS:                Linux (i686) release 2.6.12-12mdk

This is somehox related with:
- bug #95115, which was actually more a recurvise HTML gallery request
- bug #117073 as tag or album export should both have the same kind of easy selection interface

But the specificity in this request is that a tag/subtag hierarchy should be handled like a regular filesystem hierarchy. The two most important export functions I'd like to have are:
- drag & drop as for albums
- basically, the same export plugins as albums (digikam should make it transparent to plugins whether is is a real filesystem hierarchy or virtual, tag-based hierarchy, which should be feasible if the interface is a complete list or URLS)...
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 120945] Allow export of virtual albums (tags/sub-tags)

Bugzilla from nicolas.brisset@eurocopter.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=120945         




------- Additional Comments From nicolas.brisset eurocopter com  2006-02-15 01:29 -------
Created an attachment (id=14704)
 --> (http://bugs.kde.org/attachment.cgi?id=14704&action=view)
Small ruby script that does this

Here is a small ruby script that does this. It is called like this (from the
root album where digikam3.db is):
> ruby export_tags_recursive.rb topmost_tag destination_dir

It will export tags and subtags, making copies of the files in the destination
dir (and subdirs if required).
I'm not aware of the integrability of external scripts into digikam, but as I
see it this was only a good exercise and should be considered as a prototype
for proper Qt/KDE/digikam integration.
I'm not too familiar with drag&drop but I believe it amounts to adding a method
somewhere to generate a URL list when a drag action is started. If that"s the
case, this should be fairly easy to adapt.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 120945] Allow export of virtual albums (tags/sub-tags)

Bugzilla from mikmach@wp.pl
In reply to this post by Bugzilla from nicolas.brisset@eurocopter.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=120945         




------- Additional Comments From mikmach wp pl  2006-02-15 13:57 -------
It is impossible to hook external scripts into digiKam (yet, I hope)
Check bug 88932.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 120945] Allow export of virtual albums (tags/sub-tags)

Bugzilla from nicolas.brisset@eurocopter.com
In reply to this post by Bugzilla from nicolas.brisset@eurocopter.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=120945         




------- Additional Comments From nicolas.brisset eurocopter com  2006-03-14 23:34 -------
Is there anybody working on this (or planning to do so) ? I am not too familiar with drag&drop in KDE, but from my rough understanding when a drag action is started, some function is triggered to create the relevant drag object (here a list of URLs). If I understand this correctly, we'd need to allow dragging tags, and implement a function with the same algorithm as the ruby script above to generate the right Q/KDragObject containing the URL list, which could then be dropped in konqueror, k3b or elsewhere. I don't see the details of this clearly, but I think it would be nice...
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 120945] Allow export of virtual albums (tags/sub-tags)

Gilles Caulier
In reply to this post by Bugzilla from nicolas.brisset@eurocopter.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=120945         
caulier.gilles free fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vardhman gmail com



------- Additional Comments From caulier.gilles free fr  2006-07-25 13:26 -------
Vardhman,

I add you like CC of this bug since this file is relevant of your current digikam kipi-plugins interface implementation about to export virtual folders to plugins like physical folders.

Please post some comments in this thread about the status of your current implementation
Thanks in advance

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] [Bug 120945] Allow export of virtual albums (tags/sub-tags)

Bugzilla from vardhman@gmail.com
On 25 Jul 2006 11:26:44 -0000, Gilles Caulier <[hidden email]> wrote:
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=120945
caulier.gilles free fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vardhman gmail com



------- Additional Comments From caulier.gilles free fr  2006-07-25 13:26 -------
Vardhman,

I add you like CC of this bug since this file is relevant of your current digikam kipi-plugins interface implementation about to export virtual folders to plugins like physical folders.

Please post some comments in this thread about the status of your current implementation
Thanks in advance

 Hi,
       I haven't even started working on that particular aspect. I am sorry to say I will not be able to do much till August end. So if someone plans to start hacking in to it, be most welcome.

regards,
Vardhman

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel



--
Blogs: http://vardhman.blogspot.com

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 120945] Allow export of virtual albums (tags/sub-tags)

Bugzilla from vardhman@gmail.com
In reply to this post by Bugzilla from nicolas.brisset@eurocopter.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=120945         




------- Additional Comments From vardhman gmail com  2006-07-25 14:06 -------
On 25 Jul 2006 11:26:44 -0000, Gilles Caulier <caulier.gilles free fr>
wrote:
[bugs.kde.org quoted mail]


 Hi,
       I haven't even started working on that particular aspect. I am sorry
to say I will not be able to do much till August end. So if someone plans to
start hacking in to it, be most welcome.

regards,
Vardhman

_______________________________________________
> Digikam-devel mailing list
> Digikam-devel kde org
> https://mail.kde.org/mailman/listinfo/digikam-devel
>




On 25 Jul 2006 11:26:44 -0000, <b class="gmail_sendername">Gilles Caulier</b> &lt;<a href="mailto:caulier.gilles free fr">caulier gilles free fr</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
------- You are receiving this mail because: -------<br>You are the assignee for the bug, or are watching the assignee.<br><br><a href="http://bugs.kde.org/show_bug.cgi?id=120945">http://bugs.kde.org/show_bug.cgi?id=120945
</a><br>caulier.gilles free fr changed:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What&nbsp;&nbsp;&nbsp;&nbsp;|Removed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |Added<br>----------------------------------------------------------------------------<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CC|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|vardhman gmail com
<br><br><br><br>------- Additional Comments From caulier.gilles free fr&nbsp;&nbsp;2006-07-25 13:26 -------<br>Vardhman,<br><br>I add you like CC of this bug since this file is relevant of your current digikam kipi-plugins interface implementation about to export virtual folders to plugins like physical folders.
<br><br>Please post some comments in this thread about the status of your current implementation<br>Thanks in advance</blockquote><div><br>&nbsp;Hi,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I haven't even started working on that particular aspect. I am sorry to say I will not be able to do much till August end. So if someone plans to start hacking in to it, be most welcome.
<br></div><br><div>regards,<br>Vardhman <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">_______________________________________________
<br>Digikam-devel mailing list<br><a href="mailto:Digikam-devel kde org">Digikam-devel kde org</a><br><a href="https://mail.kde.org/mailman/listinfo/digikam-devel">https://mail.kde.org/mailman/listinfo/digikam-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Blogs: <a href="http://vardhman.blogspot.com">http://vardhman.blogspot.com</a><br>
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 120945] Allow export of virtual albums (tags/sub-tags)

Gilles Caulier
In reply to this post by Bugzilla from nicolas.brisset@eurocopter.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=120945         
caulier.gilles free fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Tags
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 120945] Allow export of virtual albums (tags/sub-tags)

Bugzilla from klei6b05@uni-trier.de
In reply to this post by Bugzilla from nicolas.brisset@eurocopter.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=120945         




------- Additional Comments From klei6b05 uni-trier de  2008-05-12 08:58 -------
I would also appreciate this feature. Additionally the same feature for the "virtual albums" as the pictures selected by date.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel