Wallhaven-Downloader icon indicating copy to clipboard operation
Wallhaven-Downloader copied to clipboard

Not issues.. How can change name images like image tags

Open s7e7v7e7n7 opened this issue 9 years ago • 1 comments

Hello, how can change image name "wallhaven-71.jpg" like tags name like this : "jelllyfish, underwater, colorful-71.jpg"

Is there a way?

Thank you...

s7e7v7e7n7 avatar Dec 21 '15 12:12 s7e7v7e7n7

You would need to search for the tags in the html file (with grep, awk, sed,...) and use this information to rename the files.

basic example: grep -o -e 'href="http://alpha.wallhaven.cc/tag/[0-9]">[-:_A-Za-z0-9 ]'

Now you would need to save all of the tags somehow and concatenate them and lastly rename the file to this new string.

It should be possible but i dont have the time to look further into it, you would need to look into which characters are possible in the tagname.

macearl avatar Dec 21 '15 17:12 macearl