Free diskspace (1 Viewer)

Sipke

New Member
February 5, 2012
4
0
Home Country
Netherlands Netherlands
Hello all,

Is there a plugin for streamed mp that can show the ammount of free diskspace on the home screen, so i know when i have to clean up.

Thnx
 

Lehmden

Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,584
    3,973
    Lehmden
    Home Country
    Germany Germany
    Hi.
    There is a Plugin called "Drive Free Space" to do this job. But you have to add some lines of code to skin file yourself to get the results showing the way you like.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,767
    7,241
    Sydney
    Home Country
    Australia Australia
    What lines of code are they Lehmden? The StreamedMP basichome editor supports Drive Free Space overlays on BasicHome. There shouldn't be any manual work by user to edit code.
     

    Lehmden

    Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,584
    3,973
    Lehmden
    Home Country
    Germany Germany
    Hi.
    OK, I don't use StreamedMP, so I don't know that SMP has support for DriveFreeSpace build in... Normally you need to add two or three lines to basichome.xml (or where ever you want this to be displayed) yourself...
     

    mamachan

    MP Donator
  • Premium Supporter
  • September 25, 2006
    724
    48
    Home Country
    Italy Italy
    Drive Free Space Plugin

    I have installed this plugin and activated it from StreamedMP basichome editor (i use orizontal menu with sub menu for TV section), but i don't see nothing in TV section.
    NO problem with Oneportal skin.

    Can you help me please?
     

    Lehmden

    Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,584
    3,973
    Lehmden
    Home Country
    Germany Germany
    Hi.
    Could not help as I don't use SMP. Maybe it's better to ask over there...

    Here's the code I'm using with PureVisionHD Skin. maybe this helps...
    Code:
        <!--  *******************************************************************************************  -->
        <!--  *****************************  Drive Free Space Section  ********************************  -->
        <!--  *******************************************************************************************  -->
    
            <control>
                  <description>Drive space</description>
                  <type>label</type>
                  <id>37484</id>
                  <posX>10</posX>
                  <posY>127</posY>
              <font>font9</font>
              <align>left</align>
              <textcolor>fff5deb3</textcolor>
                  <label>#DriveFreeSpace.AvailableSpace.Data.Total</label>
                  <visible>plugin.isenabled(DriveFreeSpace)</visible>
            </control>
     

    Users who are viewing this thread

    Similar threads

    Sorted, it is a Rating flag that I have never seen before, silly me !! Cheers Tony
    Sorted, it is a Rating flag that I have never seen before, silly me !! Cheers Tony
    I have just done a clean install of v1.36. Current setup Media Portal 1.36 Titan skin (only classic home) TV Series 4.5.1.737...
    Replies
    1
    Views
    267
    Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
    Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
    Hi everyone, I have been using it For 16 years now (from V1.1.1) and it has worked flawlessly. I only use TV Series and Moving...
    Replies
    2
    Views
    338
    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team will create a Jira ticket, and for each ticket, you’ll make the changes and submit a pull request. This will be transparent and straightforward.
    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team...
    I'm very glad to see that mediaportal 1 is on github, where ordinary devs with github accounts can make contributions. Please can...
    Replies
    7
    Views
    1K
    Got a reply from SD ... "Looks like your last successful download was on 5/23. On 5/24 for some reason we received 194 connections between 10:54 and 11:05 triggering a denial of service attack ban. The logs show it was lifted on 5/25, but I still see the entry in iptables. I reset fail2ban and hopefully you're working again." Weird...
    Got a reply from SD ... "Looks like your last successful download was on 5/23. On 5/24 for some reason we received 194...
    I'm using MediaPortal 1.38.1 x64 and have an SD-DD lineup account. In the last week, I have not been able to update my EPG, and...
    Replies
    3
    Views
    418
    Hi. I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its database". Anyway, I found a way to do this which was far from automated but relatively low effort. I found what looked like all the images (CD covers, DVD covers, backgrounds etc all lumped together in...
    Hi. I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its...
    I am in the process of setting up a legacy media player (Mede8er) which I happened to have laying around into my home cinema setup...
    Replies
    2
    Views
    411
    Top Bottom