Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Hello everyone. I work with a lot of digital photos and was just wondering if there is a way to possibly rename multiple files at once in Konqueror. I can't seem to find a setting or plugin to allow this, and I would hate to have to use a second file manager.
Install krename. I believe it will integrate with konqueror automatically. It takes a little learning, but it's really pretty easy to use.
And of course there are lots of ways to rename multiple files using cli. They can be even faster and easier once you learn how. It's a question that pops up here regularly. Check out the bottom of this page, for example.
Another thing that would be nice is to be able to arrange the pictures according to the date they were taken on, rather than just the date they were "modified" (or copied from one location to the other).
You can probably extract this information from the EXIF tags, but I don't know if krename can process that. I noticed that krename does have some sort of plugin mechanism, so it might be possible to add that, however, I'd be more included to write a shell script to do it.
By the way, I'd recommend you try out kimdaba (recently renamed KDE Photo Album). This is a tags database app which lets you leave your image files in whatever directory structure you like, but find them using tags. Tagging up a large pre-existing album of pictures takes a while, but it's well worth it to be able to find images based on criteria like "photos containing me and Bob Dobbs, taken in Holland".
Yes, that would be nice, but it's a bit harder to do. You have to extract the date from the .exif headers of each photo first. I've been wanting to write a script that does that and sorts the photos into date-named folders, but I'm not good enough at scripting yet to do so. I've got to study up on it first.
Unless someone knows of a script or program that can do this already?
I did some looking around and I just ran across this bash script for renaming photos based on the exif creation date. I haven't tried it out yet--I want to study it and see if it can, or can be easily modified, to sort into directories--but it looks pretty good otherwise.
If you want to try it out, let us know how it works.
Actually, I just found that krename already has an exif plugin. However, it's not installed with exif on Ubuntu for some reason. I suspect Ubuntu us just using the debian build, so I expect you'll have the same problem. I'm not sure how you could get hold of it without downloading the source and building it yourself - I think that's your best shot.
Hopefully Konqueror will have all of this functionality eventually. IMO it's a very important feature that an otherwise superior file manager does not have that explorer does.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.