Re: [darktable-user] Lua Export

2018-03-07 Thread David Vincent-Jones
thanks ... that is exacltly what I currently have very confusing! On 03/07/2018 11:49 AM, thokster wrote: > The current version of selection_to_pdf.lua from here: > https://github.com/darktable-org/lua-scripts/tree/master/official > has the correct line 39. > > Am 07.03.2018 um 11:38 schrieb

Re: [darktable-user] Lua Export

2018-03-07 Thread thokster
The current version of selection_to_pdf.lua from here: https://github.com/darktable-org/lua-scripts/tree/master/official has the correct line 39. Am 07.03.2018 um 11:38 schrieb David Vincent-Jones: I am running dt ver. 2.5.0 ~git Should line 39 be modified for the current version?? On

Re: [darktable-user] Lua Export

2018-03-07 Thread David Vincent-Jones
I am running dt ver. 2.5.0 ~git Should line 39 be modified for the current version?? On 03/07/2018 11:31 AM, thokster wrote: > Did you check line 39 in selection_to_pdf.lua? > > > 39 dt.configuration.check_version(...,{2,0,0},{3,0,0},{4,0,0},{5,0,0})

Re: [darktable-user] Lua Export

2018-03-07 Thread thokster
Did you check line 39 in selection_to_pdf.lua? 39 dt.configuration.check_version(...,{2,0,0},{3,0,0},{4,0,0},{5,0,0}) Am 07.03.2018 um 11:01 schrieb David Vincent-Jones: After making the git update some items (gimp for instance) are now functioning correctly and I have moved the

Re: [darktable-user] Lua Export

2018-03-07 Thread David Vincent-Jones
After making the git update some items (gimp for instance) are now functioning correctly and I have moved the 'unresponsive' items to the bottom of the list. The error message however still appears as it was before indicating a version mismatch: LUA ERROR API Version: 5.0.0 LUA ERROR :

Re: [darktable-user] Lua Export

2018-03-07 Thread David Vincent-Jones
Thank you Bill; I was confused ... the documentation indicates that the 'official' scripts are 'maintained by the darktable community', I had incorrectly assumed that they would be updated as a part of the automatic process. I now know better. David On 03/06/2018 09:59 PM, William Ferguson wrote:

Re: [darktable-user] Lua Export

2018-03-06 Thread J Albrecht
I know that I’m pushing my luck but, since I’ve also got the Nik stuf loaded (and functioning independently quite well) onto my Mac box, it would REALLY be nice if that intended functionality could also be available. Nudge, nudge, wink, wink ;-) * Off and on, I’ve returned to hacking your

Re: [darktable-user] Lua Export

2018-03-06 Thread J Albrecht
No need to apologise! Your work is appreciated nonetheless :-) > On 06 Mar 2018, at 17:53, William Ferguson wrote: > > I had someone test them and they don't appear to work yet. I'll make some > mods tonight and send them out for testing again. > > Sorry, > > Bill >

Re: [darktable-user] Lua Export

2018-03-06 Thread William Ferguson
I had someone test them and they don't appear to work yet. I'll make some mods tonight and send them out for testing again. Sorry, Bill On Tue, Mar 6, 2018 at 5:50 PM, J Albrecht wrote: > William; I just noticed that your Mac mods already seem to be on GitHub. > Thanks!

Re: [darktable-user] Lua Export

2018-03-06 Thread J Albrecht
William; I just noticed that your Mac mods already seem to be on GitHub. Thanks! I’ll be pulling my git shortly… > On 06 Mar 2018, at 15:59, William Ferguson wrote: > > The easiest way, IMHO, to get the scripts and keep them up to date is > > cd ~/.config/darktable >

Re: [darktable-user] Lua Export

2018-03-06 Thread William Ferguson
The easiest way, IMHO, to get the scripts and keep them up to date is cd ~/.config/darktable git clone https://github.com/darktable-org/lua-scripts.git mv lua-scripts lua Then, when you want to update cd ~/.config/darktable/lua git pull Regards, Bill On Tue, Mar 6, 2018 at 3:41 PM, August

Re: [darktable-user] Lua Export

2018-03-06 Thread August Schwerdfeger
All of one's Lua scripts can be disabled by a single Lua error, so I would try updating to the current version of the 'selection_to_pdf.lua' script. -- August Schwerdfeger aug...@schwerdfeger.name On Tue, Mar 6, 2018 at 2:00 PM, David Vincent-Jones wrote: > This is the cl

Re: [darktable-user] Lua Export

2018-03-06 Thread Patrick Shanahan
* David Vincent-Jones [03-06-18 15:01]: > This is the cl feedback there is no mention of the gimp.lua > I am currently showing Lua version as 5.3.4 ... appears to be the latest. > > david@carbon:~> darktable -d lua > [imageop_init_presets] updating 'basecurve' preset

Re: [darktable-user] Lua Export

2018-03-06 Thread David Vincent-Jones
This is the cl feedback there is no mention of the gimp.lua I am currently showing Lua version as 5.3.4 ... appears to be the latest. david@carbon:~> darktable -d lua [imageop_init_presets] updating 'basecurve' preset 'fujifilm like' from version 4 to version 5 LUA ERROR API Version: 5.0.0

Re: [darktable-user] Lua Export

2018-03-06 Thread Patrick Shanahan
* David Vincent-Jones [03-06-18 09:28]: > For some reason my Lua scripts are not showing as export options. > > With Gimp (for example) the 'require "official/gimp" ' entry does exist > and is correctly located in the ~/.config/darktable/luarc file. None of > the other Lua