Re: [darktable-user] Server client mode?

2020-07-05 Thread Michael Mosmann
Am 05.07.20 um 23:02 schrieb Guillermo Rozas: > Really, the best option now is the local copies feature. Anything else > is fighting against the way darktable is designed to work (as a > standalone local application). You can do it, but, as they say, "you can > keep the pieces when you break it".

Re: [darktable-user] Server client mode?

2020-07-05 Thread Michael Staats
On 05/07/2020 23:02, Guillermo Rozas wrote: > Would latency be a significant problem? > > darktable needs to access its databases for every single edition. Every > time you change a parameter on a darkroom module this gets written to > the library database. So I would say latency would be a

[darktable-user] Over/Under Exposure indicator.

2020-07-05 Thread David Vincent-Jones
Can somebody please confirm: if the over/under exposure indicator is 'on' and the softproofing indicator is also 'on', then the underexposure markings are _not_ displayed. The overexposure indicators are correctly shown. If others are seeing the same I will redmine report. David

Re: [darktable-user] Server client mode?

2020-07-05 Thread Michael Rasmussen
On Sun, 5 Jul 2020 14:50:45 -0300 Guillermo Rozas wrote: > > You can certainly do that, but you will still have the same problems I > described before (probably worse because syncing is real time in this > case). The problem is not how do you share the databases, the problem > is that you share

Re: [darktable-user] Server client mode?

2020-07-05 Thread Guillermo Rozas
> > Would there be any problems created during an update? ... > Yes, specially with the git version you risk having incompatible versions of the database between different installations. At best, it would prevent you to work until you update, at worst it could corrupt the database. > Would

Re: [darktable-user] Server client mode?

2020-07-05 Thread David Vincent-Jones
I run dt on multiple machines (in multiple locations), I update the Arch systems with the latest git on a very regular basis. The suggested idea of using an external dive for the imagery and config files is appealing. # darktable --configdir "/path/to/server/config/darktable" --cachedir

Re: [darktable-user] Server client mode?

2020-07-05 Thread Torstein Eide
My first thoughts about architecture is the following: # Server: - Provides an API to the Client. - Is the only direct user of the database, so SQLite will still work, but Mysql/MariaDB is much faster. - Have a web interface for management. - User upload images via API or web interface- - Server

Re: [darktable-user] Server client mode?

2020-07-05 Thread Remco Viëtor
On dimanche 5 juillet 2020 19:50:45 CEST Guillermo Rozas wrote: > > If I understand correctly - SQLite won't work well in a client / server > > mode > > > > https://stackoverflow.com/questions/1321493/sqlite-for-client-server > > In the case of darktable the problem described there (performance

Re: [darktable-user] Server Client Mode

2020-07-05 Thread Guillermo Rozas
> > While this is a real need, someone's genuine desire, does it have to be > part of Darktable, or could it be a separate piece of software that > darktable plays well with? > At some point you need to modify something in darktable's code, because darktable accesses its databases directly, and

Re: [darktable-user] Server client mode?

2020-07-05 Thread Guillermo Rozas
> > If I understand correctly - SQLite won't work well in a client / server > mode > > https://stackoverflow.com/questions/1321493/sqlite-for-client-server In the case of darktable the problem described there (performance because of simultaneous access) won't be a big issue. The problem is that

Re: [darktable-user] Server client mode?

2020-07-05 Thread Patrick Shanahan
* Guillermo Rozas [07-05-20 13:39]: > > > > It is a regular topic of conversation, along with related DAM matters. > > However, there isn't really a spec for what is needed/wanted, nor is anyone > > stepping up to write such a spec, or design and implement a solution. > > > > I would say DAM

Re: [darktable-user] Server client mode?

2020-07-05 Thread Guillermo Rozas
> > It is a regular topic of conversation, along with related DAM matters. > However, there isn't really a spec for what is needed/wanted, nor is anyone > stepping up to write such a spec, or design and implement a solution. > I would say DAM features are more important, and probably more widely

[darktable-user] Server Client Mode

2020-07-05 Thread Charlie Goodwin
While this is a real need, someone's genuine desire, does it have to be part of Darktable, or could it be a separate piece of software that darktable plays well with? I hope the latter. I would suggest that the addition of more and more functionality to Darktable, outside of the core mission, may

Re: [darktable-user] Server client mode?

2020-07-05 Thread I. Ivanov
I will likely face the same question in the near future. Few thoughts... If I understand correctly - SQLite won't work well in a client / server mode https://stackoverflow.com/questions/1321493/sqlite-for-client-server One of the channels I am watching discussed "syncthing"

Re: [darktable-user] Server client mode?

2020-07-05 Thread Robert Bridge
It is a regular topic of conversation, along with related DAM matters. However, there isn't really a spec for what is needed/wanted, nor is anyone stepping up to write such a spec, or design and implement a solution. On Sun, 5 Jul 2020 at 14:53, Guillermo Rozas wrote: > I would love and support

Re: [darktable-user] Server client mode?

2020-07-05 Thread Guillermo Rozas
> > I would love and support a concept of server/client for darktable. > The best way to ask is to do that in Github ( https://github.com/darktable-org/darktable, create a new 'Feature request' after checking it was not asked before). I'm not a developer, but I would expect not to be an easy

Re: [darktable-user] Server client mode?

2020-07-05 Thread Torstein Eide
Thanks, Bernhard, Rene and Guillermo. So currently the safes approach is to use local config, and maybe have the cache on the NAS. Since if I were to have the database on the NAS as well I may run into issues, i wanted to work remotely with my photos. I would love and support a concept of

Re: [darktable-user] Server client mode?

2020-07-05 Thread Guillermo Rozas
Not in an easy way, there is no concept of server/client for darktable. In particular, sharing the library between computers is prone to generate problems. In principle, all of darktable's configuration and libraries are saved in a couple of files, so you could share those files between

Re: [darktable-user] Server client mode?

2020-07-05 Thread René Seindal
On 05/07/2020 14:43, Bernhard wrote: Torstein Eide schrieb am 05.07.20 um 14:36: Hi Is it possible to set up darktable in a server/client mode? Where I have all my files and setting on server. But I can access the same library from different client  machines. if you are only one person

Re: [darktable-user] Server client mode?

2020-07-05 Thread Bernhard
Torstein Eide schrieb am 05.07.20 um 14:36: Hi Is it possible to set up darktable in a server/client mode? Where I have all my files and setting on server. But I can access the same library from different client  machines. if you are only one person using one machine at a time you might

[darktable-user] Server client mode?

2020-07-05 Thread Torstein Eide
Hi Is it possible to set up darktable in a server/client mode? Where I have all my files and setting on server. But I can access the same library from different client machines. darktable user mailing list to

Re: [darktable-user] JPG EXIF DATA

2020-07-05 Thread Coding Dave
ok, thanks. My problem is different then. Am So., 5. Juli 2020 um 04:11 Uhr schrieb David Vincent-Jones < david...@gmail.com>: > Yes, solution found ... there is a settings button alongside to the > 'export' button that allows a varity of settings to be selected. Nice > feature! > > David > On