aria2/doc/manual-src/en
Nils Maier 665a1d1b35 Better auto-renaming
Up until now aria2 file auto renaming worked by just appending a new
unique number to the file path, behind the file name extension, if any,
changing what most other programs consider the file extension in the
process.
Now, aria2 will attempt to insert the number before the file extension,
leaving the extension intact, so that e.g. a ".jpg" still is a ".jpg"
file and opens in your configured image viewer when clicking it.
If a file has no extension (incl. so called "dot files"), the number
will be appended to the file name as usual.

Note: This is a potentially breaking change that might break third party
scripts that rely on aria2 auto file renaming producing a certain format
for renamed files. Please fix your scripts accordingly.

Closes GH-709
2016-07-19 20:55:41 +02:00
..
aria2c.rst Better auto-renaming 2016-07-19 20:55:41 +02:00
conf.py.in Fix theme path (out-of-tree-builds) 2013-12-09 16:56:57 +01:00
index.rst Generate libaria2 API doc from aria2.h 2013-05-09 23:49:30 +09:00
libaria2.rst Improve aria2.rst and usage texts a bit. 2014-05-20 18:02:47 +02:00
Makefile.am Fix broken EXTRA_DIST 2013-12-09 16:38:45 +01:00
mkapiref.py mkapiref.py: Add class name to member functions and methods 2015-09-19 19:40:50 +09:00
README.rst Included README.rst from manual-src/en/index.rst 2012-07-06 23:40:29 +09:00
technical-notes.rst Make config and cache files conform to XDG 2015-06-02 15:54:27 +02:00

.. include:: ../../../README.rst