![]() |
|
|||||||
| 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 |
|
Senior Member
|
how would i go about getting a listing of the contents of a directory in python.
i want to get the names of the folders in the 'games' directory and store them in a list variable in python. i've been reading the xbmc python doc, but have not figured this out yet. i also checked the python doc in the xbmc cvs, so i know there is no class already in the xbmc python libs to do this. but there must be a method to get file and directory names with python!
__________________
reading must be magical or something, it's how i find all da anwsers! ------ Ubuntu 8.10 (64bit) | AMD Sempron 2600+ | ATi 2400HD Pro | Asus AE1 Barebone ---- Ubuntu 9.04RC (64bit) | AMD 5000+ | BIOSTAR TA790GX XE w/ ATi 3300 |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Jan 2004
Posts: 174
![]() |
the os library builtin python will do that
|
|
|
|
|
|
#3 |
|
Senior Member
|
thanks alot, i now know how to retrieve list from directories with:
os.listdir(path) i took screenshots, but i cant post them just yet.
__________________
reading must be magical or something, it's how i find all da anwsers! ------ Ubuntu 8.10 (64bit) | AMD Sempron 2600+ | ATi 2400HD Pro | Asus AE1 Barebone ---- Ubuntu 9.04RC (64bit) | AMD 5000+ | BIOSTAR TA790GX XE w/ ATi 3300 |
|
|
|
|
|
#4 | |
|
Senior Member
|
im trying to use the get dvd state function in the xbmc lib, like so:
Quote:
but i get the attributerror: 'module' object has no attribute ' getdvdstate' i know i saw this in the xbmc python doc, but how do i get the state of the dvd rom drive?
__________________
reading must be magical or something, it's how i find all da anwsers! ------ Ubuntu 8.10 (64bit) | AMD Sempron 2600+ | ATi 2400HD Pro | Asus AE1 Barebone ---- Ubuntu 9.04RC (64bit) | AMD 5000+ | BIOSTAR TA790GX XE w/ ATi 3300 |
|
|
|
|
|
|
#5 |
|
Member
Join Date: Dec 2003
Posts: 39
![]() |
do you have cvs build 13-04-2004 or later?
i see a mixup in your module name.... XBMC should be xbmc... |
|
|
|
|
|
#6 |
|
Senior Member
|
i posted this late last night so that was a typo, it is correct in the script.
i do not have xbmc 13-04-2004 build. i currently do not have .net installed on my pc, becuase i'm waiting to get a bigger hdd (only got a 20gb right now). so i have no way to complie the cvs. ok, i went to the cvs and dowloaded the makedoc.py and ran it on my xbmc and getdvdstatus is not in the build i have. so i have to get the latest build if i want to use that function. btw darkie i luv dat makedoc.py, it really helps. the makedoc script combined with alx5962's examples make learning python for xbmc simple.
__________________
reading must be magical or something, it's how i find all da anwsers! ------ Ubuntu 8.10 (64bit) | AMD Sempron 2600+ | ATi 2400HD Pro | Asus AE1 Barebone ---- Ubuntu 9.04RC (64bit) | AMD 5000+ | BIOSTAR TA790GX XE w/ ATi 3300 |
|
|
|
|
|
#7 |
|
Senior Member
Join Date: Jan 2004
Posts: 174
![]() |
darkie and i added getdvdstatus only few days ago so there's no cvs compile yet available including it.
so wait for a newer xbmc cvs build. |
|
|
|
|
|
#8 |
|
Member
Join Date: Apr 2004
Posts: 47
![]() |
i'm also waiting for a new anonymous cvs build so i can use the latest python methods - can anyone who knows the right people please do some nudging?
|
|
|
|
|
|
#9 |
|
Senior Member
Join Date: Jan 2004
Posts: 174
![]() |
the latest official release doesn't include our latest methods...
weird! |
|
|
|
|
|
#10 | |
|
Junior Member
Join Date: Jun 2004
Posts: 1
![]() |
Quote:
|
|
|
|
|
![]() |
| 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 |
| Shortcut to directory | cayotic | XBMC for Xbox Specific Support | 3 | 2004-12-23 20:26 |
| Cd ripping directory | cbushy | XBMC for Xbox Specific Support | 1 | 2004-11-22 15:36 |
| Cant change directory in FTP | foof | XBMC for Xbox Specific Support | 7 | 2004-05-18 18:32 |
| List mode (Icon vs List etc) | tharvey | XBMC for Xbox Specific Support | 7 | 2004-05-06 04:50 |
| Upp one directory level | roadrash | XBMC Feature Suggestions | 1 | 2004-04-06 13:13 |