- April 24, 2007
- 131
- 28
- Home Country
-
Hungary
Happy New Year!
Year(s) ago I had this template
which adds custom infos for media files. It still works for files, however I used to have it to add infos to the parent folders.
I just put this into a file '1.xml' and when I select the folder, it should display the infos.
Now I need this again, but no luck at all. Is this a skin problem or MePo doesn't support this method any longer?
Thanks,
vrm
Year(s) ago I had this template
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<tags>
<tag>
<SimpleTag>
<name>TITLE</name>
<value>Your Movie Title here...</value>
</SimpleTag>
<SimpleTag>
<name>COMMENT</name>
<value>Your own plot or description here....</value>
</SimpleTag>
<SimpleTag>
<name>GENRE</name>
<value></value>
</SimpleTag>
</tag>
</tags>
which adds custom infos for media files. It still works for files, however I used to have it to add infos to the parent folders.
I just put this into a file '1.xml' and when I select the folder, it should display the infos.
Now I need this again, but no luck at all. Is this a skin problem or MePo doesn't support this method any longer?
Thanks,
vrm