deploy: 1fc9bb7b2a
This commit is contained in:
parent
337e36e788
commit
4dac38db13
149 changed files with 18405 additions and 18405 deletions
File diff suppressed because it is too large
Load diff
|
@ -2,9 +2,9 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Categories on darktable lua documentation</title>
|
<title>Categories on darktable lua documentation</title>
|
||||||
<link>https://elstoc.github.io/luadocs/categories/</link>
|
<link>https://darktable-org.github.io/luadocs/categories/</link>
|
||||||
<description>Recent content in Categories on darktable lua documentation</description>
|
<description>Recent content in Categories on darktable lua documentation</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language><atom:link href="https://elstoc.github.io/luadocs/categories/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language><atom:link href="https://darktable-org.github.io/luadocs/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|
266
index.html
266
index.html
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,7 @@ var lunrIndex;
|
||||||
// Initialize lunrjs using our generated index file
|
// Initialize lunrjs using our generated index file
|
||||||
function initLunr() {
|
function initLunr() {
|
||||||
var request = new XMLHttpRequest();
|
var request = new XMLHttpRequest();
|
||||||
request.open('GET', 'https://elstoc.github.io/luadocs/index.json', true);
|
request.open('GET', 'https://darktable-org.github.io/luadocs/index.json', true);
|
||||||
|
|
||||||
request.onload = function () {
|
request.onload = function () {
|
||||||
if (request.status >= 200 && request.status < 400) {
|
if (request.status >= 200 && request.status < 400) {
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -2,9 +2,9 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Lua API Manual on darktable lua documentation</title>
|
<title>Lua API Manual on darktable lua documentation</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.api/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.api/</link>
|
||||||
<description>Recent content in Lua API Manual on darktable lua documentation</description>
|
<description>Recent content in Lua API Manual on darktable lua documentation</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language><atom:link href="https://elstoc.github.io/luadocs/lua.api/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language><atom:link href="https://darktable-org.github.io/luadocs/lua.api/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -2,16 +2,16 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>dtutils.debug on darktable lua documentation</title>
|
<title>dtutils.debug on darktable lua documentation</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/</link>
|
||||||
<description>Recent content in dtutils.debug on darktable lua documentation</description>
|
<description>Recent content in dtutils.debug on darktable lua documentation</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language><atom:link href="https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language><atom:link href="https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>details</title>
|
<title>details</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/details/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/details/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/details/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/details/</guid>
|
||||||
<description>🔗NAME dtutils.debug
|
<description>🔗NAME dtutils.debug
|
||||||
🔗SYNOPSIS debugging helpers used in developing darktable lua scripts
|
🔗SYNOPSIS debugging helpers used in developing darktable lua scripts
|
||||||
🔗USAGE require &quot;lib/dtutils.debug&quot; 🔗DESCRIPTION dtutils.debug provides an interface to the darktable debugging routines.
|
🔗USAGE require &quot;lib/dtutils.debug&quot; 🔗DESCRIPTION dtutils.debug provides an interface to the darktable debugging routines.
|
||||||
|
@ -24,10 +24,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>dprint</title>
|
<title>dprint</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/dprint/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/dprint/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/dprint/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/dprint/</guid>
|
||||||
<description>🔗NAME dprint
|
<description>🔗NAME dprint
|
||||||
🔗SYNOPSIS pass a variable to darktable.debug.dump and print the results to stdout
|
🔗SYNOPSIS pass a variable to darktable.debug.dump and print the results to stdout
|
||||||
🔗USAGE local dd = require &quot;lib/dtutils.debug&quot; dd.dprint(var) var - variable - any variable that you want to see the contents of
|
🔗USAGE local dd = require &quot;lib/dtutils.debug&quot; dd.dprint(var) var - variable - any variable that you want to see the contents of
|
||||||
|
@ -36,10 +36,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>new_tracepoint</title>
|
<title>new_tracepoint</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/new_tracepoint/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/new_tracepoint/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/new_tracepoint/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/new_tracepoint/</guid>
|
||||||
<description>🔗NAME new_tracepoint
|
<description>🔗NAME new_tracepoint
|
||||||
🔗SYNOPSIS create a function returning a tracepoint
|
🔗SYNOPSIS create a function returning a tracepoint
|
||||||
🔗USAGE local dd = require &quot;lib/dtutils.debug&quot; local result = dd.new_tracepoint(name, ...) name - string - the name of the tracepoint to print out
|
🔗USAGE local dd = require &quot;lib/dtutils.debug&quot; local result = dd.new_tracepoint(name, ...) name - string - the name of the tracepoint to print out
|
||||||
|
@ -50,10 +50,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>terse_dump</title>
|
<title>terse_dump</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/terse_dump/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/terse_dump/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/terse_dump/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/terse_dump/</guid>
|
||||||
<description>🔗NAME terse_dump
|
<description>🔗NAME terse_dump
|
||||||
🔗SYNOPSIS set darktable.debug.known to shorten all image dumps to a single line
|
🔗SYNOPSIS set darktable.debug.known to shorten all image dumps to a single line
|
||||||
🔗USAGE local dd = require &quot;lib/dtutils.debug&quot; dd.terse_dump() 🔗DESCRIPTION terse_dump sets darktable.debug.known to shorten all images to a single line. If you don&rsquo;t need to debug the content of images, this will avoid them flooding your logs.</description>
|
🔗USAGE local dd = require &quot;lib/dtutils.debug&quot; dd.terse_dump() 🔗DESCRIPTION terse_dump sets darktable.debug.known to shorten all images to a single line. If you don&rsquo;t need to debug the content of images, this will avoid them flooding your logs.</description>
|
||||||
|
@ -61,10 +61,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>tracepoint</title>
|
<title>tracepoint</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/tracepoint/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/tracepoint/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/tracepoint/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.debug/tracepoint/</guid>
|
||||||
<description>🔗NAME tracepoint
|
<description>🔗NAME tracepoint
|
||||||
🔗SYNOPSIS print out a tracepoint and dump the arguments
|
🔗SYNOPSIS print out a tracepoint and dump the arguments
|
||||||
🔗USAGE local dd = require &quot;lib/dtutils.debug&quot; local result = dd.tracepoint(name, ...) name - string - the name of the tracepoint to print out
|
🔗USAGE local dd = require &quot;lib/dtutils.debug&quot; local result = dd.tracepoint(name, ...) name - string - the name of the tracepoint to print out
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -2,16 +2,16 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>dtutils.file on darktable lua documentation</title>
|
<title>dtutils.file on darktable lua documentation</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/</link>
|
||||||
<description>Recent content in dtutils.file on darktable lua documentation</description>
|
<description>Recent content in dtutils.file on darktable lua documentation</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language><atom:link href="https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language><atom:link href="https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>details</title>
|
<title>details</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/details/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/details/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/details/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/details/</guid>
|
||||||
<description>🔗NAME details
|
<description>🔗NAME details
|
||||||
🔗SYNOPSIS common darktable lua file functions
|
🔗SYNOPSIS common darktable lua file functions
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; 🔗DESCRIPTION The dtutils.file library provides common file manipulation functions used in constructing darktable lua scripts
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; 🔗DESCRIPTION The dtutils.file library provides common file manipulation functions used in constructing darktable lua scripts
|
||||||
|
@ -25,10 +25,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>check_if_bin_exists</title>
|
<title>check_if_bin_exists</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/check_if_bin_exists/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/check_if_bin_exists/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/check_if_bin_exists/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/check_if_bin_exists/</guid>
|
||||||
<description>🔗NAME check_if_bin_exists
|
<description>🔗NAME check_if_bin_exists
|
||||||
🔗SYNOPSIS check if an executable exists
|
🔗SYNOPSIS check if an executable exists
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.check_if_bin_exists(bin) bin - string - the binary to check for
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.check_if_bin_exists(bin) bin - string - the binary to check for
|
||||||
|
@ -37,10 +37,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>check_if_file_exists</title>
|
<title>check_if_file_exists</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/check_if_file_exists/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/check_if_file_exists/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/check_if_file_exists/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/check_if_file_exists/</guid>
|
||||||
<description>🔗NAME check_if_file_exists
|
<description>🔗NAME check_if_file_exists
|
||||||
🔗SYNOPSIS check if a file or path exist
|
🔗SYNOPSIS check if a file or path exist
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.check_if_file_exists(filepath) filepath - string - a file or path to check
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.check_if_file_exists(filepath) filepath - string - a file or path to check
|
||||||
|
@ -50,10 +50,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>chop_filetype</title>
|
<title>chop_filetype</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/chop_filetype/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/chop_filetype/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/chop_filetype/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/chop_filetype/</guid>
|
||||||
<description>🔗NAME chop_filetype
|
<description>🔗NAME chop_filetype
|
||||||
🔗SYNOPSIS remove a filetype from a filename
|
🔗SYNOPSIS remove a filetype from a filename
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.chop_filetype(path) path - string - a filename with or without a path
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.chop_filetype(path) path - string - a filename with or without a path
|
||||||
|
@ -63,10 +63,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>create_unique_filename</title>
|
<title>create_unique_filename</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/create_unique_filename/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/create_unique_filename/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/create_unique_filename/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/create_unique_filename/</guid>
|
||||||
<description>🔗NAME create_unique_filename
|
<description>🔗NAME create_unique_filename
|
||||||
🔗SYNOPSIS create a unique filename from the supplied argument
|
🔗SYNOPSIS create a unique filename from the supplied argument
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.create_unique_filename(filepath) filepath - string - the path and filename requested
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.create_unique_filename(filepath) filepath - string - the path and filename requested
|
||||||
|
@ -75,10 +75,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>executable_path_widget</title>
|
<title>executable_path_widget</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/executable_path_widget/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/executable_path_widget/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/executable_path_widget/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/executable_path_widget/</guid>
|
||||||
<description>🔗NAME executable_path_widget
|
<description>🔗NAME executable_path_widget
|
||||||
🔗SYNOPSIS create a widget to get executable path preferences
|
🔗SYNOPSIS create a widget to get executable path preferences
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local widget = df.executable_path_widget(executables) executables - table - a table of strings that are executable names
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local widget = df.executable_path_widget(executables) executables - table - a table of strings that are executable names
|
||||||
|
@ -88,10 +88,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>file_copy</title>
|
<title>file_copy</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/file_copy/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/file_copy/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/file_copy/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/file_copy/</guid>
|
||||||
<description>🔗NAME file_copy
|
<description>🔗NAME file_copy
|
||||||
🔗SYNOPSIS copy a file to another name/location
|
🔗SYNOPSIS copy a file to another name/location
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.file_copy(fromFile, toFile) fromFile - string - name of file to copy from
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.file_copy(fromFile, toFile) fromFile - string - name of file to copy from
|
||||||
|
@ -102,10 +102,10 @@ toFile - string - name of file to copy to
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>file_move</title>
|
<title>file_move</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/file_move/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/file_move/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/file_move/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/file_move/</guid>
|
||||||
<description>🔗NAME file_move
|
<description>🔗NAME file_move
|
||||||
🔗SYNOPSIS move a file from one directory to another
|
🔗SYNOPSIS move a file from one directory to another
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.file_move(fromFile, toFile) fromFile - string - name of the original file
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.file_move(fromFile, toFile) fromFile - string - name of the original file
|
||||||
|
@ -116,10 +116,10 @@ toFile - string - the new file location and name
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>filename_increment</title>
|
<title>filename_increment</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/filename_increment/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/filename_increment/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/filename_increment/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/filename_increment/</guid>
|
||||||
<description>🔗NAME filename_increment
|
<description>🔗NAME filename_increment
|
||||||
🔗SYNOPSIS add a two digit increment to a filename
|
🔗SYNOPSIS add a two digit increment to a filename
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.filename_increment(filepath) filepath - string - filename to increment
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.filename_increment(filepath) filepath - string - filename to increment
|
||||||
|
@ -128,10 +128,10 @@ toFile - string - the new file location and name
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>get_basename</title>
|
<title>get_basename</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_basename/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_basename/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_basename/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_basename/</guid>
|
||||||
<description>🔗NAME get_basename
|
<description>🔗NAME get_basename
|
||||||
🔗SYNOPSIS get the filename without the path or extension
|
🔗SYNOPSIS get the filename without the path or extension
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.get_basename(filepath) filepath - string - path and filename
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.get_basename(filepath) filepath - string - path and filename
|
||||||
|
@ -141,10 +141,10 @@ toFile - string - the new file location and name
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>get_executable_path_preference</title>
|
<title>get_executable_path_preference</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_executable_path_preference/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_executable_path_preference/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_executable_path_preference/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_executable_path_preference/</guid>
|
||||||
<description>🔗NAME get_executable_path_preference
|
<description>🔗NAME get_executable_path_preference
|
||||||
🔗SYNOPSIS return the path to an executable from a preference
|
🔗SYNOPSIS return the path to an executable from a preference
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.get_executable_path_preference(executable) executable - string - the name of the executable to get the path for
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.get_executable_path_preference(executable) executable - string - the name of the executable to get the path for
|
||||||
|
@ -155,10 +155,10 @@ toFile - string - the new file location and name
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>get_filename</title>
|
<title>get_filename</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_filename/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_filename/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_filename/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_filename/</guid>
|
||||||
<description>🔗NAME get_filename
|
<description>🔗NAME get_filename
|
||||||
🔗SYNOPSIS get the filename and extension from a file path
|
🔗SYNOPSIS get the filename and extension from a file path
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.get_filename(filepath) filepath - string - path and filename
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.get_filename(filepath) filepath - string - path and filename
|
||||||
|
@ -168,10 +168,10 @@ toFile - string - the new file location and name
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>get_filetype</title>
|
<title>get_filetype</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_filetype/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_filetype/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_filetype/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_filetype/</guid>
|
||||||
<description>🔗NAME get_filetype
|
<description>🔗NAME get_filetype
|
||||||
🔗SYNOPSIS get the filetype from a filename
|
🔗SYNOPSIS get the filetype from a filename
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.get_filetype(filepath) filepath - string - path and filename
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.get_filetype(filepath) filepath - string - path and filename
|
||||||
|
@ -181,10 +181,10 @@ toFile - string - the new file location and name
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>get_path</title>
|
<title>get_path</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_path/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_path/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_path/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/get_path/</guid>
|
||||||
<description>🔗NAME get_path
|
<description>🔗NAME get_path
|
||||||
🔗SYNOPSIS get the path from a file path
|
🔗SYNOPSIS get the path from a file path
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.get_path(filepath) filepath - string - path and filename
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.get_path(filepath) filepath - string - path and filename
|
||||||
|
@ -194,10 +194,10 @@ toFile - string - the new file location and name
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>mkdir</title>
|
<title>mkdir</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/mkdir/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/mkdir/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/mkdir/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/mkdir/</guid>
|
||||||
<description>🔗NAME mkdir
|
<description>🔗NAME mkdir
|
||||||
🔗SYNOPSIS create the directory(ies) if they do not already exist
|
🔗SYNOPSIS create the directory(ies) if they do not already exist
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; df.mkdir(path) path - string - a directory path
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; df.mkdir(path) path - string - a directory path
|
||||||
|
@ -207,10 +207,10 @@ toFile - string - the new file location and name
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>rmdir</title>
|
<title>rmdir</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/rmdir/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/rmdir/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/rmdir/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/rmdir/</guid>
|
||||||
<description>🔗NAME rmdir
|
<description>🔗NAME rmdir
|
||||||
🔗SYNOPSIS recursively remove a directory
|
🔗SYNOPSIS recursively remove a directory
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; df.rmdir(path) path - string - a directory path
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; df.rmdir(path) path - string - a directory path
|
||||||
|
@ -220,10 +220,10 @@ toFile - string - the new file location and name
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>sanitize_filename</title>
|
<title>sanitize_filename</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/sanitize_filename/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/sanitize_filename/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/sanitize_filename/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/sanitize_filename/</guid>
|
||||||
<description>🔗NAME sanitize_filename
|
<description>🔗NAME sanitize_filename
|
||||||
🔗SYNOPSIS make a filename safe to pass as an argument
|
🔗SYNOPSIS make a filename safe to pass as an argument
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local sanitized_filename = df.sanitize_filename(filename) filename - string - a filepath and filename
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local sanitized_filename = df.sanitize_filename(filename) filename - string - a filepath and filename
|
||||||
|
@ -233,10 +233,10 @@ toFile - string - the new file location and name
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>set_executable_path_preference</title>
|
<title>set_executable_path_preference</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/set_executable_path_preference/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/set_executable_path_preference/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/set_executable_path_preference/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/set_executable_path_preference/</guid>
|
||||||
<description>🔗NAME set_executable_path_preference
|
<description>🔗NAME set_executable_path_preference
|
||||||
🔗SYNOPSIS set a preference for the path to an executable
|
🔗SYNOPSIS set a preference for the path to an executable
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; df.set_executable_path_preference(executable, path) executable - string - the name of the executable to set the path for
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; df.set_executable_path_preference(executable, path) executable - string - the name of the executable to set the path for
|
||||||
|
@ -246,10 +246,10 @@ path - string - the path to the binary
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>split_filepath</title>
|
<title>split_filepath</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/split_filepath/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/split_filepath/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.file/split_filepath/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.file/split_filepath/</guid>
|
||||||
<description>🔗NAME split_filepath
|
<description>🔗NAME split_filepath
|
||||||
🔗SYNOPSIS split a filepath into parts
|
🔗SYNOPSIS split a filepath into parts
|
||||||
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.split_filepath(filepath) filepath - string - path and filename
|
🔗USAGE local df = require &quot;lib/dtutils.file&quot; local result = df.split_filepath(filepath) filepath - string - path and filename
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -2,16 +2,16 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>dtutils.log on darktable lua documentation</title>
|
<title>dtutils.log on darktable lua documentation</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.log/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.log/</link>
|
||||||
<description>Recent content in dtutils.log on darktable lua documentation</description>
|
<description>Recent content in dtutils.log on darktable lua documentation</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language><atom:link href="https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.log/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language><atom:link href="https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.log/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>details</title>
|
<title>details</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.log/details/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.log/details/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.log/details/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.log/details/</guid>
|
||||||
<description>🔗NAME dtutils.log
|
<description>🔗NAME dtutils.log
|
||||||
🔗SYNOPSIS darktable lua logging library
|
🔗SYNOPSIS darktable lua logging library
|
||||||
🔗USAGE local log = require &quot;lib/dtutils.log&quot; 🔗DESCRIPTION log provides a multi-level logging solution for use with the darktable lua scripts. With this library you can leave log messages scattered through out your code and only turn them on as necessary.
|
🔗USAGE local log = require &quot;lib/dtutils.log&quot; 🔗DESCRIPTION log provides a multi-level logging solution for use with the darktable lua scripts. With this library you can leave log messages scattered through out your code and only turn them on as necessary.
|
||||||
|
@ -21,10 +21,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>caller</title>
|
<title>caller</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.log/caller/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.log/caller/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.log/caller/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.log/caller/</guid>
|
||||||
<description>🔗NAME caller
|
<description>🔗NAME caller
|
||||||
🔗SYNOPSIS get the name and line number of the calling routine
|
🔗SYNOPSIS get the name and line number of the calling routine
|
||||||
🔗USAGE local log = require &quot;lib/dtutils.log&quot; result = log.caller(level) level - number - the number of stack levels to go down to retrieve the caller routine information
|
🔗USAGE local log = require &quot;lib/dtutils.log&quot; result = log.caller(level) level - number - the number of stack levels to go down to retrieve the caller routine information
|
||||||
|
@ -34,10 +34,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>engine</title>
|
<title>engine</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.log/engine/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.log/engine/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.log/engine/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.log/engine/</guid>
|
||||||
<description>🔗NAME engine
|
<description>🔗NAME engine
|
||||||
🔗SYNOPSIS get and set the output engine
|
🔗SYNOPSIS get and set the output engine
|
||||||
🔗USAGE local log = require &quot;lib/dtutils.log&quot; result = log.engine(level, ...) level - table - the log level to get or set the engine for, one of log.debug, log.info, log.warn, log.error log.success, log.always, log.screen, log.critical
|
🔗USAGE local log = require &quot;lib/dtutils.log&quot; result = log.engine(level, ...) level - table - the log level to get or set the engine for, one of log.debug, log.info, log.warn, log.error log.success, log.always, log.screen, log.critical
|
||||||
|
@ -46,10 +46,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>log_level</title>
|
<title>log_level</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.log/log_level/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.log/log_level/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.log/log_level/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.log/log_level/</guid>
|
||||||
<description>🔗NAME log_level
|
<description>🔗NAME log_level
|
||||||
🔗SYNOPSIS get or set the log level
|
🔗SYNOPSIS get or set the log level
|
||||||
🔗USAGE local log = require &quot;lib/log&quot; local result = log.log_level(...) &hellip; - arguments - if none is supplied, then the current log level is returned as one of: log.debug, log.info, log.warn, log.error, log.success. If one of log.debug, log.info, log.warn, log.error, or log.success is supplied as the argument then the log level is set to that value. All log levels greater than or equal in value will be enabled.</description>
|
🔗USAGE local log = require &quot;lib/log&quot; local result = log.log_level(...) &hellip; - arguments - if none is supplied, then the current log level is returned as one of: log.debug, log.info, log.warn, log.error, log.success. If one of log.debug, log.info, log.warn, log.error, or log.success is supplied as the argument then the log level is set to that value. All log levels greater than or equal in value will be enabled.</description>
|
||||||
|
@ -57,10 +57,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>msg</title>
|
<title>msg</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.log/msg/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.log/msg/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.log/msg/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.log/msg/</guid>
|
||||||
<description>🔗NAME msg
|
<description>🔗NAME msg
|
||||||
🔗SYNOPSIS print a log message
|
🔗SYNOPSIS print a log message
|
||||||
🔗USAGE local log = require &quot;lib/log&quot; log.msg(level, ...) level - table - the type of message, one of:
|
🔗USAGE local log = require &quot;lib/log&quot; log.msg(level, ...) level - table - the type of message, one of:
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -2,16 +2,16 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>dtutils.string on darktable lua documentation</title>
|
<title>dtutils.string on darktable lua documentation</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/</link>
|
||||||
<description>Recent content in dtutils.string on darktable lua documentation</description>
|
<description>Recent content in dtutils.string on darktable lua documentation</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language><atom:link href="https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language><atom:link href="https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>details</title>
|
<title>details</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/details/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/details/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/details/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/details/</guid>
|
||||||
<description>🔗DTUTILS.STRING 🔗NAME dtutils.string
|
<description>🔗DTUTILS.STRING 🔗NAME dtutils.string
|
||||||
🔗SYNOPSIS a library of string utilities for use in darktable lua scripts
|
🔗SYNOPSIS a library of string utilities for use in darktable lua scripts
|
||||||
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; 🔗DESCRIPTION This library contains string manipulation routines to aid in building darktable lua scripts.
|
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; 🔗DESCRIPTION This library contains string manipulation routines to aid in building darktable lua scripts.
|
||||||
|
@ -23,10 +23,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>escape_xml_characters</title>
|
<title>escape_xml_characters</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/escape_xml_characters/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/escape_xml_characters/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/escape_xml_characters/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/escape_xml_characters/</guid>
|
||||||
<description>🔗NAME escape_xml_characters
|
<description>🔗NAME escape_xml_characters
|
||||||
🔗SYNOPSIS escape characters for xml documents
|
🔗SYNOPSIS escape characters for xml documents
|
||||||
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; local result = ds.escape_xml_characters(str) str - string - the string that needs escaped
|
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; local result = ds.escape_xml_characters(str) str - string - the string that needs escaped
|
||||||
|
@ -39,10 +39,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>is_not_sanitized</title>
|
<title>is_not_sanitized</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/is_not_sanitized/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/is_not_sanitized/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/is_not_sanitized/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/is_not_sanitized/</guid>
|
||||||
<description>🔗NAME is_not_sanitized
|
<description>🔗NAME is_not_sanitized
|
||||||
🔗SYNOPSIS Check if a string has been sanitized
|
🔗SYNOPSIS Check if a string has been sanitized
|
||||||
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; local result = ds.is_not_sanitized(str) str - string - the string that needs to be made safe
|
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; local result = ds.is_not_sanitized(str) str - string - the string that needs to be made safe
|
||||||
|
@ -52,10 +52,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>sanitize</title>
|
<title>sanitize</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/sanitize/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/sanitize/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/sanitize/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/sanitize/</guid>
|
||||||
<description>🔗NAME sanitize
|
<description>🔗NAME sanitize
|
||||||
🔗SYNOPSIS surround a string in quotes making it safe to pass as an argument
|
🔗SYNOPSIS surround a string in quotes making it safe to pass as an argument
|
||||||
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; local result = ds.sanitize(str) str - string - the string that needs to be made safe
|
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; local result = ds.sanitize(str) str - string - the string that needs to be made safe
|
||||||
|
@ -65,10 +65,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>sanitize_lua</title>
|
<title>sanitize_lua</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/sanitize_lua/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/sanitize_lua/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/sanitize_lua/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/sanitize_lua/</guid>
|
||||||
<description>🔗NAME sanitize_lua
|
<description>🔗NAME sanitize_lua
|
||||||
🔗SYNOPSIS escape lua &lsquo;magic&rsquo; characters from a pattern string
|
🔗SYNOPSIS escape lua &lsquo;magic&rsquo; characters from a pattern string
|
||||||
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; local result = ds.sanitize_lua(str) str - string - the string that needs to be made safe
|
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; local result = ds.sanitize_lua(str) str - string - the string that needs to be made safe
|
||||||
|
@ -78,10 +78,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>strip_accents</title>
|
<title>strip_accents</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/strip_accents/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/strip_accents/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/strip_accents/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/strip_accents/</guid>
|
||||||
<description>🔗NAME strip_accents
|
<description>🔗NAME strip_accents
|
||||||
🔗SYNOPSIS strip accents from characters
|
🔗SYNOPSIS strip accents from characters
|
||||||
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; local result = ds.strip_accents(str) str - string - the string with characters that need accents removed
|
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; local result = ds.strip_accents(str) str - string - the string with characters that need accents removed
|
||||||
|
@ -92,10 +92,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>urlencode</title>
|
<title>urlencode</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/urlencode/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/urlencode/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.string/urlencode/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.string/urlencode/</guid>
|
||||||
<description>🔗NAME urlencode
|
<description>🔗NAME urlencode
|
||||||
🔗SYNOPSIS encode a string in a websage manner
|
🔗SYNOPSIS encode a string in a websage manner
|
||||||
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; local result = ds.urlencode(str) str - string - the string that needs to be made websafe
|
🔗USAGE local ds = require &quot;lib/dtutils.string&quot; local result = ds.urlencode(str) str - string - the string that needs to be made websafe
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -2,16 +2,16 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>dtutils.system on darktable lua documentation</title>
|
<title>dtutils.system on darktable lua documentation</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.system/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/</link>
|
||||||
<description>Recent content in dtutils.system on darktable lua documentation</description>
|
<description>Recent content in dtutils.system on darktable lua documentation</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language><atom:link href="https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.system/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language><atom:link href="https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>details</title>
|
<title>details</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.system/details/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/details/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.system/details/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/details/</guid>
|
||||||
<description>🔗DTUTILS.SYSTEM 🔗NAME dtutils.system
|
<description>🔗DTUTILS.SYSTEM 🔗NAME dtutils.system
|
||||||
🔗SYNOPSIS a library of system utilities for use in darktable lua scripts
|
🔗SYNOPSIS a library of system utilities for use in darktable lua scripts
|
||||||
🔗USAGE local dtsys = require &quot;lib/dtutils.system&quot; 🔗DESCRIPTION This library contains routines for interfacing to the operating system from darktable lua scripts.
|
🔗USAGE local dtsys = require &quot;lib/dtutils.system&quot; 🔗DESCRIPTION This library contains routines for interfacing to the operating system from darktable lua scripts.
|
||||||
|
@ -23,10 +23,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>external_command</title>
|
<title>external_command</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.system/external_command/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/external_command/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.system/external_command/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/external_command/</guid>
|
||||||
<description>🔗NAME external_command
|
<description>🔗NAME external_command
|
||||||
🔗SYNOPSIS pass a command to the operating system for execution and return the result
|
🔗SYNOPSIS pass a command to the operating system for execution and return the result
|
||||||
🔗USAGE local dsys = require &quot;lib/dtutils.system&quot; local result = dsys.external_command(command) command - string - a string containing the command and arguments to be passed to the operating system for execution.
|
🔗USAGE local dsys = require &quot;lib/dtutils.system&quot; local result = dsys.external_command(command) command - string - a string containing the command and arguments to be passed to the operating system for execution.
|
||||||
|
@ -36,10 +36,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>launch_default_app</title>
|
<title>launch_default_app</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.system/launch_default_app/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/launch_default_app/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.system/launch_default_app/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/launch_default_app/</guid>
|
||||||
<description>🔗NAME launch_default_app
|
<description>🔗NAME launch_default_app
|
||||||
🔗SYNOPSIS open file in default application
|
🔗SYNOPSIS open file in default application
|
||||||
🔗USAGE local dsys = require &quot;lib/dtutils.file&quot; result = dsys.launch_default_app(path) path - string - a file path
|
🔗USAGE local dsys = require &quot;lib/dtutils.file&quot; result = dsys.launch_default_app(path) path - string - a file path
|
||||||
|
@ -49,10 +49,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>windows_command</title>
|
<title>windows_command</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.system/windows_command/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/windows_command/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils.system/windows_command/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/windows_command/</guid>
|
||||||
<description>🔗NAME windows_command
|
<description>🔗NAME windows_command
|
||||||
🔗SYNOPSIS pass a command to the windows operating system for execution and return the result
|
🔗SYNOPSIS pass a command to the windows operating system for execution and return the result
|
||||||
🔗USAGE local dsys = require &quot;lib/dtutils.system&quot; local result = dsys.windows_command(command) command - string - a string containing the command and arguments to be passed to the operating system for execution.
|
🔗USAGE local dsys = require &quot;lib/dtutils.system&quot; local result = dsys.windows_command(command) command - string - a string containing the command and arguments to be passed to the operating system for execution.
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -2,16 +2,16 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>dtutils on darktable lua documentation</title>
|
<title>dtutils on darktable lua documentation</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/</link>
|
||||||
<description>Recent content in dtutils on darktable lua documentation</description>
|
<description>Recent content in dtutils on darktable lua documentation</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language><atom:link href="https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language><atom:link href="https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>details</title>
|
<title>details</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/details/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/details/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/details/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/details/</guid>
|
||||||
<description>🔗NAME dtutils
|
<description>🔗NAME dtutils
|
||||||
🔗SYNOPSIS A Darktable lua utilities library
|
🔗SYNOPSIS A Darktable lua utilities library
|
||||||
🔗USAGE local du = require &quot;lib/dtutils&quot; 🔗DESCRIPTION dtutils provides a common library of functions used to build lua scripts.
|
🔗USAGE local du = require &quot;lib/dtutils&quot; 🔗DESCRIPTION dtutils provides a common library of functions used to build lua scripts.
|
||||||
|
@ -24,10 +24,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>check_min_api_version</title>
|
<title>check_min_api_version</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/check_min_api_version/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/check_min_api_version/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/check_min_api_version/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/check_min_api_version/</guid>
|
||||||
<description>🔗NAME check_min_api_version
|
<description>🔗NAME check_min_api_version
|
||||||
🔗SYNOPSIS check the minimum required application programming interface (API) version against the current API version
|
🔗SYNOPSIS check the minimum required application programming interface (API) version against the current API version
|
||||||
🔗USAGE local du = require &quot;lib/dtutils&quot; local result = du.check_min_api_version(min_api, script_name) min_api - string - the API version that the application was written for (example: &ldquo;5.0.0&rdquo;)
|
🔗USAGE local du = require &quot;lib/dtutils&quot; local result = du.check_min_api_version(min_api, script_name) min_api - string - the API version that the application was written for (example: &ldquo;5.0.0&rdquo;)
|
||||||
|
@ -37,10 +37,10 @@ script_name - string - the name of the script
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>check_os</title>
|
<title>check_os</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/check_os/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/check_os/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/check_os/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/check_os/</guid>
|
||||||
<description>🔗NAME check_os
|
<description>🔗NAME check_os
|
||||||
🔗SYNOPSIS check that the operating system is supported
|
🔗SYNOPSIS check that the operating system is supported
|
||||||
🔗USAGE local du = require &quot;lib/dtutils&quot; local result = du.check_os(operating_systems) operating_systems - table - a table of operating system names such as {&ldquo;windows&rdquo;,&ldquo;linux&rdquo;,&ldquo;macos&rdquo;,&ldquo;unix&rdquo;}
|
🔗USAGE local du = require &quot;lib/dtutils&quot; local result = du.check_os(operating_systems) operating_systems - table - a table of operating system names such as {&ldquo;windows&rdquo;,&ldquo;linux&rdquo;,&ldquo;macos&rdquo;,&ldquo;unix&rdquo;}
|
||||||
|
@ -50,10 +50,10 @@ script_name - string - the name of the script
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>join</title>
|
<title>join</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/join/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/join/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/join/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/join/</guid>
|
||||||
<description>🔗NAME join
|
<description>🔗NAME join
|
||||||
🔗SYNOPSIS join a table of strings with a specified separator
|
🔗SYNOPSIS join a table of strings with a specified separator
|
||||||
🔗USAGE local du = require &quot;lib/dtutils&quot; local result = du.join(tabl, pat) tabl - table - a table of strings
|
🔗USAGE local du = require &quot;lib/dtutils&quot; local result = du.join(tabl, pat) tabl - table - a table of strings
|
||||||
|
@ -64,10 +64,10 @@ pat - string - a separator
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>prequire</title>
|
<title>prequire</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/prequire/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/prequire/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/prequire/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/prequire/</guid>
|
||||||
<description>🔗NAME prequire
|
<description>🔗NAME prequire
|
||||||
🔗SYNOPSIS a protected lua require
|
🔗SYNOPSIS a protected lua require
|
||||||
🔗USAGE local du = require &quot;lib/dtutils&quot; local status, lib = du.prequire(req_name) req_name - string - the filename of the lua code to load without the &ldquo;.lua&rdquo; filetype
|
🔗USAGE local du = require &quot;lib/dtutils&quot; local status, lib = du.prequire(req_name) req_name - string - the filename of the lua code to load without the &ldquo;.lua&rdquo; filetype
|
||||||
|
@ -77,10 +77,10 @@ pat - string - a separator
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>spairs</title>
|
<title>spairs</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/spairs/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/spairs/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/spairs/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/spairs/</guid>
|
||||||
<description>🔗NAME spairs
|
<description>🔗NAME spairs
|
||||||
🔗SYNOPSIS an iterator that provides sorted pairs from a table
|
🔗SYNOPSIS an iterator that provides sorted pairs from a table
|
||||||
🔗USAGE local du = require &quot;lib/dtutils&quot; for key, value in du.spairs(t, order) do -- do something end t - table - table of key, value pairs order - function - an optional function to sort the pairs, if none is supplied, table.sort() is used
|
🔗USAGE local du = require &quot;lib/dtutils&quot; for key, value in du.spairs(t, order) do -- do something end t - table - table of key, value pairs order - function - an optional function to sort the pairs, if none is supplied, table.sort() is used
|
||||||
|
@ -89,10 +89,10 @@ pat - string - a separator
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>split</title>
|
<title>split</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/split/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/split/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.api.manual/dtutils/split/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils/split/</guid>
|
||||||
<description>🔗NAME split
|
<description>🔗NAME split
|
||||||
🔗SYNOPSIS split a string on a specified separator
|
🔗SYNOPSIS split a string on a specified separator
|
||||||
🔗USAGE local du = require &quot;lib/dtutils&quot; local result = du.split(str, pat) str - string - the string to split
|
🔗USAGE local du = require &quot;lib/dtutils&quot; local result = du.split(str, pat) str - string - the string to split
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -2,9 +2,9 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Lua Scripts Libraries API Manual on darktable lua documentation</title>
|
<title>Lua Scripts Libraries API Manual on darktable lua documentation</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.api.manual/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/</link>
|
||||||
<description>Recent content in Lua Scripts Libraries API Manual on darktable lua documentation</description>
|
<description>Recent content in Lua Scripts Libraries API Manual on darktable lua documentation</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language><atom:link href="https://elstoc.github.io/luadocs/lua.scripts.api.manual/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language><atom:link href="https://darktable-org.github.io/luadocs/lua.scripts.api.manual/index.xml" rel="self" type="application/rss+xml" />
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -2,25 +2,25 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>Lua Scripts Manual on darktable lua documentation</title>
|
<title>Lua Scripts Manual on darktable lua documentation</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/</link>
|
||||||
<description>Recent content in Lua Scripts Manual on darktable lua documentation</description>
|
<description>Recent content in Lua Scripts Manual on darktable lua documentation</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language><atom:link href="https://elstoc.github.io/luadocs/lua.scripts.manual/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language><atom:link href="https://darktable-org.github.io/luadocs/lua.scripts.manual/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>overview</title>
|
<title>overview</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/overview/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/overview/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/overview/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/overview/</guid>
|
||||||
<description>darktable can be customized and extended using the Lua programming language. The lua-scripts repository contains the collected efforts of the darktable developers, maintainers, contributors and community.</description>
|
<description>darktable can be customized and extended using the Lua programming language. The lua-scripts repository contains the collected efforts of the darktable developers, maintainers, contributors and community.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>installation</title>
|
<title>installation</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/installation/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/installation/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/installation/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/installation/</guid>
|
||||||
<description>🔗Download and Install The recommended method of installation is using git to clone the repository. This ensures that all dependencies on other scripts are met as well as providing an easy update path.
|
<description>🔗Download and Install The recommended method of installation is using git to clone the repository. This ensures that all dependencies on other scripts are met as well as providing an easy update path.
|
||||||
🔗snap packages The snap version of darktable comes with lua included starting with version 2.4.3snap2.
|
🔗snap packages The snap version of darktable comes with lua included starting with version 2.4.3snap2.
|
||||||
Ensure git is installed on your system. If it isn&rsquo;t, use the package manager to install it. Then open a terminal and:</description>
|
Ensure git is installed on your system. If it isn&rsquo;t, use the package manager to install it. Then open a terminal and:</description>
|
||||||
|
@ -28,10 +28,10 @@ Ensure git is installed on your system. If it isn&rsquo;t, use the package m
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>troubleshooting</title>
|
<title>troubleshooting</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/troubleshooting/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/troubleshooting/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/troubleshooting/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/troubleshooting/</guid>
|
||||||
<description>Running darktable with Lua debugging enabled provides more information about what is occurring within the scripts.
|
<description>Running darktable with Lua debugging enabled provides more information about what is occurring within the scripts.
|
||||||
🔗Snap Open a terminal and start darktable with the command snap run darktable -d lua. This provides debugging information to give you insight into what is happening.
|
🔗Snap Open a terminal and start darktable with the command snap run darktable -d lua. This provides debugging information to give you insight into what is happening.
|
||||||
🔗Linux Open a terminal and start darktable with the command darktable -d lua. This provides debugging information to give you insight into what is happening.
|
🔗Linux Open a terminal and start darktable with the command darktable -d lua. This provides debugging information to give you insight into what is happening.
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -2,16 +2,16 @@
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<channel>
|
<channel>
|
||||||
<title>contrib on darktable lua documentation</title>
|
<title>contrib on darktable lua documentation</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/</link>
|
||||||
<description>Recent content in contrib on darktable lua documentation</description>
|
<description>Recent content in contrib on darktable lua documentation</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language><atom:link href="https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language><atom:link href="https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>AugoGrouper</title>
|
<title>AugoGrouper</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/autogrouper/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/autogrouper/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/autogrouper/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/autogrouper/</guid>
|
||||||
<description>🔗Name AugoGrouper.lua - add the module &ldquo;Auto Group&rdquo; to darktable&rsquo;s lighttable view
|
<description>🔗Name AugoGrouper.lua - add the module &ldquo;Auto Group&rdquo; to darktable&rsquo;s lighttable view
|
||||||
🔗Description This plugin adds the module &ldquo;Auto Group&rdquo; to darktable&rsquo;s lighttable view
|
🔗Description This plugin adds the module &ldquo;Auto Group&rdquo; to darktable&rsquo;s lighttable view
|
||||||
🔗Usage Install: (see here for more detail: https://github.com/darktable-org/lua-scripts )
|
🔗Usage Install: (see here for more detail: https://github.com/darktable-org/lua-scripts )
|
||||||
|
@ -20,10 +20,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>autostyle</title>
|
<title>autostyle</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/autostyle/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/autostyle/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/autostyle/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/autostyle/</guid>
|
||||||
<description>🔗Name autostyle.lua - automatically apply a given style when an exif tag is present in the image file
|
<description>🔗Name autostyle.lua - automatically apply a given style when an exif tag is present in the image file
|
||||||
🔗Description Automatically apply a given style when an exif tag is present in the file. This tagged is checked with exiftool, in order to be able to match very exotic tags. I wrote this initially to be able to apply a style to compensate for Auto-DR from my Fujifilm camera
|
🔗Description Automatically apply a given style when an exif tag is present in the file. This tagged is checked with exiftool, in order to be able to match very exotic tags. I wrote this initially to be able to apply a style to compensate for Auto-DR from my Fujifilm camera
|
||||||
🔗Usage set the exif configuration string in your lua configuration mine, for instance, is AutoDynamicRange=200%=&gt;DR200&quot; meaning that I automatically want to apply my DR200 style on all images where exiftool returns &lsquo;200%&rsquo; for the AutoDynamicRange tag if you want to be able to apply it manually to already imported images, define a shortcut (lua shortcuts).</description>
|
🔗Usage set the exif configuration string in your lua configuration mine, for instance, is AutoDynamicRange=200%=&gt;DR200&quot; meaning that I automatically want to apply my DR200 style on all images where exiftool returns &lsquo;200%&rsquo; for the AutoDynamicRange tag if you want to be able to apply it manually to already imported images, define a shortcut (lua shortcuts).</description>
|
||||||
|
@ -31,10 +31,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>clear_GPS</title>
|
<title>clear_GPS</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/clear_gps/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/clear_gps/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/clear_gps/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/clear_gps/</guid>
|
||||||
<description>🔗Name clear_GPS.lua - clear_GPS - clear GPS data from selected image(s)
|
<description>🔗Name clear_GPS.lua - clear_GPS - clear GPS data from selected image(s)
|
||||||
🔗Description This shortcut removes the GPS coordinate data from the selected images.
|
🔗Description This shortcut removes the GPS coordinate data from the selected images.
|
||||||
🔗Usage require this script from your main lua file select an image or images click the shortcut, clear GPS data 🔗Additional Software Required 🔗Limitations 🔗Author Bill Ferguson - wpferguson@gmail.com
|
🔗Usage require this script from your main lua file select an image or images click the shortcut, clear GPS data 🔗Additional Software Required 🔗Limitations 🔗Author Bill Ferguson - wpferguson@gmail.com
|
||||||
|
@ -43,10 +43,10 @@
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>CollectHelper</title>
|
<title>CollectHelper</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/collecthelper/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/collecthelper/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/collecthelper/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/collecthelper/</guid>
|
||||||
<description>🔗Name CollectHelper.lua - add buttons to help with collections
|
<description>🔗Name CollectHelper.lua - add buttons to help with collections
|
||||||
🔗Description This plugin adds the button(s) to the &ldquo;Selected Images&rdquo; module:
|
🔗Description This plugin adds the button(s) to the &ldquo;Selected Images&rdquo; module:
|
||||||
Return to Previous Collection Collect on image&rsquo;s Folder Collect on image&rsquo;s Color Label(s) Collect on All (AND) It also adds 3 preferences to the lua options dialog box which allow the user to activate/deactivate the 3 &ldquo;Collect on&rdquo; buttons.
|
Return to Previous Collection Collect on image&rsquo;s Folder Collect on image&rsquo;s Color Label(s) Collect on All (AND) It also adds 3 preferences to the lua options dialog box which allow the user to activate/deactivate the 3 &ldquo;Collect on&rdquo; buttons.
|
||||||
|
@ -56,10 +56,10 @@ Button Behavior:
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>copy_attach_detach_tags</title>
|
<title>copy_attach_detach_tags</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/copy_attach_detach_tags/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/copy_attach_detach_tags/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/copy_attach_detach_tags/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/copy_attach_detach_tags/</guid>
|
||||||
<description>🔗Name copy_attach_detach_tags.lua - tools to manipulate image tags
|
<description>🔗Name copy_attach_detach_tags.lua - tools to manipulate image tags
|
||||||
🔗Description This script that will create four shortcuts and add a module in lighttable mode to copy, paste, replace and remove tags from images.
|
🔗Description This script that will create four shortcuts and add a module in lighttable mode to copy, paste, replace and remove tags from images.
|
||||||
🔗Usage set the shortcuts for copy, attach and detach in the preferences dialog &lt;your shortcut1&gt; copy will create a list of tags from all selected images &lt;your shortcut2&gt; paste copied tags to selected images, whereby darktable internal tags starting with &lsquo;darktable|&rsquo; will not be touched &lt;your shortcut3&gt; removes all expect darktable internal tags from selected images &lt;your shortcut4&gt; replaces all tags expect darktable internals A module reset will empty the clipboard 🔗Additional Software Required 🔗Limitations 🔗Author Christian Kanzian</description>
|
🔗Usage set the shortcuts for copy, attach and detach in the preferences dialog &lt;your shortcut1&gt; copy will create a list of tags from all selected images &lt;your shortcut2&gt; paste copied tags to selected images, whereby darktable internal tags starting with &lsquo;darktable|&rsquo; will not be touched &lt;your shortcut3&gt; removes all expect darktable internal tags from selected images &lt;your shortcut4&gt; replaces all tags expect darktable internals A module reset will empty the clipboard 🔗Additional Software Required 🔗Limitations 🔗Author Christian Kanzian</description>
|
||||||
|
@ -67,10 +67,10 @@ Button Behavior:
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>cr2hdr</title>
|
<title>cr2hdr</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/cr2hdr/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/cr2hdr/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/cr2hdr/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/cr2hdr/</guid>
|
||||||
<description>🔗Name cr2hdr.lua - Magic Lantern Dual ISO processing
|
<description>🔗Name cr2hdr.lua - Magic Lantern Dual ISO processing
|
||||||
🔗Description cr2hdr Magic Lantern Dual ISO processing.
|
🔗Description cr2hdr Magic Lantern Dual ISO processing.
|
||||||
This script automates the steps involved to process an image created with the Magic Lantern Dual ISO module. Upon invoking the script with a shortcut &ldquo;cr2hdr&rdquo; provided by Magic Lantern is run on the selected images. The processed files are imported. They are also made group leaders to hide the original files.
|
This script automates the steps involved to process an image created with the Magic Lantern Dual ISO module. Upon invoking the script with a shortcut &ldquo;cr2hdr&rdquo; provided by Magic Lantern is run on the selected images. The processed files are imported. They are also made group leaders to hide the original files.
|
||||||
|
@ -79,10 +79,10 @@ This script automates the steps involved to process an image created with the Ma
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>enfuseAdvanced</title>
|
<title>enfuseAdvanced</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/enfuseadvanced/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/enfuseadvanced/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/enfuseadvanced/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/enfuseadvanced/</guid>
|
||||||
<description>🔗Name enfuseAdvanced.lua - process HDR or focus stacked images
|
<description>🔗Name enfuseAdvanced.lua - process HDR or focus stacked images
|
||||||
🔗Description This plugin will add the new export module &lsquo;fusion to DRI or DFF image&rsquo;.
|
🔗Description This plugin will add the new export module &lsquo;fusion to DRI or DFF image&rsquo;.
|
||||||
🔗Usage Install:
|
🔗Usage Install:
|
||||||
|
@ -91,10 +91,10 @@ This script automates the steps involved to process an image created with the Ma
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>exportLUT</title>
|
<title>exportLUT</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/exportlut/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/exportlut/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/exportlut/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/exportlut/</guid>
|
||||||
<description>🔗Name 🔗Description Given a haldCLUT identity file this script generates haldCLUTS from all the user&rsquo;s styles and exports them to a location of their choosing.
|
<description>🔗Name 🔗Description Given a haldCLUT identity file this script generates haldCLUTS from all the user&rsquo;s styles and exports them to a location of their choosing.
|
||||||
🔗Usage Add the following line to .config/darktable/luarc to enable this lightable module: require &ldquo;contrib/exportLut&rdquo;
|
🔗Usage Add the following line to .config/darktable/luarc to enable this lightable module: require &ldquo;contrib/exportLut&rdquo;
|
||||||
🔗Additional Software Required 🔗Limitations Warning: during export if a naming collision occurs the older file is automatically overwritten silently.
|
🔗Additional Software Required 🔗Limitations Warning: during export if a naming collision occurs the older file is automatically overwritten silently.
|
||||||
|
@ -104,10 +104,10 @@ This script automates the steps involved to process an image created with the Ma
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>ext_editor</title>
|
<title>ext_editor</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/ext_editor/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/ext_editor/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/ext_editor/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/ext_editor/</guid>
|
||||||
<description>🔗Name ext_editor.lua - edit images with external editors
|
<description>🔗Name ext_editor.lua - edit images with external editors
|
||||||
🔗Description This script provides helpers to edit image files with programs external to darktable. It adds:
|
🔗Description This script provides helpers to edit image files with programs external to darktable. It adds:
|
||||||
a new target storage &ldquo;collection&rdquo;. Image exported will be reimported to collection for further edit with external programs a new lighttable module &ldquo;external editors&rdquo;, to select a program from a list of up to 9 external editors and run it on a selected image (adjust this limit by changing MAX_EDITORS) a set of lua preferences in order to configure name and path of up to 9 external editors a set of lua shortcuts in order to quick launch the external editors 🔗Usage require this script from main lua file &ndash; setup &ndash;</description>
|
a new target storage &ldquo;collection&rdquo;. Image exported will be reimported to collection for further edit with external programs a new lighttable module &ldquo;external editors&rdquo;, to select a program from a list of up to 9 external editors and run it on a selected image (adjust this limit by changing MAX_EDITORS) a set of lua preferences in order to configure name and path of up to 9 external editors a set of lua shortcuts in order to quick launch the external editors 🔗Usage require this script from main lua file &ndash; setup &ndash;</description>
|
||||||
|
@ -115,20 +115,20 @@ This script automates the steps involved to process an image created with the Ma
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>face_recognition</title>
|
<title>face_recognition</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/face_recognition/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/face_recognition/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/face_recognition/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/face_recognition/</guid>
|
||||||
<description>🔗Name face_recognition.lua - add a new storage option and calls face_recognition after export
|
<description>🔗Name face_recognition.lua - add a new storage option and calls face_recognition after export
|
||||||
🔗Description Add a new storage option to send images to face_recognition. Images are exported to darktable tmp dir first. A directory with known faces must exist, the image name are the tag names which will be used. Multiple images for one face can exist, add a number to it, the number will be removed from the tag, for example: People|IknowYou1.</description>
|
🔗Description Add a new storage option to send images to face_recognition. Images are exported to darktable tmp dir first. A directory with known faces must exist, the image name are the tag names which will be used. Multiple images for one face can exist, add a number to it, the number will be removed from the tag, for example: People|IknowYou1.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>fujifilm_ratings</title>
|
<title>fujifilm_ratings</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/fujifilm_ratings/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/fujifilm_ratings/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/fujifilm_ratings/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/fujifilm_ratings/</guid>
|
||||||
<description>🔗Name fujifilm_ratings.lua - support for importing Fujifilm in-camera ratings in darktable
|
<description>🔗Name fujifilm_ratings.lua - support for importing Fujifilm in-camera ratings in darktable
|
||||||
🔗Description Support for importing Fujifilm in-camera ratings in darktable.
|
🔗Description Support for importing Fujifilm in-camera ratings in darktable.
|
||||||
🔗Usage 🔗Additional Software Required exiftool (https://www.sno.phy.queensu.ca/~phil/exiftool/) 🔗Limitations 🔗Author Ben Mendis - ben.mendis@gmail.com
|
🔗Usage 🔗Additional Software Required exiftool (https://www.sno.phy.queensu.ca/~phil/exiftool/) 🔗Limitations 🔗Author Ben Mendis - ben.mendis@gmail.com
|
||||||
|
@ -137,10 +137,10 @@ This script automates the steps involved to process an image created with the Ma
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>geoJSON_export</title>
|
<title>geoJSON_export</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/geojson_export/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/geojson_export/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/geojson_export/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/geojson_export/</guid>
|
||||||
<description>🔗Name geoJSON_export.lua - export a geoJSON file from selected images
|
<description>🔗Name geoJSON_export.lua - export a geoJSON file from selected images
|
||||||
🔗Description darktable geoJSON export script
|
🔗Description darktable geoJSON export script
|
||||||
🔗Usage require this script from your main Lua file 🔗Additional Software Required mkdir convert (ImageMagick) xdg-open xdg-user-dir 🔗Limitations This script is only tested with Linux
|
🔗Usage require this script from your main Lua file 🔗Additional Software Required mkdir convert (ImageMagick) xdg-open xdg-user-dir 🔗Limitations This script is only tested with Linux
|
||||||
|
@ -150,10 +150,10 @@ This script automates the steps involved to process an image created with the Ma
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>geoToolbox</title>
|
<title>geoToolbox</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/geotoolbox/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/geotoolbox/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/geotoolbox/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/geotoolbox/</guid>
|
||||||
<description>🔗Name geoToolbox.lua - a module of geo tools
|
<description>🔗Name geoToolbox.lua - a module of geo tools
|
||||||
🔗Description it creates a new geoToolbox lighttable module 🔗Usage require this script from your main lua file To do this add this line to the file .config/darktable/luarc: require &ldquo;geoToolbox&rdquo; 🔗Additional Software Required 🔗Limitations 🔗Author Tobias Jakobs
|
🔗Description it creates a new geoToolbox lighttable module 🔗Usage require this script from your main lua file To do this add this line to the file .config/darktable/luarc: require &ldquo;geoToolbox&rdquo; 🔗Additional Software Required 🔗Limitations 🔗Author Tobias Jakobs
|
||||||
🔗Change Log </description>
|
🔗Change Log </description>
|
||||||
|
@ -161,20 +161,20 @@ This script automates the steps involved to process an image created with the Ma
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>gimp</title>
|
<title>gimp</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/gimp/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/gimp/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/gimp/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/gimp/</guid>
|
||||||
<description>🔗Name gimp.lua - export and edit with GIMP
|
<description>🔗Name gimp.lua - export and edit with GIMP
|
||||||
🔗Description This script provides another storage (export target) for darktable. Selected images are exported in the specified format to temporary storage. GIMP is launched and opens the files. After editing, the exported images are overwritten to save the changes. When GIMP exits, the exported files are moved into the current collection and imported into the database. The imported files then show up grouped with the originally selected images.</description>
|
🔗Description This script provides another storage (export target) for darktable. Selected images are exported in the specified format to temporary storage. GIMP is launched and opens the files. After editing, the exported images are overwritten to save the changes. When GIMP exits, the exported files are moved into the current collection and imported into the database. The imported files then show up grouped with the originally selected images.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>gpx_export</title>
|
<title>gpx_export</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/gpx_export/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/gpx_export/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/gpx_export/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/gpx_export/</guid>
|
||||||
<description>🔗Name gpx_export.lua - gpx exporter
|
<description>🔗Name gpx_export.lua - gpx exporter
|
||||||
🔗Description Simple darktable GPX generator script
|
🔗Description Simple darktable GPX generator script
|
||||||
This script generates a GPX track from all images having GPS latitude and longitude information. For each source folder, a separate &lt;trk&gt; is generated in the gpx file.
|
This script generates a GPX track from all images having GPS latitude and longitude information. For each source folder, a separate &lt;trk&gt; is generated in the gpx file.
|
||||||
|
@ -183,10 +183,10 @@ This script generates a GPX track from all images having GPS latitude and longit
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>HDRMerge</title>
|
<title>HDRMerge</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/hdrmerge/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/hdrmerge/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/hdrmerge/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/hdrmerge/</guid>
|
||||||
<description>🔗Name HDRMerge.lua - create an HDR image using HDRMerge
|
<description>🔗Name HDRMerge.lua - create an HDR image using HDRMerge
|
||||||
🔗Description This plugin adds the module &lsquo;HDRMerge&rsquo; to darktable&rsquo;s lighttable view
|
🔗Description This plugin adds the module &lsquo;HDRMerge&rsquo; to darktable&rsquo;s lighttable view
|
||||||
🔗Usage Install: (see here for more detail: https://github.com/darktable-org/lua-scripts )
|
🔗Usage Install: (see here for more detail: https://github.com/darktable-org/lua-scripts )
|
||||||
|
@ -195,10 +195,10 @@ This script generates a GPX track from all images having GPS latitude and longit
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>hugin</title>
|
<title>hugin</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/hugin/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/hugin/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/hugin/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/hugin/</guid>
|
||||||
<description>🔗Name hugin.lua - stitch multiple images into a panorama
|
<description>🔗Name hugin.lua - stitch multiple images into a panorama
|
||||||
🔗Description Add a new storage option to send images to hugin. Images are exported to darktable tmp dir first.
|
🔗Description Add a new storage option to send images to hugin. Images are exported to darktable tmp dir first.
|
||||||
🔗Usage require this file from your main luarc config file set the hugin tool paths (on some platforms) if hugin gui mode is used, save the final result in the tmp directory with the first file name and _pano as suffix for the image to be automatically imported to DT afterwards 🔗Additional Software Required hugin 🔗Limitations 🔗Author Wolfgang Goetz</description>
|
🔗Usage require this file from your main luarc config file set the hugin tool paths (on some platforms) if hugin gui mode is used, save the final result in the tmp directory with the first file name and _pano as suffix for the image to be automatically imported to DT afterwards 🔗Additional Software Required hugin 🔗Limitations 🔗Author Wolfgang Goetz</description>
|
||||||
|
@ -206,20 +206,20 @@ This script generates a GPX track from all images having GPS latitude and longit
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>image_stack</title>
|
<title>image_stack</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/image_stack/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/image_stack/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/image_stack/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/image_stack/</guid>
|
||||||
<description>🔗Name image_stack.lua - process a stack of images
|
<description>🔗Name image_stack.lua - process a stack of images
|
||||||
🔗Description This script provides another storage (export target) for darktable. Selected images are exported in the specified format to temporary storage. The images are aligned if the user requests it. When the images are ready, imagemagick is launched and uses the selected evaluate-sequence operator to process the images. The output file is written to a filename representing the imput files in the format specified by the user.</description>
|
🔗Description This script provides another storage (export target) for darktable. Selected images are exported in the specified format to temporary storage. The images are aligned if the user requests it. When the images are ready, imagemagick is launched and uses the selected evaluate-sequence operator to process the images. The output file is written to a filename representing the imput files in the format specified by the user.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>image_time</title>
|
<title>image_time</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/image_time/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/image_time/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/image_time/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/image_time/</guid>
|
||||||
<description>🔗Name image_time.lua - synchronize image time for images shot with different cameras
|
<description>🔗Name image_time.lua - synchronize image time for images shot with different cameras
|
||||||
🔗Description image_time non destructively adjusts image times by modifying the database image exif_datetime_taken field. There are 4 modes: adjust time, set time, synchronize time, and reset time.
|
🔗Description image_time non destructively adjusts image times by modifying the database image exif_datetime_taken field. There are 4 modes: adjust time, set time, synchronize time, and reset time.
|
||||||
ADJUST TIME
|
ADJUST TIME
|
||||||
|
@ -228,10 +228,10 @@ adjust time mode lets you chose an offset in terms of years, months, days, hours
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>kml_export</title>
|
<title>kml_export</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/kml_export/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/kml_export/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/kml_export/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/kml_export/</guid>
|
||||||
<description>🔗Name kml_export.lua - export a kml file from selected images
|
<description>🔗Name kml_export.lua - export a kml file from selected images
|
||||||
🔗Description darktable KML export script
|
🔗Description darktable KML export script
|
||||||
🔗Usage require this script from your main Lua file when choosing file format, pick JPEG or PNG as Google Earth doesn&rsquo;t support other formats 🔗Additional Software Required zip (at the moment Linux only and only if you create KMZ files) magick (ImageMagick) xdg-user-dir (Linux) 🔗Limitations This script is only tested with Linux</description>
|
🔗Usage require this script from your main Lua file when choosing file format, pick JPEG or PNG as Google Earth doesn&rsquo;t support other formats 🔗Additional Software Required zip (at the moment Linux only and only if you create KMZ files) magick (ImageMagick) xdg-user-dir (Linux) 🔗Limitations This script is only tested with Linux</description>
|
||||||
|
@ -239,10 +239,10 @@ adjust time mode lets you chose an offset in terms of years, months, days, hours
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>LabelsToTags</title>
|
<title>LabelsToTags</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/labelstotags/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/labelstotags/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/labelstotags/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/labelstotags/</guid>
|
||||||
<description>🔗Name LabelsToTags.lua - mass apply tags to images
|
<description>🔗Name LabelsToTags.lua - mass apply tags to images
|
||||||
🔗Description Allows the mass-application of tags using color labels and ratings as a guide.
|
🔗Description Allows the mass-application of tags using color labels and ratings as a guide.
|
||||||
🔗Usage In your &lsquo;luarc&rsquo; file or elsewhere, use the function &lsquo;register_tag_mapping&rsquo;, defined in this module, to specify one or more tag mappings for use by the module. Any mappings so registered will be selectable, according to their given names, in the module&rsquo;s &ldquo;mapping&rdquo; combo box.
|
🔗Usage In your &lsquo;luarc&rsquo; file or elsewhere, use the function &lsquo;register_tag_mapping&rsquo;, defined in this module, to specify one or more tag mappings for use by the module. Any mappings so registered will be selectable, according to their given names, in the module&rsquo;s &ldquo;mapping&rdquo; combo box.
|
||||||
|
@ -251,10 +251,10 @@ A mapping takes the form of a table mapping patterns to lists of tags.</descript
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>OpenInExplorer</title>
|
<title>OpenInExplorer</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/openinexplorer/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/openinexplorer/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/openinexplorer/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/openinexplorer/</guid>
|
||||||
<description>🔗Name OpenInExplorer.lua - open an images containing folder
|
<description>🔗Name OpenInExplorer.lua - open an images containing folder
|
||||||
🔗Description This plugin adds the module &ldquo;OpenInExplorer&rdquo; to darktable&rsquo;s lighttable view.
|
🔗Description This plugin adds the module &ldquo;OpenInExplorer&rdquo; to darktable&rsquo;s lighttable view.
|
||||||
🔗Usage Require this file in your luarc file, as with any other dt plug-in
|
🔗Usage Require this file in your luarc file, as with any other dt plug-in
|
||||||
|
@ -264,20 +264,20 @@ Select the photo(s) you wish to find in your operating system&rsquo;s file m
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>passport_guide</title>
|
<title>passport_guide</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/passport_guide/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/passport_guide/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/passport_guide/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/passport_guide/</guid>
|
||||||
<description>🔗Name 🔗Description guides for cropping passport photos based on documents from the Finnish police (https://www.poliisi.fi/instancedata/prime_product_julkaisu/intermin/embeds/poliisiwwwstructure/38462_Passikuvaohje_EN.pdf) describing passport photo dimensions of 47x36 mm and 500x653 px for digital biometric data stored in passports. They use ISO 19794-5 standard based on ICAO 9303 regulations which should also be compliant for all of Europe.
|
<description>🔗Name 🔗Description guides for cropping passport photos based on documents from the Finnish police (https://www.poliisi.fi/instancedata/prime_product_julkaisu/intermin/embeds/poliisiwwwstructure/38462_Passikuvaohje_EN.pdf) describing passport photo dimensions of 47x36 mm and 500x653 px for digital biometric data stored in passports. They use ISO 19794-5 standard based on ICAO 9303 regulations which should also be compliant for all of Europe.
|
||||||
🔗Usage add the following line in the file $CONFIGDIR/luarc require &ldquo;passport_guide&rdquo; (optional) add the line: &ldquo;plugins/darkroom/clipping/extra_aspect_ratios/passport 36x47mm=47:36&rdquo; to $CONFIGDIR/darktablerc when using the cropping tool, select &ldquo;passport&rdquo; as guide and if you added the line in yout rc select &ldquo;passport 36x47mm&rdquo; as aspect 🔗Additional Software Required 🔗Limitations 🔗Author Kåre Hampf</description>
|
🔗Usage add the following line in the file $CONFIGDIR/luarc require &ldquo;passport_guide&rdquo; (optional) add the line: &ldquo;plugins/darkroom/clipping/extra_aspect_ratios/passport 36x47mm=47:36&rdquo; to $CONFIGDIR/darktablerc when using the cropping tool, select &ldquo;passport&rdquo; as guide and if you added the line in yout rc select &ldquo;passport 36x47mm&rdquo; as aspect 🔗Additional Software Required 🔗Limitations 🔗Author Kåre Hampf</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>pdf_slideshow</title>
|
<title>pdf_slideshow</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/pdf_slideshow/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/pdf_slideshow/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/pdf_slideshow/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/pdf_slideshow/</guid>
|
||||||
<description>🔗Name pdf_slideshow.lua - generate a pdf slideshow
|
<description>🔗Name pdf_slideshow.lua - generate a pdf slideshow
|
||||||
🔗Description Generates a PDF slideshow (via Latex) containing all selected images one per slide.
|
🔗Description Generates a PDF slideshow (via Latex) containing all selected images one per slide.
|
||||||
🔗Usage require this file from your main lua config file: This plugin will add a new exporter that will allow you to generate a pdf slideshow. The interface will let you add:
|
🔗Usage require this file from your main lua config file: This plugin will add a new exporter that will allow you to generate a pdf slideshow. The interface will let you add:
|
||||||
|
@ -286,10 +286,10 @@ Select the photo(s) you wish to find in your operating system&rsquo;s file m
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>photils</title>
|
<title>photils</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/photils/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/photils/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/photils/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/photils/</guid>
|
||||||
<description>🔗Name photils.lua - auto tag images based on feature recognition
|
<description>🔗Name photils.lua - auto tag images based on feature recognition
|
||||||
🔗Description A darktable plugin that tries to predict keywords based on the selected image. This plugin uses photils-cli to handle this task. Photils-cli is an application that passes the image through a neural network, classifies it, and extracts the suggested tags. Everything happens offline without the need that your data are sent over the internet.
|
🔗Description A darktable plugin that tries to predict keywords based on the selected image. This plugin uses photils-cli to handle this task. Photils-cli is an application that passes the image through a neural network, classifies it, and extracts the suggested tags. Everything happens offline without the need that your data are sent over the internet.
|
||||||
🔗Usage require this script from your main lua file To do this add this line to the file .</description>
|
🔗Usage require this script from your main lua file To do this add this line to the file .</description>
|
||||||
|
@ -297,10 +297,10 @@ Select the photo(s) you wish to find in your operating system&rsquo;s file m
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>quicktag</title>
|
<title>quicktag</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/quicktag/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/quicktag/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/quicktag/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/quicktag/</guid>
|
||||||
<description>🔗Name quicktag.lua - add shortcuts to speed up tagging
|
<description>🔗Name quicktag.lua - add shortcuts to speed up tagging
|
||||||
🔗Description For faster attaching your favorite tags, the script adds shortcuts and the module &ldquo;quicktag&rdquo; in lighttable mode with a changeable number of buttons. To each button a tag can be assigned. If the tags do not exist in your database, they are added to the database once they get the first time attached to an image.
|
🔗Description For faster attaching your favorite tags, the script adds shortcuts and the module &ldquo;quicktag&rdquo; in lighttable mode with a changeable number of buttons. To each button a tag can be assigned. If the tags do not exist in your database, they are added to the database once they get the first time attached to an image.
|
||||||
The number of buttons/shortcuts can be changed in the lua preferences.</description>
|
The number of buttons/shortcuts can be changed in the lua preferences.</description>
|
||||||
|
@ -308,10 +308,10 @@ The number of buttons/shortcuts can be changed in the lua preferences.</descript
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>rate_group</title>
|
<title>rate_group</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/rate_group/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/rate_group/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/rate_group/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/rate_group/</guid>
|
||||||
<description>🔗Name rate_group.lua - rate groups of images
|
<description>🔗Name rate_group.lua - rate groups of images
|
||||||
🔗Description Script to provide shortcuts for rating or rejecting all images within a group; particularly useful for RAW+JPEG shooters employing a star rating workflow like the below:
|
🔗Description Script to provide shortcuts for rating or rejecting all images within a group; particularly useful for RAW+JPEG shooters employing a star rating workflow like the below:
|
||||||
http://blog.chasejarvis.com/blog/2011/03/photo-editing-101/
|
http://blog.chasejarvis.com/blog/2011/03/photo-editing-101/
|
||||||
|
@ -322,10 +322,10 @@ I use the following shortcuts:
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>rename_tags</title>
|
<title>rename_tags</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/rename-tags/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/rename-tags/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/rename-tags/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/rename-tags/</guid>
|
||||||
<description>🔗Name rename-tags.lua - rename tags
|
<description>🔗Name rename-tags.lua - rename tags
|
||||||
🔗Description 🔗Usage In lighttable there is a new entry: &lsquo;rename tag&rsquo; Enter old tag (this one gets deleted!) Enter new tag name 🔗Additional Software Required 🔗Limitations 🔗Author Sebastian Witt - se.witt@gmx.net
|
🔗Description 🔗Usage In lighttable there is a new entry: &lsquo;rename tag&rsquo; Enter old tag (this one gets deleted!) Enter new tag name 🔗Additional Software Required 🔗Limitations 🔗Author Sebastian Witt - se.witt@gmx.net
|
||||||
Bill Ferguson - wpferguson@gmail.com</description>
|
Bill Ferguson - wpferguson@gmail.com</description>
|
||||||
|
@ -333,10 +333,10 @@ Bill Ferguson - wpferguson@gmail.com</description>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>RL_out_sharp</title>
|
<title>RL_out_sharp</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/rl_out_sharp/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/rl_out_sharp/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/rl_out_sharp/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/rl_out_sharp/</guid>
|
||||||
<description>🔗Name RL_out_sharp.lua - Richardson-Lucy output sharpening using GMic
|
<description>🔗Name RL_out_sharp.lua - Richardson-Lucy output sharpening using GMic
|
||||||
🔗Description This script provides a new target storage &ldquo;RL output sharpen&rdquo;. Images exported will be sharpened using GMic (RL deblur algorithm)
|
🔗Description This script provides a new target storage &ldquo;RL output sharpen&rdquo;. Images exported will be sharpened using GMic (RL deblur algorithm)
|
||||||
EXAMPLE set sigma = 0.7, iterations = 10, jpeg output quality = 95, to correct blur due to image resize for web usage
|
EXAMPLE set sigma = 0.7, iterations = 10, jpeg output quality = 95, to correct blur due to image resize for web usage
|
||||||
|
@ -345,10 +345,10 @@ EXAMPLE set sigma = 0.7, iterations = 10, jpeg output quality = 95, to correct b
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>slideshowMusic</title>
|
<title>slideshowMusic</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/slideshowmusic/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/slideshowmusic/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/slideshowmusic/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/slideshowmusic/</guid>
|
||||||
<description>🔗Name slideshowMusic.lua - play music during a slideshow
|
<description>🔗Name slideshowMusic.lua - play music during a slideshow
|
||||||
🔗Description darktable Script to play music during a Slideshow
|
🔗Description darktable Script to play music during a Slideshow
|
||||||
🔗Usage require this script from your main lua file 🔗Additional Software Required You need rhythmbox-client installed to use this script
|
🔗Usage require this script from your main lua file 🔗Additional Software Required You need rhythmbox-client installed to use this script
|
||||||
|
@ -357,10 +357,10 @@ EXAMPLE set sigma = 0.7, iterations = 10, jpeg output quality = 95, to correct b
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>transfer_hierarchy</title>
|
<title>transfer_hierarchy</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/transfer_hierarchy/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/transfer_hierarchy/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/transfer_hierarchy/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/transfer_hierarchy/</guid>
|
||||||
<description>🔗Name transfer_hierarchy.lua - move or copy image hierarchies from one location to another
|
<description>🔗Name transfer_hierarchy.lua - move or copy image hierarchies from one location to another
|
||||||
🔗Description Allows the moving or copying of images from one directory tree to another, while preserving the existing hierarchy.
|
🔗Description Allows the moving or copying of images from one directory tree to another, while preserving the existing hierarchy.
|
||||||
🔗Usage darktable&rsquo;s native operations for moving and copying images in batches allow only one directory to be specified as the destination for each batch. Those wanting to move or copy images from a hierarchy of directories within darktable while preserving the directory structure, must take the laborious step of performing the operation one individual directory at a time.</description>
|
🔗Usage darktable&rsquo;s native operations for moving and copying images in batches allow only one directory to be specified as the destination for each batch. Those wanting to move or copy images from a hierarchy of directories within darktable while preserving the directory structure, must take the laborious step of performing the operation one individual directory at a time.</description>
|
||||||
|
@ -368,10 +368,10 @@ EXAMPLE set sigma = 0.7, iterations = 10, jpeg output quality = 95, to correct b
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>video_ffmpeg</title>
|
<title>video_ffmpeg</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/video_ffmpeg/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/video_ffmpeg/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/video_ffmpeg/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/video_ffmpeg/</guid>
|
||||||
<description>🔗Name video_ffmpeg.lua - create a timelapse video from selected images
|
<description>🔗Name video_ffmpeg.lua - create a timelapse video from selected images
|
||||||
🔗Description This plugin will add the new export module &ldquo;video ffmpeg&rdquo;.
|
🔗Description This plugin will add the new export module &ldquo;video ffmpeg&rdquo;.
|
||||||
🔗Usage Go to Lighttable Select images you want to use as a video ffmpeg frames In image export module select &ldquo;video ffmpeg&rdquo; Configure you video settings Export 🔗Additional Software Required ffmpeg
|
🔗Usage Go to Lighttable Select images you want to use as a video ffmpeg frames In image export module select &ldquo;video ffmpeg&rdquo; Configure you video settings Export 🔗Additional Software Required ffmpeg
|
||||||
|
@ -381,10 +381,10 @@ EXAMPLE set sigma = 0.7, iterations = 10, jpeg output quality = 95, to correct b
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>select_untagged</title>
|
<title>select_untagged</title>
|
||||||
<link>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/select_untagged/</link>
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/select_untagged/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://elstoc.github.io/luadocs/lua.scripts.manual/scripts/contrib/select_untagged/</guid>
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/select_untagged/</guid>
|
||||||
<description>🔗Name select_untagged.lua - select all images that aren&rsquo;t tagged
|
<description>🔗Name select_untagged.lua - select all images that aren&rsquo;t tagged
|
||||||
🔗Description Enable selection of untagged images (darktable|* tags are ignored)
|
🔗Description Enable selection of untagged images (darktable|* tags are ignored)
|
||||||
🔗Usage 🔗Additional Software Required 🔗Limitations 🔗Author Jannis_V</description>
|
🔗Usage 🔗Additional Software Required 🔗Limitations 🔗Author Jannis_V</description>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue