Bastian Kleineidam
|
a1a51708b5
|
Add .iso mime type.
|
2013-02-27 21:18:56 +01:00 |
Bastian Kleineidam
|
cee88ecb60
|
Replace baker with argparse; some code restructuration.
|
2013-02-25 21:04:02 +01:00 |
Bastian Kleineidam
|
70fb808dae
|
Decode command output. Fixes Python3 test cases.
|
2013-02-23 13:36:46 +01:00 |
Bastian Kleineidam
|
b11498e8aa
|
Add chdir utility function.
|
2013-02-22 18:33:38 +01:00 |
Bastian Kleineidam
|
69ce2740ca
|
Optimize repack command.
|
2013-02-21 17:51:34 +01:00 |
Bastian Kleineidam
|
c0751a56d7
|
Updated copyright.
|
2013-02-20 21:04:48 +01:00 |
Bastian Kleineidam
|
bf1e937db4
|
Build and documentation updates
|
2012-12-17 20:13:55 +01:00 |
Bastian Kleineidam
|
eaf3aab677
|
Support archmage CHM files.
|
2012-11-19 22:27:54 +01:00 |
Bastian Kleineidam
|
d7f453cc34
|
Add Python3 support.
|
2012-11-19 20:58:42 +01:00 |
Bastian Kleineidam
|
be7d473b9e
|
Support ADF (.adf) Amiga disk file archives.
|
2012-08-03 22:26:40 +02:00 |
Bastian Kleineidam
|
e65fff3f7f
|
Require and use Python >= 2.5
|
2012-05-25 22:15:29 +02:00 |
Bastian Kleineidam
|
14cfeb9607
|
Add support for shar and unshar.
|
2012-05-25 22:07:22 +02:00 |
Bastian Kleineidam
|
c5f1dc543b
|
Code cleanup.
|
2012-05-25 15:01:33 +02:00 |
Bastian Kleineidam
|
087b7e100e
|
Init the MIME db correct on all platforms.
|
2012-05-23 04:47:26 +02:00 |
Bastian Kleineidam
|
edb528dc88
|
Add .flac extension mime type.
|
2012-05-18 21:12:58 +02:00 |
Bastian Kleineidam
|
52762df5c6
|
Add flac file detection.
|
2012-05-17 14:59:33 +02:00 |
Bastian Kleineidam
|
448eb7c720
|
Add mime type for .shn files.
|
2012-05-17 14:11:36 +02:00 |
Bastian Kleineidam
|
1cb49aa296
|
Add support for APE format.
|
2012-05-17 11:01:06 +02:00 |
Bastian Kleineidam
|
66001fde36
|
Add boilerplate support for Monkey's Audio Compressors APE format.
|
2012-05-17 10:43:21 +02:00 |
Bastian Kleineidam
|
79a376ce4e
|
Rename encoding to compression in the context of archive handling. Makes more sense.
|
2012-05-12 09:31:27 +02:00 |
Bastian Kleineidam
|
45a5f7e841
|
Support extraction of BZIP2 files with the Python bz2 module.
|
2012-05-11 22:08:00 +02:00 |
Bastian Kleineidam
|
26727ee20a
|
Also compare filenames.
|
2012-05-11 21:04:02 +02:00 |
Bastian Kleineidam
|
8d8da1fecf
|
Add tests for smae file check.
|
2012-05-11 20:16:24 +02:00 |
Bastian Kleineidam
|
96be0020ea
|
Add more checks.
|
2012-05-11 20:07:50 +02:00 |
Bastian Kleineidam
|
b51aff6182
|
Log infos to stdout instead of stderr.
|
2012-05-11 19:32:00 +02:00 |
Bastian Kleineidam
|
47c43a57b1
|
Updated copyright.
|
2012-04-08 18:54:37 +02:00 |
Bastian Kleineidam
|
abc807e956
|
Add crx mime-type; ignore non-supported extensions in file(1) mime type guessing; code cleanup
|
2011-10-19 09:12:01 +02:00 |
Bastian Kleineidam
|
14641f8ea3
|
Updated copyright.
|
2011-01-25 06:57:30 -06:00 |
Bastian Kleineidam
|
e48b95f9f1
|
Support DMS (.dms) files.
|
2011-01-24 14:28:29 -06:00 |
Bastian Kleineidam
|
55f3716eb6
|
Fall back to file extension detection for MIME type when the uncompressor file(1) uses for compressed TAR archives is not installed.
|
2011-01-23 09:30:11 -06:00 |
Bastian Kleineidam
|
e0a661d7ae
|
Added MIME type detected on Debian platform for cpio archives.
|
2011-01-17 12:39:21 -06:00 |
Bastian Kleineidam
|
fbdf2e12e8
|
When running shell commands, join the command string in the utility function.
|
2010-12-15 20:40:25 +01:00 |
Bastian Kleineidam
|
0d7a90e0f0
|
Improved command execution logging.
|
2010-11-15 21:29:19 +01:00 |
Bastian Kleineidam
|
338e0daaa8
|
Use existing shell_quote function.
|
2010-11-10 19:49:08 +01:00 |
Bastian Kleineidam
|
dc7a1a033c
|
Show commands that are run.
|
2010-11-10 19:34:25 +01:00 |
Bastian Kleineidam
|
3c67f6a6a0
|
Remove unused variables; add missing docstrings.
|
2010-04-05 09:37:54 +02:00 |
Bastian Kleineidam
|
97901d89d9
|
Correct argument quoting for Windows platforms.
|
2010-04-05 08:46:09 +02:00 |
Bastian Kleineidam
|
b8d2d81d00
|
Really fix shell quoting, quoting single quotes correctly.
|
2010-04-04 20:29:14 +02:00 |
Bastian Kleineidam
|
7d39df7748
|
Fix quoting of shell meta characters.
|
2010-04-04 19:11:54 +02:00 |
Bastian Kleineidam
|
554d273b08
|
Added support for ZOO (.zoo) archives.
|
2010-03-21 15:39:02 +01:00 |
Bastian Kleineidam
|
82708b74fa
|
Added support for RZIP (.rz) archives.
|
2010-03-20 11:34:40 +01:00 |
Bastian Kleineidam
|
282701e675
|
Return diff command error code.
|
2010-03-11 17:54:09 +01:00 |
Bastian Kleineidam
|
9d859bc21c
|
Use TMPDIR for temporary data, and catch keyboard interrupts.
|
2010-03-11 17:15:03 +01:00 |
Bastian Kleineidam
|
7a67446bdd
|
Add MIME type for .lzh files.
|
2010-03-10 21:17:29 +01:00 |
Bastian Kleineidam
|
ec6f98ac0c
|
Add MIME type for .lha files.
|
2010-03-10 21:13:01 +01:00 |
Bastian Kleineidam
|
37fa891535
|
Added support for LRZIP (.lrz) files.
|
2010-03-08 19:58:39 +01:00 |
Bastian Kleineidam
|
4f12f39834
|
Added support for ARC (.arc) archives.
|
2010-03-08 18:28:11 +01:00 |
Bastian Kleineidam
|
acbf544d04
|
Added support for ALZIP (.alz) archives.
|
2010-03-06 21:35:03 +01:00 |
Bastian Kleineidam
|
3e76a655bd
|
Added support for LZH (.lha, .lzh) archives.
|
2010-03-06 19:24:34 +01:00 |
Bastian Kleineidam
|
960d15cd76
|
Refactor mime detection functions and add better tests.
|
2010-03-06 19:20:50 +01:00 |