Kodi Community Forum
Showing Filename in subtitles window - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: Showing Filename in subtitles window (/showthread.php?tid=126924)



Showing Filename in subtitles window - acribeiro - 2012-03-28

Do you download subtitles frequently?
Do you have trouble to find the one from a dozen?

So, follow these steps:

#edit with notepad or vi

%PROGRAMFILES(X86)%\XBMC\addons\skin.aeonmq.3\720p\script-XBMC-Subtitles-main.xml

#after
<control type="label" id="20">
. . .
</control>

#add
<control type="label" id="21">
<posx>215</posx>
<posy>92</posy>
<width>852</width>
<height>30</height>
<label>$INFO[Player.Filenameandpath]</label>
<font>Font_VirtualRSS</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>headerfocus</textcolor>
</control>

and get this:

Image

Bye!



RE: Showing Filename in subtitles window - RavenNL - 2012-03-28

You know that you have an option in the xbmc subtitle addon to turn that on?

Go to Settings - Advanced Options - Display file name in results page Wink


RE: Showing Filename in subtitles window - acribeiro - 2012-03-29

Yeah.. I kind of did. Confused
I changed that a while ago but could no see the filename there, I don't know why.

But it does not show the folder name and sometimes I get things like these:

X:\MediaCenter\!movies\Away.We.Go.DVDRip.XviD-DiAMOND\dmd-awg.avi

It's easier for my (not at all english speaking and blond) girlfriend to see that's a Diamond release...

But thanks! Big Grin