KRename: Difference between revisions

From KDE UserBase Wiki
mNo edit summary
(Marked this version for translation)
(4 intermediate revisions by 4 users not shown)
Line 3: Line 3:
{|class="tablecenter vertical-centered
{|class="tablecenter vertical-centered
|[[Image:KRename.png|48px|left|Lokalize]]||&nbsp;||<translate><!--T:1-->
|[[Image:KRename.png|48px|left|Lokalize]]||&nbsp;||<translate><!--T:1-->
'''A batch rename application. '''</translate>
A utility to rename multiple files</translate>
|}
|}
<translate>
<translate>
<!--T:2-->
<!--T:17-->
__TOC__
[[Image:krename-start.png]]
'''KRename''' is KDE's swiss army knife to rename files.


<!--T:3-->
=== Description === <!--T:18-->
It uses plugins to make use of meta data, allows you to change cases, add numbers and many more.


<!--T:4-->
<!--T:19-->
Renaming of thousand files in one run is no problem.
'''KRename''' is a tool to rename files easily.


== Screenshots == <!--T:5-->
=== Features === <!--T:20-->


<!--T:6-->
<!--T:21-->
{|class="tablecenter" style="border:1px solid darkgray;"
* Rename large numbers of files
|[[Image:Krename1.png|thumb|350px|center|
Choosing options in the <menuchoice>Filename</menuchoice> screen]]
|}


<!--T:22-->
* Rename files, by simply adding a sequence of numbers or changing case


<!--T:7-->
<!--T:23-->
{|class="tablecenter" style="border:1px solid darkgray;"
* Plugins can be used to rename files using metadata from images, movies, music and more
|[[Image:Krename2.png|thumb|350px|center|
Maybe you need short snappy names to add to your web page]]
|}


=== Usage === <!--T:24-->
* Starting in the Files tab, '''Add''' the files to be renamed.
[[Image:krename-1.png]]
** If a file is not wanted, click '''Remove'''
** Click '''Remove All''' to start over


<!--T:8-->
<!--T:25-->
{|class="tablecenter" style="border:1px solid darkgray;"
* In the Destination tab, choose the action to be performed on the files
|[[Image:Krename3.png|thumb|350px|center|
[[Image:krename-2.png]]
Perhaps the subject of the snapshots is important]]
** Rename the files, leaving them in the original folder
|}
** Copy the files to another folder, renaming them. The original files are left untouched
** Move the files to another folder, renaming them
** Create symbolic links in another folder. The links use the naming method requested, the original files untouched


== Build from source == <!--T:12-->
<!--T:26-->
* Latest release: <code>v5.0.0</code> (released on 13th February 2018)
* The plugins tab lists the plugins available
* Source tarball: https://download.kde.org/stable/krename/5.0.0/src/krename-5.0.0.tar.xz
[[Image:krename-3.png]]
* Signature: https://download.kde.org/stable/krename/5.0.0/src/krename-5.0.0.tar.xz.sig
** Available plugins are listed in the box on the left. Choosing a plugin displays the tags that are available when renaming files


<!--T:27-->
* Filename
[[Image:krename-4.png]]
** Choose the naming scheme to use when renaming files
*** For '''Prefix''' and '''Suffix''', choose Number or Date to add each to the beginning or end of the filename. A custom string may be entered in the box next to the drop-down list
*** Choose an option for the '''Filename''' or '''Extension'''. Using '''Custom''' allows the use of the tags provided by plugins
*** If using numbers, choose a starting and ending range
** The box at the bottom is a preview of the renamed file


<!--T:13-->
<!--T:28-->
Dependencies:
* Click '''Finish''' to perform the renaming operation


<!--T:14-->
== Authors == <!--T:9-->
* Qt5 and KF5
* Exiv2 (optional): http://www.exiv2.org
* Freetype (optional): https://www.freetype.org/
* PoDoFo (optional): http://podofo.sourceforge.net/
* Taglib (optional): https://taglib.github.io/


<!--T:29-->
* Original author: Dominik Seichter <domseichter AT web.de>


<!--T:15-->
<!--T:30-->
Assuming that you have all the dependencies already installed, just do:
* Current maintainer: Heiko Becker <heirecka at exherbo dot org>


<!--T:16-->
== More Information == <!--T:10-->
<syntaxhighlight lang="bash">
git clone git://anongit.kde.org/krename.git
cd krename
mkdir build && cd build
cmake ..
sudo make install
</syntaxhighlight>


== Authors == <!--T:9-->
<!--T:31-->
* Original author: Dominik Seichter <domseichter AT web.de>
* [http://www.krename.net/home/ Krename website]
* Current maintainer: Heiko Becker <heirecka at exherbo dot org>
 
<!--T:32-->
* [https://phabricator.kde.org/source/krename/ Git repo]


== External links == <!--T:10-->
<!--T:33-->
* [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker]
* [https://bugs.kde.org/enter_bug.cgi?product=krename&format=guided Bug tracker]
* [http://www.krename.net/ Homepage]
 
<!--T:34-->
* [http://www.kde.org.uk/apps/krename/ Article with description and an interview]
* [http://www.kde.org.uk/apps/krename/ Article with description and an interview]
* [http://www.krename.net/Documentation.17.0.html Documentation]


<!--T:11-->
<!--T:11-->

Revision as of 18:47, 25 December 2018

Lokalize
Lokalize
  A utility to rename multiple files

Description

KRename is a tool to rename files easily.

Features

  • Rename large numbers of files
  • Rename files, by simply adding a sequence of numbers or changing case
  • Plugins can be used to rename files using metadata from images, movies, music and more

Usage

  • Starting in the Files tab, Add the files to be renamed.

    • If a file is not wanted, click Remove
    • Click Remove All to start over
  • In the Destination tab, choose the action to be performed on the files

    • Rename the files, leaving them in the original folder
    • Copy the files to another folder, renaming them. The original files are left untouched
    • Move the files to another folder, renaming them
    • Create symbolic links in another folder. The links use the naming method requested, the original files untouched
  • The plugins tab lists the plugins available

    • Available plugins are listed in the box on the left. Choosing a plugin displays the tags that are available when renaming files
  • Filename

    • Choose the naming scheme to use when renaming files
      • For Prefix and Suffix, choose Number or Date to add each to the beginning or end of the filename. A custom string may be entered in the box next to the drop-down list
      • Choose an option for the Filename or Extension. Using Custom allows the use of the tags provided by plugins
      • If using numbers, choose a starting and ending range
    • The box at the bottom is a preview of the renamed file
  • Click Finish to perform the renaming operation

Authors

  • Original author: Dominik Seichter <domseichter AT web.de>
  • Current maintainer: Heiko Becker <heirecka at exherbo dot org>

More Information