Recent content by Pablik

  1. P

    [WiP] 5154: MediaPortal 1 - x64 - SharpDX

    The Tv Movie Epg Import really doesn't work. Problem is in missing x64 MS Jet 4.0 Oledb database provider and newer ACE is unable to load old Jet DB. I had to create x86 reader to read the db. Unpack the content from the attached file into your TvServer Plugins folder (replace old TvMovie.dll)...
  2. P

    OnlineVideos 2.4.0.0 [2024/02/24]

    Well, I'm not sure which video it was, but here is an example: WEBVTT Kind: captions Language: en 00:00:05.580 --> 00:00:08.950 align:start position:0% hi<00:00:06.240><c> this</c><00:00:06.540><c> is</c><00:00:06.660><c> Kathy</c><00:00:07.200><c> from</c><00:00:07.500><c>...
  3. P

    OnlineVideos 2.4.0.0 [2024/02/24]

    The Youtube adds to each subtitle the 'align:start position:0%' attributes. This attribute is causing MPC-HC engine to align the subtitles to the left. I made the test with MPC-HC player 2.2.0 with the same result. SubtitleEdit app also aligns the subtitles to the left. Although the VLC player...
  4. P

    Maria DB instead of MySQL

    The problem lies in 'information_schema' table. MariaDB has the uca1400* records without ID(null). When the MySql.Data.dll(not part of the MediaPortal) library is executing "SHOW COLLATIONS" cmd and subsequently reads the records, then rises exception when converting ID(null) to int32.
  5. P

    OnlineVideos 2.4.0.0 [2024/02/24]

    MediaPortal already supports vtt subtitles(since update to MPC-HC subtitle engine 2.0).
  6. P

    [Plugin] MPCleaner - Deletes images from your thumbs folder that are no longer in use

    Recompiled package compatible with MPSync latest release.
  7. P

    [Plugin] MPCleaner - Deletes images from your thumbs folder that are no longer in use

    Yes. The deleting the MPCleaner.dll file will remove the plugin from MediaPortal.
  8. P

    [Plugin] MPCleaner - Deletes images from your thumbs folder that are no longer in use

    Try this recompiled version: added support for x64 compiled against System.Data.SQLite.dll 1.0.117 MP 1.33 only EDIT: fixed x86/64 System.Data.SQLite.dll file
  9. P

    1.32 X64 does not detect HD Homerun channels, 1.31 32-bit does

    Oh, I see, you are pointing to the error log. If I understand correctly, the option Hide Volume OSD is working fine on your machine. The log error is a bit misleading. The MP usually calls the function to find osd window handle twice: on first attempt, where it's unsucessful - that is why you...
  10. P

    1.32 X64 does not detect HD Homerun channels, 1.31 32-bit does

    Can you post the log in debug mode? Does the Volume OSD shows up on the screen when you call the MP for the first time? Can you try the Core.dll from the attached file?
  11. P

    [News] MediaPortal 1.33 Pre-Release with new x64 version ready for testing

    Please, then don't complain that the plugin is not working. The extension installs two libraries: SchedulesDirectPluginTVE3.dll (tvserver plugin dir) TvdbLib.dll (tvserver base dir)
  12. P

    [News] MediaPortal 1.33 Pre-Release with new x64 version ready for testing

    How did you install the plugin? The log shows missing TvdbLib.dll. The lib is part of the extension installer: [2024-03-07 18:09:39,470] [Log ] [TvDbThread] [ERROR] - Error trying to update tvdb.com info: Could not load file or assembly 'TvdbLib, Version=0.7.0.0, Culture=neutral...
  13. P

    IPTV in New Zealand

    In that case, the active script is required to obtain final video url. You need someone who is skilled in programming and has an experience with IPTV plugins.
  14. P

    StreamedMP MP x64 support

    I was unable to reproduce your issue. Can you describe exactly the problem(the message)?
  15. P

    1.32 X64 does not detect HD Homerun channels, 1.31 32-bit does

    Thanks, I already have prepared the fix.
Top Bottom