enable logging of filename played?
#1
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.
Need help programming a Streamzap remote?
Reply
#2
Either enable debug logging in the system settings, or set loglevel to at least INFO in advancedsettings.xml.
Reply
#3
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
Need help programming a Streamzap remote?
Reply

Logout Mark Read Team Forum Stats Members Help
enable logging of filename played?0