[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2024-02-16 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=406506

Patrick Silva  changed:

   What|Removed |Added

 CC||nealheine...@gmail.com

--- Comment #23 from Patrick Silva  ---
*** Bug 481420 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2023-11-17 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=406506

Patrick Silva  changed:

   What|Removed |Added

Version|19.08.1 |24.01.75

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2022-08-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406506

funkybom...@gmail.com changed:

   What|Removed |Added

 CC||funkybom...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2022-01-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=406506

--- Comment #22 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/network/kio-extras/-/merge_requests/141

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2021-12-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406506

--- Comment #21 from tagwer...@innerjoin.org ---
(In reply to Nate Graham from comment #1)
> Probably it should just index NTFS disks...
As a marker...

Tested a Fedora 35 system with the new Paragon ntfs3 driver. I created an NTFS
drive with KDE Partition manager and attached as "/home2" (that is, listed in
/etc/fstab with some "magic dust" for selinux).

I was able to create a user on that filesystem, copy files across, see that
they were being picked up and indexed (with balooctl monitor), tag them, add a
"tags" column in Dolphin and jump back and forth between the "tag folders". I
think that's not so bad...

This is very much a "Toe In The Water" test but there's no immediate evidence
of calamity (device numbers and inodes _do_ seem stable and the baloo index is
living on the same drive). However I don't know enough to say whether ntfs3 is
stable and when you could trust it with real data.

The Magic Dust I used was:

UUID=   /home2   ntfs3  
rw,relatime,context="system_u:object_r:home_root_t:s0" 0 0

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2021-11-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406506

tagwer...@innerjoin.org changed:

   What|Removed |Added

 CC||xenoida...@gmail.com

--- Comment #20 from tagwer...@innerjoin.org ---
*** Bug 445067 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2021-03-27 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=406506

--- Comment #19 from Méven Car  ---
(In reply to tagwerk19 from comment #18)
> (In reply to Patrick Silva from comment #0)
> > It would be very nice if Dolphin could show metadata of non-indexed files
> > too.
> Having looked at Bug 434565
> 
> If baloo is enabled, as per 
> Indexing-Enabled=true
> in baloofilerc, then dolphin displays the tags, ratings, comment (xattr
> metadata) read from the filesystem
> 
> With
> Indexing-Enabled=false
> dolphin doesn't display the attributes.
> 

Indeed it depends on baloo metadata indexing currently.

But it does not support path not indexed by baloo such as external drives.
Also we can implement this without baloo as a fallback.

My patch suite https://invent.kde.org/system/dolphin/-/merge_requests/157 stuck
in review limbo does that.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2021-03-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406506

--- Comment #18 from tagwer...@innerjoin.org ---
(In reply to Patrick Silva from comment #0)
> It would be very nice if Dolphin could show metadata of non-indexed files
> too.
Having looked at Bug 434565

If baloo is enabled, as per 
Indexing-Enabled=true
in baloofilerc, then dolphin displays the tags, ratings, comment (xattr
metadata) read from the filesystem

With
Indexing-Enabled=false
dolphin doesn't display the attributes.

Neon Testing
Dolphin : 20.12.3
Plasma : 5.21.3
Frameworks : 5.81.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2021-03-12 Thread Metal450
https://bugs.kde.org/show_bug.cgi?id=406506

--- Comment #17 from Metal450  ---
(In reply to tagwerk19 from comment #16)
> (In reply to Metal450 from comment #11)
> 
> > ... those shouldn't be indexed.
> 
> You could possibly imagine a future where an index is built and held on the
> remote/removeable filesystem and is queried when that filesystem is online?
> Remote/removeable systems have their own wastebaskets, could they not have
> their own indexes?
> 
> Not seriously suggesting that this is on anyone's workplan. But, wouldn't
> that future be nice?

That wouldn't be my preference.  Far better if metadata just worked without
needing to store indexes everywhere (as it does on Windows).  It does take a
second or two for large directories to populate all the meta fields, but I'd
much rather wait ~2 seconds than have indexes all over the place.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2021-01-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406506

tagwer...@innerjoin.org changed:

   What|Removed |Added

 CC||tagwer...@innerjoin.org

--- Comment #16 from tagwer...@innerjoin.org ---
(In reply to Metal450 from comment #11)

> ... those shouldn't be indexed.

You could possibly imagine a future where an index is built and held on the
remote/removeable filesystem and is queried when that filesystem is online?
Remote/removeable systems have their own wastebaskets, could they not have
their own indexes?

Not seriously suggesting that this is on anyone's workplan. But, wouldn't that
future be nice?

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2021-01-09 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=406506

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #15 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/system/dolphin/-/merge_requests/157

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2020-12-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406506

Nate Graham  changed:

   What|Removed |Added

 CC||dc.h...@slowlyboiledfrog.co
   ||m

--- Comment #14 from Nate Graham  ---
*** Bug 429740 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2020-11-01 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=406506

Méven Car  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

--- Comment #13 from Méven Car  ---
*** Bug 426154 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2020-11-01 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=406506

Méven Car  changed:

   What|Removed |Added

  Component|general |view-engine: details mode
 CC||kfm-de...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2020-11-01 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=406506

--- Comment #12 from Méven Car  ---
(In reply to Méven Car from comment #10)
> I did some investigation to fix this.
> 
> The limitation is currently in kbaloorolesprovider 
> In QHash KBalooRolesProvider::roleValues(const
> Baloo::File& file,
> [...]
> // The baloo roles provider calls :
> QMapIterator
> it(file.properties());
> 
> But has no other patch when baloo does not respond anything.
> Contrary to the InformationPanel that uses baloo-widgets FileMetaDataWidget
> widget that uses FileMetaDataProvider that uses IndexedDataRetriever when
> baloo has not find metadata.
> However IndexedDataRetriever calls directly the executable
> baloo_filemetadata_temp_extractor in a process to retrieve metadata for a
> file, and this is not a great idea to reuse the IndexedDataRetriever in a
> loop as the detail view needs, since for each file a process would need to
> get spawned, creating some overhead.
> And the dolphin view is filled synchronously in KFileItemModelRolesUpdater,
> making the UI freeze when the metadata are retrieved.
> 
> So the solution would be either reuse IndexedDataRetriever for the detail
> view and pay the price, or implement an API in Baloo to call do what
> baloo_filemetadata_temp_extractor does asynchronously and make dolphin able
> to load metadata asynchronously.

`baloo_filemetadata_temp_extractor` is in `extractor.cpp` whose code could be
turned into a KJob, that dolphin could use.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2020-09-10 Thread Daniele Scasciafratte
https://bugs.kde.org/show_bug.cgi?id=406506

Daniele Scasciafratte  changed:

   What|Removed |Added

 CC||mte90...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2020-06-25 Thread Merritt
https://bugs.kde.org/show_bug.cgi?id=406506

Merritt  changed:

   What|Removed |Added

 CC||merritt_pub...@outlook.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2020-06-25 Thread Merritt
https://bugs.kde.org/show_bug.cgi?id=406506

Merritt  changed:

   What|Removed |Added

 CC|merritt_pub...@outlook.com  |

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2020-05-27 Thread Metal450
https://bugs.kde.org/show_bug.cgi?id=406506

Metal450  changed:

   What|Removed |Added

 CC||metal...@gmail.com

--- Comment #11 from Metal450  ---
(In reply to Nate Graham from comment #1)
> Probably it should just index NTFS disks...

I'm facing the same issue as the OP, & am definitely not after a solution of
indexing NTFS disks. Being able to view media columns on removable USB drives,
SD cards, network drives, etc is also important - & those shouldn't be indexed.
 In my case, I actually have indexing disabled entirely, as I don't use search
& thus don't need the overhead.  But losing those columns when moving over from
Nemo (which supports them via extension) definitely felt like a bit of a
regression.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2020-03-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=406506

hoperidesal...@protonmail.ch changed:

   What|Removed |Added

 CC||hoperidesalone@protonmail.c
   ||h

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2019-09-05 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=406506

Patrick Silva  changed:

   What|Removed |Added

Version|18.12.3 |19.08.1

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2019-06-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406506

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |HI

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2019-06-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=406506

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2019-05-09 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=406506

Méven Car  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #10 from Méven Car  ---
I did some investigation to fix this.

The limitation is currently in kbaloorolesprovider 
In QHash KBalooRolesProvider::roleValues(const
Baloo::File& file,
[...]
// The baloo roles provider calls :
QMapIterator
it(file.properties());

But has no other patch when baloo does not respond anything.
Contrary to the InformationPanel that uses baloo-widgets FileMetaDataWidget
widget that uses FileMetaDataProvider that uses IndexedDataRetriever when baloo
has not find metadata.
However IndexedDataRetriever calls directly the executable
baloo_filemetadata_temp_extractor in a process to retrieve metadata for a file,
and this is not a great idea to reuse the IndexedDataRetriever in a loop as the
detail view needs, since for each file a process would need to get spawned,
creating some overhead.
And the dolphin view is filled synchronously in KFileItemModelRolesUpdater,
making the UI freeze when the metadata are retrieved.

So the solution would be either reuse IndexedDataRetriever for the detail view
and pay the price, or implement an API in Baloo to call do what
baloo_filemetadata_temp_extractor does asynchronously and make dolphin able to
load metadata asynchronously.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2019-04-28 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=406506

Stefan Brüns  changed:

   What|Removed |Added

 CC||stefan.bruens@rwth-aachen.d
   ||e

--- Comment #9 from Stefan Brüns  ---
(In reply to Méven Car from comment #8)
> I didn't get that was about the detail view column in the first place.
> Thank you for correcting me.

Me neither ...

@Patrick - next time, please be more specific.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 406506] Wish - Show metadata of files stored on locations non-indexed by baloo in details view mode

2019-04-20 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=406506

Patrick Silva  changed:

   What|Removed |Added

Summary|Wish - Show metadata of |Wish - Show metadata of
   |files stored on locations   |files stored on locations
   |non-indexed by baloo|non-indexed by baloo in
   ||details view mode

-- 
You are receiving this mail because:
You are watching all bug changes.