Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-25 Thread bm-2cwce5abrzcyn1hzwsb33z4btaxgamtogq
> Probably the lack of a gui to recursively rename files is because is a  
potentially dangerous task you have to think twice before you do.


Hahaha

I like your agument. It might convince a lot of people.

This way audio chat support in Pidgin was a dangerous idea. Or video. You're  
cute.


> Will such an application follow a symlink? If a target filename already  
exists, will it be replaced?


Of course, this is exactly the argument for a GUI. Where one can check every  
option. Just putting a letter after a minus sign is far from intuitive. It  
happened to more experienced people than me. Also, getting bored after ten  
pages of man page and doing a copy and paste from a webpage without checking  
every parameter has happened. I have no idea of your experience in the field,  
but I have noticed talibans are low on the experience and high on ideology.


> You can rename files using 'find' and 'rename' from the command line, or  
with some lines written in your favorite scripting language.


For me it was a very interesting reading how the linux-libre project evolved.

> Be extremely careful with recursiveness.

That is a good advice. But don't forget backups work miracles.

May Saint Ignucius guide you!


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-24 Thread jbar
Probably the lack of a gui to recursively rename files is because is a  
potentially dangerous task you have to think twice before you do.


Will such an application follow a symlink? If a target filename already  
exists, will it be replaced?


You can rename files using 'find' and 'rename' from the command line, or with  
some lines written in your favorite scripting language.


Be extremely careful with recursiveness.


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-24 Thread bm-2cwce5abrzcyn1hzwsb33z4btaxgamtogq
I find it amazing none has use for such functions. Anyway, tired of  
wisecracks I went and installed 7zip. It's Windows and does the copy-move and  
rename very well.


With the tree rename, that's hard as those Gnome-GTK apps don't seem to be  
able to do it recursively. But it's a job done once. Surprised to find out  
the lack functionality of the Gnome.


Issue closed.


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-24 Thread bm-2cwce5abrzcyn1hzwsb33z4btaxgamtogq

I did that some weeks ago. But thanks for trying.


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-24 Thread bm-2cwce5abrzcyn1hzwsb33z4btaxgamtogq

Yea, only I'm trying to avoid reinventing the wheel.


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-20 Thread antiesnob
Now I get it. I didn't know that scripting files had a common name. I always  
called scripting for Windows (DOS not PwerShell or others) batch and  
scripting for linux "shell scripting" and I always supossed that other OS has  
its own names for it. Good to know that now.


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-20 Thread antiesnob
Click on "Add/Remove Applications". Search for "rename". There are some  
results. I never try anyone so you could do it and post which of them is  
better or has the skills you want to for your purpose.


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-20 Thread gustavo_cm
You genius could find something useful when searching for packages with  
"batch rename" in their descriptions:


$ apt-cache search batch rename
gprename - Complete batch renamer for Linux
gwenrename - Batch renamer tool for KDE
id3ren - id3 tagger and renamer
kipi-plugins - image manipulation/handling plugins for KIPI aware programs
krename - powerful batch renamer for KDE
prefixsuffix - gui application that renames batches of files

You could use Synaptic to search them. It has a GUI also.


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-20 Thread jbar
I don't know any gui application to recursively rename files. I'm afraid you  
need to do some scripting job.


Maybe rpl will be useful.
http://packages.trisquel.info/toutatis/rpl




Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-17 Thread bm-2cwce5abrzcyn1hzwsb33z4btaxgamtogq

Anybody?

How does one rename (GUI) all the files in a folder and all the subfolders  
from $Name.!ut to $Name.part


How does one move lots of files from one folder to another and  IF $Name.$Ext  
exists THAN rename $Name_$Number.$Ext?


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-16 Thread legimet . calc
You would have to use Wine for something like that. You can run wine cmd and  
it will give you a batch prompt. And Linux, the kernel, has nothing to do  
with bash or batch.


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-16 Thread antiesnob
So, how do you program in batch in linux? I've only done in bash but I know  
there are more shells. How can the kernel understand DOS commands?


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-14 Thread tobias
MS-DOS has its well known batch-files[1], but the concept of batch  
proccessing is much older, it comes from the punched card era[2]


[1] https://en.wikipedia.org/wiki/Batch_file
[2]  
https://en.wikipedia.org/wiki/Computer_programming_in_the_punched_card_era


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-14 Thread onpon4
I'm sure µTorrent is technically better than Transmission in some way, but  
consider what you're doing by surrendering your freedom for such a minor  
practical convenience as better efficiency. If you do not value your freedom  
more than practical convenience, you can easily lose it.


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-14 Thread antiesnob

Batch is not for Windows/MS-DOS only?


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-05 Thread bm-2cwce5abrzcyn1hzwsb33z4btaxgamtogq
> The smallest, fastest and most beautiful clients are libre. You don't even  
need a bloated GUI.


In literature, yes. Transmission-gtk takes 20M with NO torrent at all.  
Azureus/Vuze it's an extreme.


> I don't quite understand what you're doing but you can write a one-liner  
loop to do that renaming in the terminal or if that's not your forte, there's  
plenty of GUI renamers to do it for you, e.g. gprename.


Than I have to add find to check in the subfolders. Than I miss some quote. I  
am aware of the shell commands, but the GUI was meant to do this. The same  
way I can parse lists of files, fingerprint them and do some sort of a  
sortable database. Or I can use fslint.


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-05 Thread bm-2cwce5abrzcyn1hzwsb33z4btaxgamtogq
> For the torrent issue, you can remove the '.!ut'; add the torrent to your  
torrent client, setting the new path and let him do a filecheck of the  
torrent.


Remove. Cool. Meaning batch rename. Thank you Einstein!

> Why would you want to put all you're backups in the same directory ?

When I am going to open up a class, I'll be glad to send you an invite.


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-05 Thread mikko . viinamaki

>I'd use a libre client even if they are big, slow and ugly
The smallest, fastest and most beautiful clients are libre. You don't even  
need a bloated GUI.


I don't quite understand what you're doing but you can write a one-liner loop  
to do that renaming in the terminal or if that's not your forte, there's  
plenty of GUI renamers to do it for you, e.g. gprename.


for i in *.lut; do mv $i `basename $i .lut`.part; done


Re: [Trisquel-users] Batch rename -- Auto rename

2014-02-05 Thread Teodorescu Petre
For the torrent issue, you can remove the '.!ut'; add the torrent to
your torrent client, setting the new path and let him do a filecheck of
the torrent. After that you can move the torrent files from within the
torrent client to another location and it will move only the verified
files from the torrent so you can safely remove the possible junk files.
For performing batch rename I prefer Thunar's renamer (thunar).

Why would you want to put all you're backups in the same directory ?
I use BackInTime for backups and " cp -a backintime /pathToNewFolder "
to move my backup folder from one drive to another.

Good luck !

-- 
I use: trisquel.info | ceata.org | fsf.org | riseup.net | duckduckgo.com | 
eff.org | h-node.com | torproject.org | airvpn.org | flattr.com | skepdic.com |



[Trisquel-users] Batch rename -- Auto rename

2014-02-05 Thread bm-2cwce5abrzcyn1hzwsb33z4btaxgamtogq

I'm moving some backup data to Gluglug X60.

I have one torrent with lots of small files. Some, most are already part  
downloaded by uTorrent. Having Trisquel, I'd use a libre client even if they  
are big, slow and ugly. But I have to change all '.!ut' appended to '.part'.  
How do I do that?


Also, some of the files in the backup could be different versions. So when I  
drop different backups into one folder I would like to have FILE. And when  
there is a second copy, that should be automatic renamed to FILE_01, than  
FILE_02 and so on. One solution is to install Wine, than put 7 zip, because  
that file manager can handle this. But is it some function or app that can do  
the same native?