Correct usage of xbmc.Player.getPlayingFile??
#1
Sad 
when i'm trying to get the actual playing movie with the following method the python interpreter gives me an error saying something about "needs argument".

movietitle = xbmc.player.getplayingfile()

what have i done wrong?
Reply
#2
try
movietitle = xbmc.player().getplayingfile()
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
thank you very much! :thumbsup: :idea:
Reply

Logout Mark Read Team Forum Stats Members Help
Correct usage of xbmc.Player.getPlayingFile??0