Julien-Blanc-tgcm

Results 13 comments of Julien-Blanc-tgcm

You might want to have a look at https://github.com/Julien-Blanc-tgcm/indexed_array . I just added magic_enum support, and i think it provides what you want (unless you need iteration on both the...

Thanks for spotting the missing constexpr. It may be better to discuss this in indexed_array issue tracker, though. As for non default constructible values this is not an issue if...

I can confirm this does not work with #2710 applied. Adding one-time works fine, adding with autoscan results in very few (i have a quite huge database, so i selected...

Tried that, but unfortunately this is not better. I can confirm that image files are imported correctly, but not audio files. I will make a new attempt with full trace...

Yes, this fixes the issue for me. Thanks !

Thanks for the reply. I'm using builtin layout. From the database content, i have the impression that two entries are created, one for the Albums virtual folder (in which everything...

With master the behaviour is different. I get under Directories ``` 01 - bar 02 - eeh 03 - foo 04 - zaz ``` So, it's wrong as well. I...

I'm talking about the `V/Audio/Directories` virtual folder. ``` sqlite> select * from mt_cds_object where id=20; id|ref_id|parent_id|object_type|upnp_class|dc_title|location|location_hash|auxdata|update_id|mime_type|flags|part_number|track_number|service_id|last_modified|last_updated 20||12|1|object.container|Directories|V/Audio/Directories|3261617994||3||1|||||1663914250 sqlite> ``` ``` sqlite> select * from mt_cds_object where parent_id=20; id|ref_id|parent_id|object_type|upnp_class|dc_title|location|location_hash|auxdata|update_id|mime _type|flags|part_number|track_number|service_id|last_modified|last_updated 178||20|1|object.container|Dalmak|V/Audio/Directories/Dalmak|699656939||1||1|||||1663913718...

Same question. Would be a really nice feature to allow unregistered users to use this editor (for notes sharing, for example)

An important thing to take into consideration is sharing. I use the gallery view to share some photos with friends : it is much nicer than the file view or...