time in list view (1 Viewer)

mRAC

Portal Member
October 19, 2006
19
0
126
hi
is there an option to change the time format in list view?

actually it is 1 hour and 23 minutes, i want it to be 1:23 hours?
 

Holzi

Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Anyway.. i still got a question:
    Is this format still supported? #MovingPictures.LocalMedia.extra.runtime.en.pretty = "1 hour, 37 minutes"
    I think i tried it one time but it didnt work... skin was StreamedMP.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,760
    7,224
    Sydney
    Home Country
    Australia Australia
    Anyway.. i still got a question:
    Is this format still supported? #MovingPictures.LocalMedia.extra.runtime.en.pretty = "1 hour, 37 minutes"
    I think i tried it one time but it didnt work... skin was StreamedMP.

    That should work if MediaInfo has been scanned since its from the LocalMedia table. Im not sure why the wiki has different format for that field.

    Otherwise you could try using:
    Code:
    #MovingPictures.SelectedMovie.runtime.localized.long

    and override the string translation format in the language file:

    Code:
    <string Field="RuntimeLong">{0} and {1}</string>

    to

    Code:
    <string Field="RuntimeLong">{0}, {1}</string>
     

    Users who are viewing this thread

    Similar threads

    Is there a time limit for recordings. I've been trying to record over IPTV but the recordings seem to cut off after 3 hours exactly.
    Is there a time limit for recordings. I've been trying to record over IPTV but the recordings seem to cut off after 3 hours exactly.
    Is there a time limit for recordings. I've been trying to record over IPTV but the recordings seem to cut off after 3 hours exactly.
    Replies
    0
    Views
    410
    MP1 MP2 Recording length DE
    If you use "Manual Booking" (left side menu on the "Recording Schedule" panel), you can schedule a recording duration of up to 24 hours. However... That is using the "conventional" TV sources, i.e. a DVB-T tuner, a DVB-S tuner, or an analogue tuner. You stated in your other thread that you are using an IPTV source. Perhaps there is a...
    If you use "Manual Booking" (left side menu on the "Recording Schedule" panel), you can schedule a recording duration of up to 24...
    Is there a limit to recording length? My TVServer recordings all cut off at 3 hours but I can't find a setting anywhere to change...
    Replies
    1
    Views
    203
    i think info but I'm really not sure
    i think info but I'm really not sure
    When I import new films using Moving Pictures, it takes an incredibly long time for the information to be found and downloaded...
    Replies
    3
    Views
    689
    I was just tinkering with a few settings in the MediaPortal configuration and am happy to have found the cause of the problem. Disabling the option "Single seat setup: force RTSP usage" under "TV/Radio", "Advanced Options" resolved the issue. After I disabled this option, I was able to delete the recordings the first time...
    I was just tinkering with a few settings in the MediaPortal configuration and am happy to have found the cause of the problem...
    Deleting recordings sometimes doesn't work. Neither the 0 button nor the Info/Delete button works. Nothing happens at all with...
    Replies
    6
    Views
    473
    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
    Top Bottom