Playlistwalker (a playlist generator script)
#16
i'm running your updated v3 and it cleared all of the old playlists fine, but then it appears to get stuck on the next step.
display:
"[title]playlistwalker[/title]
view: list
sort by: name
"

any ideas?

i uncommented two portions and slightly modified them:

cleanthehd(['f:\\mp3'])

walkthehd(['f:\\mp3','q:\\albums\\playlists'],['mp3','ogg'])

any ideas?

thanks for the work btw. :d
Reply
#17
hmm it has to be with the progressdialog.
to turn off the dialog change the

xbox = true
to
xbox = false

this will get it running, but strange you get this , i tought i fixed it.

-----
anyway, i have some new ideas to make this script more useable, so if all goes well, i will add a new version. but it may take some time i make it.(and that version will be more effective, and stable)
Reply
#18
in 'class dialogprogress' i changed all of the xbox == true to xbox == false and now the script appears to do nothing :p
Reply
#19
i ment only change the xbox = true on the top of the script
but either way does the trick.
Reply
#20
still not able to get it working. i tried changing various xbox == true to false and when i run the script now it just says running next to the script then stops. and having around 200 artists, it should be taking a few minutes. :help:
Reply
#21
sorry had to do some other stuff first.
i have cleaned up the script now. tried to add some error handling on the progressdialog so it's unlikely to crash.
i changed the biglist command so it looks like this :
walkthehd(['f:\\mp3','q:\\albums\\playlists\\test.m3u'],['mp3','ogg'])

hope this fixes the previous problem Wink

http://home.no.net/thor918/xbmc/playlistwalker1v3.zip
Reply
#22
workin great, thanks man. i really appreciate your work. Smile
Reply
#23
wow, this is right on the cusp of being incredibly useful.

super work.

however, i'm having problems getting the walkdirectory,storebigplaylistdirectory to work with the smb walk.

can someone help with the syntax?

thanks,
Reply
#24
hi. bigplaylist is only implanted in the hdcommand.

there is a limit in the smb library of prossessing only 32(folder and files) in a list for every folder that is prossessed.
this could be fixed now using the new execute httpapi command that was recently exposed to python.

i could perhaps look into this if there is any interest in this script.will see if i have any spare time to do it.
Reply
#25
you certainly have my interest.

i keep full seasons (& sometimes multiple seasons) of tv somes on a smb share. i want a script that will play an episode randomly. alternatively, if i can get a script to build a randomized playlist of all of the episodes in the folder, i'd just keep playing until i'm done.

the 32 files limit per folder shouldn't be a problem. move tv shows only have 20 - 24 episodes.

i'll keep watching here. hope you find time to look at this again!
Reply

Logout Mark Read Team Forum Stats Members Help
Playlistwalker (a playlist generator script)0