[Plugin] Disk space
Posted: Sat Sep 20, 2008 11:39 am
A plugin that shows the remaining free disk space on the partition where your default download folder is. Only for linux.
TESTED: - SVN - RC9
Most code was written by mvoncken, i just modified it a bit.
Screenshot: Instructions:
Ok, because i wanted the thing to show me disk space on the index page, and because that is not yet possible until status-bar api is added, i'm using a little hack, so here's what you need to do (it's not complicated):
1. Copy the egg file in your plugins directory, of course
2. navigate to "deluge/ui/webui/templates/classic/" (if you're using some other skin, then change that one)
3. open the file "index.html"
4. at the very end of the file you will see (may be different for other skins):
5. change it to look like this (only 1 line is added before the 2 lines):
That's all! Hope it works for you, else post! 
TESTED: - SVN - RC9
Most code was written by mvoncken, i just modified it a bit.
Screenshot: Instructions:
Ok, because i wanted the thing to show me disk space on the index page, and because that is not yet possible until status-bar api is added, i'm using a little hack, so here's what you need to do (it's not complicated):
1. Copy the egg file in your plugins directory, of course
2. navigate to "deluge/ui/webui/templates/classic/" (if you're using some other skin, then change that one)
3. open the file "index.html"
4. at the very end of the file you will see (may be different for other skins):
Code: Select all
$:part_stats()
$:render.footer()
Code: Select all
<script type="text/javascript" src="/diskspace"></script>
$:part_stats()
$:render.footer()
