Hello.
Is there anyway to "read" the filetype being sent to the device?
I wanted to do a conditional that would place epubs, kepubs and pdfs on different places in my device.
Example:
book.epub -> .books/{authors}-{series:||-}{series_index:||-}{title}
book.kepub -> books/{authors}/{title}
book.pdf -> pdf/{title}
Thanks in advance
|