photoprism/pkg/txt
Michael Mayer 70c6a68169 Use date from file name if no metadata was found #396
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-07-13 19:34:21 +02:00
..
resources Backend: Add words to stopwords.txt 2020-07-07 20:28:17 +02:00
capitalization.go Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
capitalization_test.go Backend: Improve FileTitle() function 2020-07-06 11:31:03 +02:00
clip.go
clip_test.go
convert.go Backend: Tweak db connection params and add stack to panic logs 2020-07-13 15:16:09 +02:00
convert_test.go Use date from file name if no metadata was found #396 2020-07-13 19:34:21 +02:00
countries.go Backend: Update countries.txt and stopwords.txt 2020-07-05 17:37:40 +02:00
date.go
date_test.go
file_title.go Backend: Improve FileTitle() function 2020-07-06 11:31:03 +02:00
file_title_test.go Backend: Add unit tests for pkg 2020-07-07 16:29:55 +02:00
gen_countries.go
gen_stopwords.go Backend: Add list of small words #361 2020-06-24 07:38:08 +02:00
quote.go
quote_test.go
shortwords.go Backend: Update short and small words list in txt package 2020-07-07 15:25:19 +02:00
slug.go
slug_test.go
smallwords.go Backend: Update short and small words list in txt package 2020-07-07 15:25:19 +02:00
specialwords.go Backend: Add "xd" to SpecialWords list 2020-06-27 14:27:37 +02:00
stopwords.go Backend: Add words to stopwords.txt 2020-07-07 20:28:17 +02:00
strings.go Backend: Add list of small words #361 2020-06-24 07:38:08 +02:00
strings_test.go
titles.go
titles_test.go
txt.go
words.go Backend: Add list of small words #361 2020-06-24 07:38:08 +02:00
words_test.go