Can I xbmc.Player().Play() an SMB share .mp3 file?
#1
hi,

i've looked for hours and played with the api, but i can't get it to work.

can i pass an smb filename to xbmc.player().play()?

is it in the format smb:\\share\\path\filename?

if it's not supported, any suggestions? i've seen the python smb class, and am thinking i could copy the file locally and play it from there (yuk!Wink.

thanks,
brad.
Reply
#2
i play video files in mytv.py over smb so i'd imagine playing mp3 files wouldnt be a problem.

look for 'xbmc.player()' in mytv.py
Reply
#3
be careful about the path. i think you might need a forward slash? not sure though.
Reply
#4
Thumbs Up 
the proper smb path format is "smb://share/path/filename"

good luck!
Reply

Logout Mark Read Team Forum Stats Members Help
Can I xbmc.Player().Play() an SMB share .mp3 file?0