Plugin: MP2Extended (1 Viewer)

MrTechno

Retired Team Member
  • Premium Supporter
  • February 27, 2011
    1,256
    511
    London
    Home Country
    United Kingdom United Kingdom
    Just saw that TeamCity is failing need to look into the client errors
    It's probably SlimTV MPExtendedProvider. The methods you added to the interfaces need to be implemented for that project as well as NativeProvider. If you're working on fixing those that will save me fixing them as well and I can concentrate on the server side errors.
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    Nice! I started fixing slimTv yesterday. Today I won't have time, but I will try to finish it tomorrow :)
    Only MPExt provider needs still fixing.
     

    johanj

    MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    47
    Home Country
    Sweden Sweden
    Great progress! Streaming now works for a lot of media, tested recording, movies and series. Some failed though and it seems to be the movies that had partial missing media info. First playback attempts in log were before rescan of movies and series. Pictures and audio is still scanning.

    I failed attempts of seeking during streaming, not sure what happened but multiple ffmpeg process were active after stop of stream. I manually killed several ffmpeg processes during my tests.

    I noticed that the diskspace were improved in changelog but it didn't work in MPiV. The reason is that we use
    http://192.168.1.31:4322/MPExtended/TVAccessService/json/GetAllRecordingDiskInformation
    that return the actual available diskspace that I use for recording folder.
    [{"Available":455.13,"Disk":"\\\\SERVER\\Recordings","PercentageUsed":75.6,"Size":1862.89,"Used":1407.76}]

    The
    http://192.168.1.86:4323/MPExtended/TVAccessService/json/GetLocalDiskInformation
    return:
    [{"Available":17.12,"Disk":"C:\\","PercentageUsed":84.7,"Size":111.69,"Used":94.57},{"Available":701.75,"Disk":"D:\\","PercentageUsed":84.9,"Size":4657.41,"Used":3955.66},{"Available":275.8,"Disk":"E:\\","PercentageUsed":85.2,"Size":1863.01,"Used":1587.22},{"Available":701.75,"Disk":"F:\\","PercentageUsed":84.9,"Size":4657.41,"Used":3955.66},{"Available":455.13,"Disk":"G:\\","PercentageUsed":75.6,"Size":1862.89,"Used":1407.76},{"Available":0,"Disk":"I:\\","PercentageUsed":0,"Size":0,"Used":0}]

    These disks are not used for recordings. Only the network folder Recordings is used for all cards. However, I use driver bender and the actual used disks could be multiple but e.g. C: drive shouldn't be included.
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    I don't understand what the problem is :D
    GetAllRecordingDiskInformation gives you the disk information of your recording disks.

    GetLocal... gives you all local disks, if you ask me this includes C^^
     

    johanj

    MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    47
    Home Country
    Sweden Sweden
    The problem is that it give me:
    [{"Disk":null,"Size":0.0,"Available":0.0,"Used":0.0,"PercentageUsed":0.0}]

    But I don't have the tv cards when testing, only added the share of the recordings and imported the tv part from MP1 tv server. So ignore this for now, I report back when I have tested on my HTPC with the tv cards...
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    But I don't have the tv cards when testing, only added the share of the recordings and imported the tv part from MP1 tv server. So ignore this for now, I report back when I have tested on my HTPC with the tv cards...
    This is the problem :)
    I saw in the logs an exception that the Path was Empty. so I just return the above instead of throwing an exception. The path is associated with the TvCards and you don't have any TvCards so I guess there is something messed up in the TVE Db because of the import :)
     

    Users who are viewing this thread


    Write your reply...
    Top Bottom