From: Dale <rdalek1967@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Changing names of LOTS of files, adding to them actually.
Date: Wed, 30 Nov 2011 20:46:49 -0600 [thread overview]
Message-ID: <4ED6EA99.3050009@gmail.com> (raw)
In-Reply-To: <20111201021821.GD23374@eisen.lan>
Frank Steinmetzger wrote:
> On Wed, Nov 30, 2011 at 07:49:26PM -0600, Dale wrote:
>
>> I ran into a problem. I been downloading a lot of TV shows. I forgot
>> to put a sort of important part in the names. This is what I have with
>> the full path:
>>
>> /data/Movies/TV_Series/Person of Interest/Season 1, Episode 1 - Pilot.mp4
>>
>> This is what I need it to be:
>>
>> /data/Movies/TV_Series/Person of Interest/Person of Interest - Season 1,
>> Episode 1 - Pilot.mp4
>>
>> Basically, I need to add the name of the show to the name of the file.
>> They will all be added to the front of the names. They also almost all
>> contain spaces, which means some fancy footwork with the \.
>>
>> Is there a way to do this? I have room to copy them to another
>> directory if needed. I would sort of actually prefer it that way since
>> if it messes up, I got the originals at least.
>>
>> Sorry I'm not real good at gawk, sed and all those things. I suspect
>> those will be used tho. I am familiar with | and grep tho. ;-)
>>
>> Thoughts?
> I can’t remember right now what graphical environment you use, but for KDE
> there is KRename. But if you want it quick and efficient, I suggest
> renameutils. You give it a list of files and it opens $EDITOR containing two
> columns with the list. The first is the old name, and in the second you can
> enter the new name.
>
> It’s basically a mass renamer for the console, powered by your favorite
> features of your favorite editor. With the recursive flag -R you can even do
> what you want for many dirs at once and then insert the Series name using
> search and replace with regular expressions.
>
> But your particular example could be done simply with:
>
> cd "/data/Movies/TV_Series/Person of Interest"
> for i in *.mp4; do mv -n "$i" "Person of Interest - $i"; done
Oh heck yea. Krename did a wonderful job. It renamed them in place. I
tested it on a small directory with just a few files at first. This is
cool. I didn't know KDE had this and it wasn't installed either.
No grep, gawk or sed in the command line for this? Wow. I thought
there would be at least a couple of those in there. lol
Thanks for the info. I didn't even think there would be a GUI for
this. o_O
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
next prev parent reply other threads:[~2011-12-01 2:48 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-01 1:49 [gentoo-user] Changing names of LOTS of files, adding to them actually Dale
2011-12-01 2:18 ` Frank Steinmetzger
2011-12-01 2:46 ` Dale [this message]
2011-12-01 2:19 ` Francisco Ares
2011-12-01 2:23 ` Francisco Ares
2011-12-01 2:22 ` Pandu Poluan
2011-12-01 2:29 ` Pandu Poluan
2011-12-01 2:22 ` bill.longman
2011-12-01 3:23 ` Frank Steinmetzger
2011-12-01 4:18 ` Dale
2011-12-01 8:53 ` Neil Bothwick
2011-12-01 9:34 ` Stroller
2011-12-01 10:42 ` Dale
2011-12-01 15:29 ` Frank Steinmetzger
2011-12-02 17:33 ` James Broadhead
2011-12-02 10:50 ` Stroller
2011-12-02 15:43 ` Frank Steinmetzger
2011-12-01 10:55 ` Helmut Jarausch
2011-12-01 13:22 ` James Broadhead
2011-12-01 13:51 ` Paul Hartman
2011-12-02 10:21 ` Stroller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ED6EA99.3050009@gmail.com \
--to=rdalek1967@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox