![]() |
|
|||||||
| Plugin/Script (Python) Development Developers forum for XBMC Python Plugins/Scripts. Scripters/coders only! Not for posting feature requests, bugs, or end-user support requests! |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 | |
|
Junior Member
Join Date: Feb 2004
Posts: 7
![]() |
hi,
in the last days playd a bit with python and it works really fine. but one thing i couldnīt get work, was to play an mediafile over an samba share. is it possible to acces samba-shares with python? i tried this(from the example scrpit): Quote:
scooba77 |
|
|
|
|
|
|
#2 |
|
Team-XBMC Developer
Join Date: Sep 2003
Posts: 530
![]() |
python can't access samba directly, the same goes for relax.
you could use xbmc.player().play("smb://server/share/file.mp3") but that is all for now
__________________
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.
|
|
|
|
|
|
#3 | ||
|
Junior Member
Join Date: Feb 2004
Posts: 7
![]() |
thanks for your answer, but this does not work.
i tested: Quote:
Quote:
ass for the xbox-useror is there any alternative to play an mpg from an other pc with python? scooba77 |
||
|
|
|
|
|
#4 |
|
Fan
Join Date: Sep 2003
Posts: 1,972
![]() |
moving to "development".
__________________
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support! read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables! |
|
|
|
|
|
#5 |
|
Team-XBMC Developer
Join Date: Sep 2003
Posts: 530
![]() |
xbmc.player().play("smb://192.168.66.7/videoz/01.mpg") is only for xbmc after 06-02-2004
before that date you should use xbmc.mediaplay("smb://192.168.66.7/videoz/01.mpg") and you could always press the info button after running the script to get some more information
__________________
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.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| XBMC samba client very slow scanning samba share. | whitehat237 | XBMC for Xbox Specific Support | 0 | 2005-11-22 22:07 |
| Python Samba Server | Chinny | Plugin/Script (Python) Help and Support | 0 | 2005-10-30 08:53 |
| Python Interpreter Development "Python Inside" | darkie | Plugin/Script (Python) Development | 42 | 2005-09-19 09:07 |
| Samba & netbios python client librarys | SearchFor | Plugin/Script (Python) Development | 0 | 2004-12-30 01:47 |
| Python and Samba | scooba77 | XBMC for Xbox Specific Support | 3 | 2004-02-14 23:27 |