summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/ExtractArchive.py
Commit message (Expand)AuthorAgeFilesLines
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-1/+0
* Remove shebang #!/usr/bin/env pythonGravatar Walter Purcaro 2014-04-111-1/+1
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
* Deleted default value and cleaned the code a little bitGravatar AndroKev 2013-11-021-1/+1
* ExtractArchives - add an option to excludefilesGravatar AndroKev 2013-10-271-4/+5
* Plugins: core.config -> configGravatar Walter Purcaro 2013-09-031-5/+5
* Fixed PEP 8 violations in HooksGravatar Stefano 2013-07-241-27/+31
* fixed log api call for several pluginsGravatar Walter Purcaro 2013-07-171-2/+2
* getConfig instead getConf for allGravatar Walter Purcaro 2013-06-031-2/+2
* Plugins: fixed inconsistent indentationGravatar Stefano 2013-03-231-2/+0
* additional extract logsGravatar RaNaN 2012-01-141-2/+8
* Unrar fixGravatar RaNaN 2012-01-111-5/+7
* little fs improvementsGravatar RaNaN 2011-12-051-1/+1
* improved plugin loader, import hook to always use newest plugin versionsGravatar RaNaN 2011-11-141-109/+4
* option for subfoldersGravatar RaNaN 2011-11-111-6/+13
* closed #422Gravatar RaNaN 2011-11-071-1/+2
* closed #418Gravatar RaNaN 2011-11-041-1/+1
* closed #411Gravatar RaNaN 2011-10-271-3/+6
* also use "rar" to extractGravatar RaNaN 2011-10-251-1/+1
* closed #410Gravatar RaNaN 2011-10-251-0/+8
* updated setup scriptGravatar RaNaN 2011-10-231-2/+3
* small improvementGravatar RaNaN 2011-10-161-6/+9
* additional fixGravatar RaNaN 2011-10-161-4/+0
* new subprocess workaroundGravatar RaNaN 2011-10-161-13/+31
* different workaroundGravatar RaNaN 2011-10-151-0/+26
* fixes for unrarGravatar RaNaN 2011-10-151-1/+1
* simple unzip pluginGravatar RaNaN 2011-10-141-2/+3
* improved extract pluginGravatar RaNaN 2011-10-141-12/+16
* first version of new extract pluginGravatar RaNaN 2011-10-141-0/+344