Initial search API with dummy results

This commit is contained in:
Kleissner
2021-09-23 02:32:07 +02:00
parent edc14925c7
commit 58b4603744
5 changed files with 572 additions and 1 deletions

View File

@@ -37,11 +37,12 @@ const (
FormatHTML // HTML file
FormatText // Text file
FormatEbook // Ebook file
FormatCompressed // Compressed file.
FormatCompressed // Compressed file
FormatDatabase // Database file
FormatEmail // Single email
FormatCSV // CSV file
FormatFolder // Virtual folder
FormatExecutable // Executable file
)
// Future tags to be defined for audio/video: Artist, Album, Title, Length, Bitrate, Codec