Kodi Community Forum

Full Version: enable logging of filename played?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to get xbmc to log the filename viewed? I looked through the ~/.xbmc/temp/xbmc.log and didn't see it be default.
Either enable debug logging in the system settings, or set loglevel to at least INFO in advancedsettings.xml.
Thanks very much, al!

For the newbies:
Code:
cd ~/.xbmc/userdata
touch advancedsettings.xml

The contents should be:
Code:
<advancedsettings>
    <loglevel>0</loglevel>
</advancedsettings>

http://wiki.xbmc.org/index.php?title=Log_File
http://wiki.xbmc.org/index.php?title=Adv...ttings.xml