bell notificationshomepageloginedit profileclubsdmBox

10% popularity   0 Reactions

Expounding on @pheon 's answer, I created this shell script

#!/bin/bash

exiftool="/usr/local/bin/exiftool"

filename=$(basename "")
extension="${filename##*.}"
filename="${filename%.*}"
directory=$(dirname "")
newfilename=`${exiftool} -T -Title `

echo mv "" "${directory}/${newfilename}.${extension}"
mv "" "${directory}/${newfilename}.${extension}"

Just run the script, passing the pub filename and it will rename it in-place to be the title of the eBook. Note that it is likely there will be spaces in the filename.


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

Login to follow story

More posts by @Kelli

0 Comments

Sorted by latest first Latest Oldest Best

 

Back to top