Showing Filename in subtitles window
#1
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!
Reply
#2
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
Image
Reply
#3
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

Reply

Logout Mark Read Team Forum Stats Members Help
Showing Filename in subtitles window0