Thread: Save to disk
View Single Post
Old 03-12-2018, 08:44 AM   #1
arcegabriel
Member
arcegabriel began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Jun 2017
Device: Android
Save to disk

Examples
Book Title:ABC
Book Author: xyz
Tag 12345678

I wanted to save it as (tried both)
1. {tag}/{title} - {authors}/{title} - {authors}
2. {tags:sublist(0,1,\,)}/{title} - {authors}/{title} - {authors}

The result is the same:
a. Some books with tag 12345678 would be same under 12345678 (correct)
b. Some books with tag 12345678 would be same under 123478 (incorrect)
c. Some books with tag 12345678 would be same under 1478 (incorrect)
d. Some of the titles will get some of the spaces between words replaced by an underscore (incorrect)

Appreciate any feedback you can provide.
arcegabriel is offline   Reply With Quote