public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: James Broadhead <jamesbroadhead@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Changing names of LOTS of files, adding to them actually.
Date: Thu, 1 Dec 2011 13:22:09 +0000	[thread overview]
Message-ID: <CA+hid6FXrv-itfi7Sd-5eO0h+34E91Kh3-it9UjH16wGMLuZkA@mail.gmail.com> (raw)
In-Reply-To: <1322736912.841.0@numa-i>

On 1 December 2011 10:55, Helmut Jarausch <jarausch@igpm.rwth-aachen.de> wrote:
> On 12/01/2011 10:34:33 AM, Stroller wrote:
>>
>> On 1 December 2011, at 01:49, 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
>> >

I'm surprised that no one mentioned 'mmv', which I switched to from rename.
It has nice simple syntax, which is good for the _one thing that it
does_, which makes it nice and unixy.
All I've ever needed (I use python for anything more complex)
? Single character match
* String match until next token
#1, #2 , #3 for first match, second match etc.

cd /data/Movies/TV_Series/
# for all series
mmv "*/*" "#1/#1-#2"



  reply	other threads:[~2011-12-01 13:23 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
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 [this message]
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=CA+hid6FXrv-itfi7Sd-5eO0h+34E91Kh3-it9UjH16wGMLuZkA@mail.gmail.com \
    --to=jamesbroadhead@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