<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>ZDMC for Zidoo</title>
    <description>Discussion of the Zidoo port of Kodi</description>
    <pubDate>Wed, 10 Jun 2026 04:11:55 +0000</pubDate>
    <lastBuildDate>Wed, 10 Jun 2026 04:11:55 +0000</lastBuildDate>
    <generator>Zidoo forum</generator>
    <link>http://forum.zidoo.tv/index.php?forums/zdmc-for-zidoo.8/</link>
    <atom:link rel="self" type="application/rss+xml" href="http://forum.zidoo.tv/index.php?forums/zdmc-for-zidoo.8/index.rss"/>
    <item>
      <title>Help Needed to enhance the movie borwser in ZDMC 21 for persons with impaired vision</title>
      <pubDate>Thu, 07 May 2026 15:01:39 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/help-needed-to-enhance-the-movie-borwser-in-zdmc-21-for-persons-with-impaired-vision.103248/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/help-needed-to-enhance-the-movie-borwser-in-zdmc-21-for-persons-with-impaired-vision.103248/</guid>
      <author>invalid@example.com (DVD Collector)</author>
      <dc:creator>DVD Collector</dc:creator>
      <content:encoded><![CDATA[I need help to create an add-on or new skin for ZDMC 21.0 to chance the movie browser from icon based to list based with large fonts.  Is anyone interested in helping me with this task for appropriate compensation ($$)?  I am new to Kodi and know nothing about its internals nor Python programming.  I am running it on a Z9X 8K and am very happy with its performance other than the visuals in the movie browser and a few other UI items.]]></content:encoded>
    </item>
    <item>
      <title>ZDMC V21.0 Kodi Backup Add-On Problem</title>
      <pubDate>Fri, 01 May 2026 15:29:03 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/zdmc-v21-0-kodi-backup-add-on-problem.103209/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/zdmc-v21-0-kodi-backup-add-on-problem.103209/</guid>
      <author>invalid@example.com (DVD Collector)</author>
      <dc:creator>DVD Collector</dc:creator>
      <content:encoded><![CDATA[ZDMC V21.0 is working fine on my Z9X 8K device and I am able to read, write and delete files and folders on attached USB HDD and memory stick devices.  However when I run the Kodi Backup add-on V1.7.3 and attempt to define an output folder for the backup file it consistently declares an error with the message &quot;Make sure the selected folder is writable and that the new folder name is valid&quot;.  I have tried several devices and folder names to no avail.  What am I doing wrong?]]></content:encoded>
    </item>
    <item>
      <title>Kodi</title>
      <pubDate>Fri, 17 Apr 2026 08:17:59 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/kodi.103126/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/kodi.103126/</guid>
      <author>invalid@example.com (Cristian89)</author>
      <dc:creator>Cristian89</dc:creator>
      <content:encoded><![CDATA[Puedes usar el reproductor Zidoo en Kod?]]></content:encoded>
    </item>
    <item>
      <title>Delete</title>
      <pubDate>Thu, 25 Dec 2025 16:25:06 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/delete.102247/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/delete.102247/</guid>
      <author>invalid@example.com (mccmw)</author>
      <dc:creator>mccmw</dc:creator>
      <content:encoded><![CDATA[Delete]]></content:encoded>
    </item>
    <item>
      <title>pc,notebook,samsung fold 7 ..... chrome browser cannot show up poster image</title>
      <pubDate>Sat, 29 Nov 2025 07:19:54 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/pc-notebook-samsung-fold-7-chrome-browser-cannot-show-up-poster-image.102017/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/pc-notebook-samsung-fold-7-chrome-browser-cannot-show-up-poster-image.102017/</guid>
      <author>invalid@example.com (lw3000)</author>
      <dc:creator>lw3000</dc:creator>
      <content:encoded><![CDATA[dear sir, may i know any soloution can solve my case? player is z3000.... tks]]></content:encoded>
    </item>
    <item>
      <title>Kodi 21.2 / Z9X Pro - Working external player config</title>
      <pubDate>Mon, 24 Nov 2025 21:14:49 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/kodi-21-2-z9x-pro-working-external-player-config.100504/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/kodi-21-2-z9x-pro-working-external-player-config.100504/</guid>
      <author>invalid@example.com (cjur)</author>
      <dc:creator>cjur</dc:creator>
      <content:encoded><![CDATA[This works. Longpress and use the &quot;Play using...&quot; context menu action or setup rules in the following config:<br />
<br />
<br />
playercorefactory.xml:<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code:</div>
	<pre>
&lt;playercorefactory&gt;
  &lt;players&gt;
    &lt;player name=&quot;Z9XProPlayer&quot; type=&quot;ExternalPlayer&quot; audio=&quot;false&quot; video=&quot;true&quot;&gt;
      &lt;filename&gt;com.android.gallery3d&lt;/filename&gt;
      &lt;args&gt;-a com.android.gallery3d.app.MovieActivity&lt;/args&gt;
      &lt;args&gt;-d &quot;{1}&quot;&lt;/args&gt;
      &lt;args&gt;--activity-clear-task&lt;/args&gt;
      &lt;args&gt;--activity-clear-top&lt;/args&gt;...</pre>
</div><a href="http://forum.zidoo.tv/index.php?threads/kodi-21-2-z9x-pro-working-external-player-config.100504/" class="internalLink">Kodi 21.2 / Z9X Pro - Working external player config</a>]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>Zidoo! Please Fix ZDMC!!</title>
      <pubDate>Fri, 07 Nov 2025 16:47:46 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/zidoo-please-fix-zdmc.100352/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/zidoo-please-fix-zdmc.100352/</guid>
      <author>invalid@example.com (Nicholas Hewitt)</author>
      <dc:creator>Nicholas Hewitt</dc:creator>
      <content:encoded><![CDATA[ZDMC Does not play local files properly. especially from the widgets on the home screen of ZDMC. Forcing people to navigate to the file they are trying to play every single time they want to watch something.]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>zidoo player for kodi 21.2 , 22</title>
      <pubDate>Fri, 07 Nov 2025 16:40:32 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/zidoo-player-for-kodi-21-2-22.100206/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/zidoo-player-for-kodi-21-2-22.100206/</guid>
      <author>invalid@example.com (6ahd)</author>
      <dc:creator>6ahd</dc:creator>
      <content:encoded><![CDATA[Now you can use zidoo internal player<br />
With kodi 21.2 , 22<br />
<br />
for local and streaming files not like ZDMC only local<br />
<br />
<br />
First install player switch addon<br />
<br />
<br />
Then  open addon and select local custom playercorefactory from files<br />
<br />
<br />
just delete .txt at the end of file before select<br />
<br />
<br />
I tried it on<br />
<span style="font-size: 22px"><b>HDD 8K Media player(<span style="color: #ff0000">AML S928X)</span> devices </b></span>]]></content:encoded>
      <slash:comments>21</slash:comments>
    </item>
    <item>
      <title>ZDMC 21</title>
      <pubDate>Tue, 04 Nov 2025 14:51:30 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/zdmc-21.98481/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/zdmc-21.98481/</guid>
      <author>invalid@example.com (TK423)</author>
      <dc:creator>TK423</dc:creator>
      <content:encoded><![CDATA[Creating this thread to hopefully show the devs that the community is interested in an updated release of ZDMC based on Kodi 21.0 &quot;Omega&quot;.<br />
<br />
Omega has some cool new features, including <a href="https://kodi.wiki/view/Video_versions" target="_blank" class="externalLink" rel="nofollow">video versions</a> (Theatrical Cut, Director&#039;s Cut, etc.), that I&#039;m sure ZDMC users would want to take advantage of.]]></content:encoded>
      <slash:comments>23</slash:comments>
    </item>
    <item>
      <title>ZDMC + Read Debrid + External player</title>
      <pubDate>Mon, 08 Sep 2025 11:23:33 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/zdmc-read-debrid-external-player.101396/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/zdmc-read-debrid-external-player.101396/</guid>
      <author>invalid@example.com (renanpc)</author>
      <dc:creator>renanpc</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
<br />
I would like to know if it&#039;s possible to configure ZDMC + Seren + Real Debrid to use the native player from zidoo, I have a zidoo z2000 pro.]]></content:encoded>
    </item>
    <item>
      <title>Zdmc 21 z9x</title>
      <pubDate>Wed, 15 Jan 2025 23:04:54 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/zdmc-21-z9x.99756/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/zdmc-21-z9x.99756/</guid>
      <author>invalid@example.com (robl45)</author>
      <dc:creator>robl45</dc:creator>
      <content:encoded><![CDATA[I installed on z9x 4k. People seemed to say it works but I get no video.]]></content:encoded>
    </item>
    <item>
      <title>ZDMC 20.X</title>
      <pubDate>Tue, 14 Jan 2025 15:53:29 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/zdmc-20-x.97833/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/zdmc-20-x.97833/</guid>
      <author>invalid@example.com (Reelyator)</author>
      <dc:creator>Reelyator</dc:creator>
      <content:encoded><![CDATA[Please do not ask me why this has neven been communicated by Zidoo (...at least not to my knowledge here in the english speaking part of this forum), there seem to be some newer versions of ZDMC than the ZDMC 19.4 refferd to in the Support / Driver and Software Download Section of zidoo.tv.<br />
<br />
If you take the download link (for ZDMC 19.4):<br />
apidl.zidoo.tv/app/zdmc-19.4_rtk.apk<br />
<br />
provided on:<br />
<a href="https://www.zidoo.tv/Support/release_apk.html" target="_blank" class="externalLink" rel="nofollow">https://www.zidoo.tv/Support/release_apk.html</a><br />
<br />
....and replace the &quot;19.4&quot; with a &quot;20.2&quot; there...<br />
<br />
<a href="http://forum.zidoo.tv/index.php?threads/zdmc-20-x.97833/" class="internalLink">ZDMC 20.X</a>]]></content:encoded>
      <slash:comments>21</slash:comments>
    </item>
    <item>
      <title>Audio delay option missing...(??)</title>
      <pubDate>Sat, 04 Jan 2025 17:06:31 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/audio-delay-option-missing.97131/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/audio-delay-option-missing.97131/</guid>
      <author>invalid@example.com (tom.58)</author>
      <dc:creator>tom.58</dc:creator>
      <content:encoded><![CDATA[Hi there,<br />
<br />
I think I remember that also in ZDMC there was an option to set an audio delay in the settings of the player. Cannot find it anymore... <br />
<br />
Was there a change in the settings ?<br />
<br />
Where can I find it now ?? It&#039; very important &#039;cause some systems produce a delay....<br />
<br />
Thanks in advance]]></content:encoded>
      <slash:comments>11</slash:comments>
    </item>
    <item>
      <title>VC-1 and MPEG2 Files aren't playing correctly</title>
      <pubDate>Sat, 14 Sep 2024 07:31:31 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/vc-1-and-mpeg2-files-arent-playing-correctly.95544/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/vc-1-and-mpeg2-files-arent-playing-correctly.95544/</guid>
      <author>invalid@example.com (x0sxai)</author>
      <dc:creator>x0sxai</dc:creator>
      <content:encoded><![CDATA[Hello all,<br />
I&#039;m trying to play some files in zdmc that are vc-1 and mpeg2 but the video plays faster than the audio and buffers. In home theater 4.0 it doesn&#039;t happen and plays fine. Does anyone know of a way to fix this with kodi itself? I have zidoo z9x and I know it&#039;s capable of playing these but when played in kodi without external player it doesn&#039;t play well.<br />
<br />
I&#039;m also on zdmc 18.9 because there&#039;s an add-on only available on that version I use. If anyone knows of any tips of fixes to...<br />
<br />
<a href="http://forum.zidoo.tv/index.php?threads/vc-1-and-mpeg2-files-arent-playing-correctly.95544/" class="internalLink">VC-1 and MPEG2 Files aren&#039;t playing correctly</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>ZDMC 20.2 Z9X Pro no Video</title>
      <pubDate>Wed, 28 Aug 2024 10:13:43 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/zdmc-20-2-z9x-pro-no-video.97999/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/zdmc-20-2-z9x-pro-no-video.97999/</guid>
      <author>invalid@example.com (Kotzlowski)</author>
      <dc:creator>Kotzlowski</dc:creator>
      <content:encoded><![CDATA[<span style="font-family: 'Arial'">Hi all,<br />
<br />
i&#039;m running ZDMC 20.2 on the Z9X Pro. v1.0.75_G<br />
<br />
Videos are located on my Windows 11 PC / SMB and ZDMC can access them.<br />
<br />
If i press &quot;Play&quot; on a video detail view, ZDMC does not disappear. The audio is playing but there is no video playing. Do i have to press a special button on the remote?<br />
<br />
If i change settings &quot;Player&quot; - &quot;Videos&quot; - &quot;Play video with external player&quot; to &quot;On&quot;, nothing happens. No audio, no video. Just a small black text window appears &quot;playing video&quot; or...</span><br />
<br />
<a href="http://forum.zidoo.tv/index.php?threads/zdmc-20-2-z9x-pro-no-video.97999/" class="internalLink">ZDMC 20.2 Z9X Pro no Video</a>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>Replace splash.png in ZDMC 19.4</title>
      <pubDate>Thu, 22 Aug 2024 13:25:22 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/replace-splash-png-in-zdmc-19-4.94598/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/replace-splash-png-in-zdmc-19-4.94598/</guid>
      <author>invalid@example.com (Reelyator)</author>
      <dc:creator>Reelyator</dc:creator>
      <content:encoded><![CDATA[The Original splash screen of ZDMC looks pretty boring......not to mention the incorrect spelling;-)<br />
<br />
Therefore i was looking for the splash.png to replace it with a custom picture but could not find it in the media folder of the ZDMC installation on my Zidoo UHD3000.<br />
<br />
Has anybody here found the location of the splash.png?]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>movie indexed wrong cant fix</title>
      <pubDate>Tue, 20 Aug 2024 16:15:35 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/movie-indexed-wrong-cant-fix.98799/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/movie-indexed-wrong-cant-fix.98799/</guid>
      <author>invalid@example.com (mark1975)</author>
      <dc:creator>mark1975</dc:creator>
      <content:encoded><![CDATA[the movie License to Kill 1989 &quot;its a James Bond Movie&quot;does not show up, only thing it finds is movie of same name 1986... whats weird is in past on other boxes that were xbmc it did but it does not on the zidoo or a xbmc box now]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>App launching from ZDMC</title>
      <pubDate>Thu, 01 Aug 2024 15:27:03 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/app-launching-from-zdmc.98687/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/app-launching-from-zdmc.98687/</guid>
      <author>invalid@example.com (alpari)</author>
      <dc:creator>alpari</dc:creator>
      <content:encoded><![CDATA[Hello everyone <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie1" alt=":)" title="Smile    :)" /><br />
I am a new Zidoo user and owner of Z2000.<br />
After installing OTT Navigator IPTV application, I did not find its icon on ZDMC desktop.<br />
Please let me know how to make a shortcut for the application on desktop.]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>impossible to put any other language than english</title>
      <pubDate>Sun, 07 Jul 2024 05:58:54 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/impossible-to-put-any-other-language-than-english.98541/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/impossible-to-put-any-other-language-than-english.98541/</guid>
      <author>invalid@example.com (mike413muo)</author>
      <dc:creator>mike413muo</dc:creator>
      <content:encoded><![CDATA[Good morning <br />
<br />
I have a zidoo z20pro and I put the Nexus 20.2 apk on it after installing the apk I go to the settings to add French but the system only offers me English why? Thank you all for your help <br />
<br />
Mike]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>ZDMC and Denon X2800H DAB and Benq W4000i</title>
      <pubDate>Thu, 13 Jun 2024 12:34:57 +0000</pubDate>
      <link>http://forum.zidoo.tv/index.php?threads/zdmc-and-denon-x2800h-dab-and-benq-w4000i.98399/</link>
      <guid>http://forum.zidoo.tv/index.php?threads/zdmc-and-denon-x2800h-dab-and-benq-w4000i.98399/</guid>
      <author>invalid@example.com (don007)</author>
      <dc:creator>don007</dc:creator>
      <content:encoded><![CDATA[Hey, everybody. I&#039;m, new here and right away I&#039;m asking for help <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie3" alt=":(" title="Frown    :(" /> I finally upgraded my cinema and bought a new projector from Benq w4000i and to make things worse I also bought a new media player ZIDOO Z9X Pro. I replaced the HDMI cables with Fiber Optic and immediately the first problems started. The amplifier I use is a Denon X2800H through which I have connected the z9x and then from the amplifier to the projector via HDMI fiber optic cable for 1300,- CZK (53 EUR) 10m. If I play a...<br />
<br />
<a href="http://forum.zidoo.tv/index.php?threads/zdmc-and-denon-x2800h-dab-and-benq-w4000i.98399/" class="internalLink">ZDMC and Denon X2800H DAB and Benq W4000i</a>]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
  </channel>
</rss>
